CopyableBuilder<UpdateClusterRequest.Builder,UpdateClusterRequest>
, SdkBuilder<UpdateClusterRequest.Builder,UpdateClusterRequest>
public static interface UpdateClusterRequest.Builder extends CopyableBuilder<UpdateClusterRequest.Builder,UpdateClusterRequest>
Modifier and Type | Method | 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 |
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(String... securityGroupIds) |
A list of user-specified security group IDs to be assigned to each node in the DAX 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.
|
copy
apply, 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.
NOTE: This method appends the values to the existing list (if any). Use
#setSecurityGroupIds(java.util.Collection)
or #withSecurityGroupIds(java.util.Collection)
if
you want to override the existing values.
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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.