| Package | Description |
|---|---|
| software.amazon.awssdk.services.dax.model |
| Modifier and Type | Method and Description |
|---|---|
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 configuration endpoint for this DAX cluster, consisting of a DNS name and a port number.
|
Cluster.Builder |
Cluster.Builder.clusterDiscoveryEndpoint(Endpoint clusterDiscoveryEndpoint)
The configuration endpoint for this DAX cluster, consisting of a DNS name and a port number.
|
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(Collection<String> nodeIdsToRemove)
A list of nodes to be removed from the cluster.
|
Cluster.Builder |
Cluster.Builder.nodeIdsToRemove(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.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Cluster.Builder> |
Cluster.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default IncreaseReplicationFactorResponse.Builder |
IncreaseReplicationFactorResponse.Builder.cluster(Consumer<Cluster.Builder> cluster)
A description of the DAX cluster.
|
default UpdateClusterResponse.Builder |
UpdateClusterResponse.Builder.cluster(Consumer<Cluster.Builder> cluster)
A description of the DAX cluster, after it has been modified.
|
default DeleteClusterResponse.Builder |
DeleteClusterResponse.Builder.cluster(Consumer<Cluster.Builder> cluster)
A description of the DAX cluster that is being deleted.
|
default DecreaseReplicationFactorResponse.Builder |
DecreaseReplicationFactorResponse.Builder.cluster(Consumer<Cluster.Builder> cluster)
A description of the DAX cluster, after you have decreased its replication factor.
|
default CreateClusterResponse.Builder |
CreateClusterResponse.Builder.cluster(Consumer<Cluster.Builder> cluster)
A description of the DAX cluster that you have created.
|
default RebootNodeResponse.Builder |
RebootNodeResponse.Builder.cluster(Consumer<Cluster.Builder> cluster)
A description of the DAX cluster after a node has been rebooted.
|
Copyright © 2020. All rights reserved.