Interface ImageState.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<ImageState.Builder,,ImageState> SdkBuilder<ImageState.Builder,,ImageState> SdkPojo
- Enclosing class:
 ImageState
public static interface ImageState.Builder
extends SdkPojo, CopyableBuilder<ImageState.Builder,ImageState> 
- 
Method Summary
Modifier 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.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
status
The 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:
 
 - 
status
The 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:
 
 - 
reason
The 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.
 
 
 -