public static interface UpdateClusterRequest.Builder extends DaxRequest.Builder, CopyableBuilder<UpdateClusterRequest.Builder,UpdateClusterRequest>
Modifier and Type | Method and Description |
---|---|
UpdateClusterRequest.Builder |
clusterName(String clusterName)
The name of the DAX cluster to be modified.
|
UpdateClusterRequest.Builder |
description(String description)
A description of the changes being made to the cluster.
|
UpdateClusterRequest.Builder |
notificationTopicArn(String notificationTopicArn)
The Amazon Resource Name (ARN) that identifies the topic.
|
UpdateClusterRequest.Builder |
notificationTopicStatus(String notificationTopicStatus)
The current state of the topic.
|
UpdateClusterRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
UpdateClusterRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
UpdateClusterRequest.Builder |
parameterGroupName(String parameterGroupName)
The name of a parameter group for this cluster.
|
UpdateClusterRequest.Builder |
preferredMaintenanceWindow(String preferredMaintenanceWindow)
A range of time when maintenance of DAX cluster software will be performed.
|
UpdateClusterRequest.Builder |
securityGroupIds(Collection<String> securityGroupIds)
A list of user-specified security group IDs to be assigned to each node in the DAX cluster.
|
UpdateClusterRequest.Builder |
securityGroupIds(String... securityGroupIds)
A list of user-specified security group IDs to be assigned to each node in the DAX cluster.
|
build
overrideConfiguration
copy
applyMutation, build
UpdateClusterRequest.Builder clusterName(String clusterName)
The name of the DAX cluster to be modified.
clusterName
- The name of the DAX cluster to be modified.UpdateClusterRequest.Builder description(String description)
A description of the changes being made to the cluster.
description
- A description of the changes being made to the cluster.UpdateClusterRequest.Builder preferredMaintenanceWindow(String preferredMaintenanceWindow)
A range of time when maintenance of DAX cluster software will be performed. For example:
sun:01:00-sun:09:00
. Cluster maintenance normally takes less than 30 minutes, and is performed
automatically within the maintenance window.
preferredMaintenanceWindow
- A range of time when maintenance of DAX cluster software will be performed. For example:
sun:01:00-sun:09:00
. Cluster maintenance normally takes less than 30 minutes, and is
performed automatically within the maintenance window.UpdateClusterRequest.Builder notificationTopicArn(String notificationTopicArn)
The Amazon Resource Name (ARN) that identifies the topic.
notificationTopicArn
- The Amazon Resource Name (ARN) that identifies the topic.UpdateClusterRequest.Builder notificationTopicStatus(String notificationTopicStatus)
The current state of the topic.
notificationTopicStatus
- The current state of the topic.UpdateClusterRequest.Builder parameterGroupName(String parameterGroupName)
The name of a parameter group for this cluster.
parameterGroupName
- The name of a parameter group for this cluster.UpdateClusterRequest.Builder securityGroupIds(Collection<String> securityGroupIds)
A list of user-specified security group IDs to be assigned to each node in the DAX cluster. If this parameter is not specified, DAX assigns the default VPC security group to each node.
securityGroupIds
- A list of user-specified security group IDs to be assigned to each node in the DAX cluster. If this
parameter is not specified, DAX assigns the default VPC security group to each node.UpdateClusterRequest.Builder securityGroupIds(String... securityGroupIds)
A list of user-specified security group IDs to be assigned to each node in the DAX cluster. If this parameter is not specified, DAX assigns the default VPC security group to each node.
securityGroupIds
- A list of user-specified security group IDs to be assigned to each node in the DAX cluster. If this
parameter is not specified, DAX assigns the default VPC security group to each node.UpdateClusterRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.UpdateClusterRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.