Cluster.Builder |
Cluster.Builder.activeNodes(Integer activeNodes) |
The number of nodes in the cluster that are active (i.e., capable of serving requests).
|
static Cluster.Builder |
Cluster.builder() |
|
Cluster.Builder |
Cluster.Builder.clusterArn(String clusterArn) |
The Amazon Resource Name (ARN) that uniquely identifies the cluster.
|
default Cluster.Builder |
Cluster.Builder.clusterDiscoveryEndpoint(Consumer<Endpoint.Builder> clusterDiscoveryEndpoint) |
The endpoint for this DAX cluster, consisting of a DNS name, a port number, and a URL.
|
Cluster.Builder |
Cluster.Builder.clusterDiscoveryEndpoint(Endpoint clusterDiscoveryEndpoint) |
The endpoint for this DAX cluster, consisting of a DNS name, a port number, and a URL.
|
Cluster.Builder |
Cluster.Builder.clusterEndpointEncryptionType(String clusterEndpointEncryptionType) |
The type of encryption supported by the cluster's endpoint.
|
Cluster.Builder |
Cluster.Builder.clusterEndpointEncryptionType(ClusterEndpointEncryptionType clusterEndpointEncryptionType) |
The type of encryption supported by the cluster's endpoint.
|
Cluster.Builder |
Cluster.Builder.clusterName(String clusterName) |
The name of the DAX cluster.
|
Cluster.Builder |
Cluster.Builder.description(String description) |
The description of the cluster.
|
Cluster.Builder |
Cluster.Builder.iamRoleArn(String iamRoleArn) |
A valid Amazon Resource Name (ARN) that identifies an IAM role.
|
Cluster.Builder |
Cluster.Builder.nodeIdsToRemove(String... nodeIdsToRemove) |
A list of nodes to be removed from the cluster.
|
Cluster.Builder |
Cluster.Builder.nodeIdsToRemove(Collection<String> nodeIdsToRemove) |
A list of nodes to be removed from the cluster.
|
Cluster.Builder |
Cluster.Builder.nodes(Collection<Node> nodes) |
A list of nodes that are currently in the cluster.
|
Cluster.Builder |
Cluster.Builder.nodes(Consumer<Node.Builder>... nodes) |
A list of nodes that are currently in the cluster.
|
Cluster.Builder |
Cluster.Builder.nodes(Node... nodes) |
A list of nodes that are currently in the cluster.
|
Cluster.Builder |
Cluster.Builder.nodeType(String nodeType) |
The node type for the nodes in the cluster.
|
default Cluster.Builder |
Cluster.Builder.notificationConfiguration(Consumer<NotificationConfiguration.Builder> notificationConfiguration) |
Describes a notification topic and its status.
|
Cluster.Builder |
Cluster.Builder.notificationConfiguration(NotificationConfiguration notificationConfiguration) |
Describes a notification topic and its status.
|
default Cluster.Builder |
Cluster.Builder.parameterGroup(Consumer<ParameterGroupStatus.Builder> parameterGroup) |
The parameter group being used by nodes in the cluster.
|
Cluster.Builder |
Cluster.Builder.parameterGroup(ParameterGroupStatus parameterGroup) |
The parameter group being used by nodes in the cluster.
|
Cluster.Builder |
Cluster.Builder.preferredMaintenanceWindow(String preferredMaintenanceWindow) |
A range of time when maintenance of DAX cluster software will be performed.
|
Cluster.Builder |
Cluster.Builder.securityGroups(Collection<SecurityGroupMembership> securityGroups) |
A list of security groups, and the status of each, for the nodes in the cluster.
|
Cluster.Builder |
Cluster.Builder.securityGroups(Consumer<SecurityGroupMembership.Builder>... securityGroups) |
A list of security groups, and the status of each, for the nodes in the cluster.
|
Cluster.Builder |
Cluster.Builder.securityGroups(SecurityGroupMembership... securityGroups) |
A list of security groups, and the status of each, for the nodes in the cluster.
|
default Cluster.Builder |
Cluster.Builder.sseDescription(Consumer<SSEDescription.Builder> sseDescription) |
The description of the server-side encryption status on the specified DAX cluster.
|
Cluster.Builder |
Cluster.Builder.sseDescription(SSEDescription sseDescription) |
The description of the server-side encryption status on the specified DAX cluster.
|
Cluster.Builder |
Cluster.Builder.status(String status) |
The current status of the cluster.
|
Cluster.Builder |
Cluster.Builder.subnetGroup(String subnetGroup) |
The subnet group where the DAX cluster is running.
|
Cluster.Builder |
Cluster.toBuilder() |
|
Cluster.Builder |
Cluster.Builder.totalNodes(Integer totalNodes) |
The total number of nodes in the cluster.
|