Interface ImageState.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ImageState.Builder,,- ImageState> - SdkBuilder<ImageState.Builder,,- ImageState> - SdkPojo
- Enclosing class:
- ImageState
@Mutable
@NotThreadSafe
public static interface ImageState.Builder
extends SdkPojo, CopyableBuilder<ImageState.Builder,ImageState> 
- 
Method SummaryModifier and TypeMethodDescriptionThe reason for the status of the image.The status of the image.status(ImageStatus status) The status of the image.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
statusThe status of the image. - Parameters:
- status- The status of the image.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
statusThe status of the image. - Parameters:
- status- The status of the image.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
reasonThe reason for the status of the image. - Parameters:
- reason- The reason for the status of the image.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-