Interface TransitioningImageTotalCount.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<TransitioningImageTotalCount.Builder,,TransitioningImageTotalCount> SdkBuilder<TransitioningImageTotalCount.Builder,,TransitioningImageTotalCount> SdkPojo
- Enclosing class:
TransitioningImageTotalCount
@Mutable
@NotThreadSafe
public static interface TransitioningImageTotalCount.Builder
extends SdkPojo, CopyableBuilder<TransitioningImageTotalCount.Builder,TransitioningImageTotalCount>
-
Method Summary
Modifier and TypeMethodDescriptionimageTotalCount(Integer imageTotalCount) The total number of images transitioning to the storage class.targetStorageClass(String targetStorageClass) The target storage class.targetStorageClass(LifecyclePolicyTargetStorageClass targetStorageClass) The target storage class.Methods 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, sdkFields
-
Method Details
-
targetStorageClass
The target storage class.
- Parameters:
targetStorageClass- The target storage class.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
targetStorageClass
TransitioningImageTotalCount.Builder targetStorageClass(LifecyclePolicyTargetStorageClass targetStorageClass) The target storage class.
- Parameters:
targetStorageClass- The target storage class.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
imageTotalCount
The total number of images transitioning to the storage class.
- Parameters:
imageTotalCount- The total number of images transitioning to the storage class.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-