public static interface ClusterStateChangeReason.Builder extends CopyableBuilder<ClusterStateChangeReason.Builder,ClusterStateChangeReason>
| Modifier and Type | Method and Description |
|---|---|
ClusterStateChangeReason.Builder |
code(ClusterStateChangeReasonCode code)
The programmatic code for the state change reason.
|
ClusterStateChangeReason.Builder |
code(String code)
The programmatic code for the state change reason.
|
ClusterStateChangeReason.Builder |
message(String message)
The descriptive message for the state change reason.
|
copyapply, buildClusterStateChangeReason.Builder code(String code)
The programmatic code for the state change reason.
code - The programmatic code for the state change reason.ClusterStateChangeReasonCode,
ClusterStateChangeReasonCodeClusterStateChangeReason.Builder code(ClusterStateChangeReasonCode code)
The programmatic code for the state change reason.
code - The programmatic code for the state change reason.ClusterStateChangeReasonCode,
ClusterStateChangeReasonCodeClusterStateChangeReason.Builder message(String message)
The descriptive message for the state change reason.
message - The descriptive message for the state change reason.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.