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.
|
copy
apply, build
ImageStateChangeReason.Builder code(String code)
The state change reason code of the image.
code
- The state change reason code of the image.ImageStateChangeReasonCode
ImageStateChangeReason.Builder code(ImageStateChangeReasonCode code)
The state change reason code of the image.
code
- The state change reason code of the image.ImageStateChangeReasonCode
ImageStateChangeReason.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.