public static interface ClusterStateChangeReason.Builder extends SdkPojo, 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.
|
copy
applyMutation, build
ClusterStateChangeReason.Builder code(String code)
The programmatic code for the state change reason.
code
- The programmatic code for the state change reason.ClusterStateChangeReasonCode
,
ClusterStateChangeReasonCode
ClusterStateChangeReason.Builder code(ClusterStateChangeReasonCode code)
The programmatic code for the state change reason.
code
- The programmatic code for the state change reason.ClusterStateChangeReasonCode
,
ClusterStateChangeReasonCode
ClusterStateChangeReason.Builder message(String message)
The descriptive message for the state change reason.
message
- The descriptive message for the state change reason.Copyright © 2019. All rights reserved.