CopyableBuilder<ImageStateChangeReason.Builder,ImageStateChangeReason>, SdkBuilder<ImageStateChangeReason.Builder,ImageStateChangeReason>public static interface ImageStateChangeReason.Builder extends CopyableBuilder<ImageStateChangeReason.Builder,ImageStateChangeReason>
| Modifier and Type | Method | Description |
|---|---|---|
ImageStateChangeReason.Builder |
code(String code) |
The state change reason code of the image.
|
ImageStateChangeReason.Builder |
code(ImageStateChangeReasonCode code) |
The state change reason code of the image.
|
ImageStateChangeReason.Builder |
message(String message) |
The state change reason message to the end user.
|
copyapply, buildImageStateChangeReason.Builder code(String code)
The state change reason code of the image.
code - The state change reason code of the image.ImageStateChangeReasonCodeImageStateChangeReason.Builder code(ImageStateChangeReasonCode code)
The state change reason code of the image.
code - The state change reason code of the image.ImageStateChangeReasonCodeImageStateChangeReason.Builder message(String message)
The state change reason message to the end user.
message - The state change reason message to the end user.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.