@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateClusterRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateClusterRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateClusterRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClusterName()
The name of the DAX cluster to be modified.
|
String |
getDescription()
A description of the changes being made to the cluster.
|
String |
getNotificationTopicArn()
The Amazon Resource Name (ARN) that identifies the topic.
|
String |
getNotificationTopicStatus()
The current state of the topic.
|
String |
getParameterGroupName()
The name of a parameter group for this cluster.
|
String |
getPreferredMaintenanceWindow()
A range of time when maintenance of DAX cluster software will be performed.
|
List<String> |
getSecurityGroupIds()
A list of user-specified security group IDs to be assigned to each node in the DAX cluster.
|
int |
hashCode() |
void |
setClusterName(String clusterName)
The name of the DAX cluster to be modified.
|
void |
setDescription(String description)
A description of the changes being made to the cluster.
|
void |
setNotificationTopicArn(String notificationTopicArn)
The Amazon Resource Name (ARN) that identifies the topic.
|
void |
setNotificationTopicStatus(String notificationTopicStatus)
The current state of the topic.
|
void |
setParameterGroupName(String parameterGroupName)
The name of a parameter group for this cluster.
|
void |
setPreferredMaintenanceWindow(String preferredMaintenanceWindow)
A range of time when maintenance of DAX cluster software will be performed.
|
void |
setSecurityGroupIds(Collection<String> securityGroupIds)
A list of user-specified security group IDs to be assigned to each node in the DAX cluster.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
UpdateClusterRequest |
withClusterName(String clusterName)
The name of the DAX cluster to be modified.
|
UpdateClusterRequest |
withDescription(String description)
A description of the changes being made to the cluster.
|
UpdateClusterRequest |
withNotificationTopicArn(String notificationTopicArn)
The Amazon Resource Name (ARN) that identifies the topic.
|
UpdateClusterRequest |
withNotificationTopicStatus(String notificationTopicStatus)
The current state of the topic.
|
UpdateClusterRequest |
withParameterGroupName(String parameterGroupName)
The name of a parameter group for this cluster.
|
UpdateClusterRequest |
withPreferredMaintenanceWindow(String preferredMaintenanceWindow)
A range of time when maintenance of DAX cluster software will be performed.
|
UpdateClusterRequest |
withSecurityGroupIds(Collection<String> securityGroupIds)
A list of user-specified security group IDs to be assigned to each node in the DAX cluster.
|
UpdateClusterRequest |
withSecurityGroupIds(String... securityGroupIds)
A list of user-specified security group IDs to be assigned to each node in the DAX cluster.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setClusterName(String clusterName)
The name of the DAX cluster to be modified.
clusterName
- The name of the DAX cluster to be modified.public String getClusterName()
The name of the DAX cluster to be modified.
public UpdateClusterRequest withClusterName(String clusterName)
The name of the DAX cluster to be modified.
clusterName
- The name of the DAX cluster to be modified.public void setDescription(String description)
A description of the changes being made to the cluster.
description
- A description of the changes being made to the cluster.public String getDescription()
A description of the changes being made to the cluster.
public UpdateClusterRequest withDescription(String description)
A description of the changes being made to the cluster.
description
- A description of the changes being made to the cluster.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.
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.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.
sun:01:00-sun:09:00
. Cluster maintenance normally takes less than 30 minutes, and is
performed automatically within the maintenance window.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.
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.public void setNotificationTopicArn(String notificationTopicArn)
The Amazon Resource Name (ARN) that identifies the topic.
notificationTopicArn
- The Amazon Resource Name (ARN) that identifies the topic.public String getNotificationTopicArn()
The Amazon Resource Name (ARN) that identifies the topic.
public UpdateClusterRequest withNotificationTopicArn(String notificationTopicArn)
The Amazon Resource Name (ARN) that identifies the topic.
notificationTopicArn
- The Amazon Resource Name (ARN) that identifies the topic.public void setNotificationTopicStatus(String notificationTopicStatus)
The current state of the topic.
notificationTopicStatus
- The current state of the topic.public String getNotificationTopicStatus()
The current state of the topic.
public UpdateClusterRequest withNotificationTopicStatus(String notificationTopicStatus)
The current state of the topic.
notificationTopicStatus
- The current state of the topic.public void setParameterGroupName(String parameterGroupName)
The name of a parameter group for this cluster.
parameterGroupName
- The name of a parameter group for this cluster.public String getParameterGroupName()
The name of a parameter group for this cluster.
public UpdateClusterRequest withParameterGroupName(String parameterGroupName)
The name of a parameter group for this cluster.
parameterGroupName
- The name of a parameter group for this cluster.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.
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.
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.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.
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.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.
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.public String toString()
toString
in class Object
Object.toString()
public UpdateClusterRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.