CopyableBuilder<ClusterStateChangeReason.Builder,ClusterStateChangeReason>
, SdkBuilder<ClusterStateChangeReason.Builder,ClusterStateChangeReason>
public static interface ClusterStateChangeReason.Builder extends CopyableBuilder<ClusterStateChangeReason.Builder,ClusterStateChangeReason>
Modifier and Type | Method | Description |
---|---|---|
ClusterStateChangeReason.Builder |
code(String code) |
The programmatic code for the state change reason.
|
ClusterStateChangeReason.Builder |
code(ClusterStateChangeReasonCode code) |
The programmatic code for the state change reason.
|
ClusterStateChangeReason.Builder |
message(String message) |
The descriptive message for the state change reason.
|
copy
apply, build
ClusterStateChangeReason.Builder code(String code)
The programmatic code for the state change reason.
code
- The programmatic code for the state change reason.ClusterStateChangeReasonCode
ClusterStateChangeReason.Builder code(ClusterStateChangeReasonCode code)
The programmatic code for the state change reason.
code
- The programmatic code for the state change reason.ClusterStateChangeReasonCode
ClusterStateChangeReason.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.