JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.793

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.dax.model

Class UpdateClusterRequest

    • Constructor Detail

      • UpdateClusterRequest

        public UpdateClusterRequest()
    • Method Detail

      • setClusterName

        public void setClusterName(String clusterName)

        The name of the DAX cluster to be modified.

        Parameters:
        clusterName - The name of the DAX cluster to be modified.
      • getClusterName

        public String getClusterName()

        The name of the DAX cluster to be modified.

        Returns:
        The name of the DAX cluster to be modified.
      • withClusterName

        public UpdateClusterRequest withClusterName(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.
      • setDescription

        public void setDescription(String description)

        A description of the changes being made to the cluster.

        Parameters:
        description - A description of the changes being made to the cluster.
      • getDescription

        public String getDescription()

        A description of the changes being made to the cluster.

        Returns:
        A description of the changes being made to the cluster.
      • withDescription

        public UpdateClusterRequest withDescription(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.
      • setPreferredMaintenanceWindow

        public void setPreferredMaintenanceWindow(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.
      • getPreferredMaintenanceWindow

        public String getPreferredMaintenanceWindow()

        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:
        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.
      • withPreferredMaintenanceWindow

        public UpdateClusterRequest withPreferredMaintenanceWindow(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.
      • setNotificationTopicArn

        public void setNotificationTopicArn(String notificationTopicArn)

        The Amazon Resource Name (ARN) that identifies the topic.

        Parameters:
        notificationTopicArn - The Amazon Resource Name (ARN) that identifies the topic.
      • getNotificationTopicArn

        public String getNotificationTopicArn()

        The Amazon Resource Name (ARN) that identifies the topic.

        Returns:
        The Amazon Resource Name (ARN) that identifies the topic.
      • withNotificationTopicArn

        public UpdateClusterRequest withNotificationTopicArn(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.
      • setNotificationTopicStatus

        public void setNotificationTopicStatus(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.
      • getNotificationTopicStatus

        public String getNotificationTopicStatus()

        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:
        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.
      • withNotificationTopicStatus

        public UpdateClusterRequest withNotificationTopicStatus(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.
      • setParameterGroupName

        public void setParameterGroupName(String parameterGroupName)

        The name of a parameter group for this cluster.

        Parameters:
        parameterGroupName - The name of a parameter group for this cluster.
      • getParameterGroupName

        public String getParameterGroupName()

        The name of a parameter group for this cluster.

        Returns:
        The name of a parameter group for this cluster.
      • withParameterGroupName

        public UpdateClusterRequest withParameterGroupName(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.
      • getSecurityGroupIds

        public List<String> getSecurityGroupIds()

        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:
        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.
      • setSecurityGroupIds

        public void setSecurityGroupIds(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.
      • withSecurityGroupIds

        public UpdateClusterRequest withSecurityGroupIds(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.

        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.
      • withSecurityGroupIds

        public UpdateClusterRequest withSecurityGroupIds(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.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /