Interface UpdateClusterRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateClusterRequest.Builder,UpdateClusterRequest>,DaxRequest.Builder,SdkBuilder<UpdateClusterRequest.Builder,UpdateClusterRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateClusterRequest
public static interface UpdateClusterRequest.Builder extends DaxRequest.Builder, SdkPojo, CopyableBuilder<UpdateClusterRequest.Builder,UpdateClusterRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateClusterRequest.BuilderclusterName(String clusterName)The name of the DAX cluster to be modified.UpdateClusterRequest.Builderdescription(String description)A description of the changes being made to the cluster.UpdateClusterRequest.BuildernotificationTopicArn(String notificationTopicArn)The Amazon Resource Name (ARN) that identifies the topic.UpdateClusterRequest.BuildernotificationTopicStatus(String notificationTopicStatus)The current state of the topic.UpdateClusterRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateClusterRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateClusterRequest.BuilderparameterGroupName(String parameterGroupName)The name of a parameter group for this cluster.UpdateClusterRequest.BuilderpreferredMaintenanceWindow(String preferredMaintenanceWindow)A range of time when maintenance of DAX cluster software will be performed.UpdateClusterRequest.BuildersecurityGroupIds(String... securityGroupIds)A list of user-specified security group IDs to be assigned to each node in the DAX cluster.UpdateClusterRequest.BuildersecurityGroupIds(Collection<String> securityGroupIds)A list of user-specified security group IDs to be assigned to each node in the DAX cluster.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.dax.model.DaxRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
clusterName
UpdateClusterRequest.Builder clusterName(String clusterName)
The name of the DAX cluster to be modified.
- Parameters:
clusterName- The name of the DAX cluster to be modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
UpdateClusterRequest.Builder description(String description)
A description of the changes being made to the cluster.
- Parameters:
description- A description of the changes being made to the cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
preferredMaintenanceWindow
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.- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
notificationTopicArn
UpdateClusterRequest.Builder notificationTopicArn(String notificationTopicArn)
The Amazon Resource Name (ARN) that identifies the topic.
- Parameters:
notificationTopicArn- The Amazon Resource Name (ARN) that identifies the topic.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
notificationTopicStatus
UpdateClusterRequest.Builder notificationTopicStatus(String notificationTopicStatus)
The current state of the topic. A value of “active” means that notifications will be sent to the topic. A value of “inactive” means that notifications will not be sent to the topic.
- Parameters:
notificationTopicStatus- The current state of the topic. A value of “active” means that notifications will be sent to the topic. A value of “inactive” means that notifications will not be sent to the topic.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
parameterGroupName
UpdateClusterRequest.Builder parameterGroupName(String parameterGroupName)
The name of a parameter group for this cluster.
- Parameters:
parameterGroupName- The name of a parameter group for this cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityGroupIds
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityGroupIds
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateClusterRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateClusterRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-