Interface PutStorageTierPolicyResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CloudWatchLogsResponse.Builder,CopyableBuilder<PutStorageTierPolicyResponse.Builder,,PutStorageTierPolicyResponse> SdkBuilder<PutStorageTierPolicyResponse.Builder,,PutStorageTierPolicyResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
PutStorageTierPolicyResponse
@Mutable
@NotThreadSafe
public static interface PutStorageTierPolicyResponse.Builder
extends CloudWatchLogsResponse.Builder, SdkPojo, CopyableBuilder<PutStorageTierPolicyResponse.Builder,PutStorageTierPolicyResponse>
-
Method Summary
Modifier and TypeMethodDescriptionlastUpdatedTime(Long lastUpdatedTime) The time when the storage tier policy was last updated, expressed as the number of milliseconds afterJan 1, 1970 00:00:00 UTC.storageTier(String storageTier) The storage tier that was set.storageTier(StorageTier storageTier) The storage tier that was set.Methods inherited from interface software.amazon.awssdk.services.cloudwatchlogs.model.CloudWatchLogsResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
storageTier
The storage tier that was set.
- Parameters:
storageTier- The storage tier that was set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
storageTier
The storage tier that was set.
- Parameters:
storageTier- The storage tier that was set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
lastUpdatedTime
The time when the storage tier policy was last updated, expressed as the number of milliseconds after
Jan 1, 1970 00:00:00 UTC.- Parameters:
lastUpdatedTime- The time when the storage tier policy was last updated, expressed as the number of milliseconds afterJan 1, 1970 00:00:00 UTC.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-