CopyableBuilder<ClusterStatus.Builder,ClusterStatus>
, SdkBuilder<ClusterStatus.Builder,ClusterStatus>
public static interface ClusterStatus.Builder extends CopyableBuilder<ClusterStatus.Builder,ClusterStatus>
Modifier and Type | Method | Description |
---|---|---|
ClusterStatus.Builder |
state(String state) |
The current state of the cluster.
|
ClusterStatus.Builder |
state(ClusterState state) |
The current state of the cluster.
|
ClusterStatus.Builder |
stateChangeReason(ClusterStateChangeReason stateChangeReason) |
The reason for the cluster status change.
|
ClusterStatus.Builder |
timeline(ClusterTimeline timeline) |
A timeline that represents the status of a cluster over the lifetime of the cluster.
|
copy
apply, build
ClusterStatus.Builder state(String state)
The current state of the cluster.
state
- The current state of the cluster.ClusterState
ClusterStatus.Builder state(ClusterState state)
The current state of the cluster.
state
- The current state of the cluster.ClusterState
ClusterStatus.Builder stateChangeReason(ClusterStateChangeReason stateChangeReason)
The reason for the cluster status change.
stateChangeReason
- The reason for the cluster status change.ClusterStatus.Builder timeline(ClusterTimeline timeline)
A timeline that represents the status of a cluster over the lifetime of the cluster.
timeline
- A timeline that represents the status of a cluster over the lifetime of the cluster.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.