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