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 Details

    • 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)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.