CreateClusterResponse.Builder |
CreateClusterResponse.Builder.arn(String arn) |
The ARN of this Cluster.
|
static CreateClusterResponse.Builder |
CreateClusterResponse.builder() |
|
CreateClusterResponse.Builder |
CreateClusterResponse.Builder.channelIds(String... channelIds) |
Sets the value of the ChannelIds property for this object.
|
CreateClusterResponse.Builder |
CreateClusterResponse.Builder.channelIds(Collection<String> channelIds) |
Sets the value of the ChannelIds property for this object.
|
CreateClusterResponse.Builder |
CreateClusterResponse.Builder.clusterType(String clusterType) |
The hardware type for the Cluster
|
CreateClusterResponse.Builder |
CreateClusterResponse.Builder.clusterType(ClusterType clusterType) |
The hardware type for the Cluster
|
CreateClusterResponse.Builder |
CreateClusterResponse.Builder.id(String id) |
The ID of the Cluster.
|
CreateClusterResponse.Builder |
CreateClusterResponse.Builder.instanceRoleArn(String instanceRoleArn) |
The ARN of the IAM role for the Node in this Cluster.
|
CreateClusterResponse.Builder |
CreateClusterResponse.Builder.name(String name) |
The name that you specified for the Cluster.
|
default CreateClusterResponse.Builder |
CreateClusterResponse.Builder.networkSettings(Consumer<ClusterNetworkSettings.Builder> networkSettings) |
Network settings that connect the Nodes in the Cluster to one or more of the Networks that the Cluster is
associated with.
|
CreateClusterResponse.Builder |
CreateClusterResponse.Builder.networkSettings(ClusterNetworkSettings networkSettings) |
Network settings that connect the Nodes in the Cluster to one or more of the Networks that the Cluster is
associated with.
|
CreateClusterResponse.Builder |
CreateClusterResponse.Builder.state(String state) |
The current state of the Cluster.
|
CreateClusterResponse.Builder |
CreateClusterResponse.Builder.state(ClusterState state) |
The current state of the Cluster.
|
CreateClusterResponse.Builder |
CreateClusterResponse.toBuilder() |
|