Cloneable
, ReadLimitInfo
, ToCopyableBuilder<UpdateClusterRequest.Builder,UpdateClusterRequest>
@Generated("software.amazon.awssdk:codegen") public class UpdateClusterRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<UpdateClusterRequest.Builder,UpdateClusterRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
UpdateClusterRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static UpdateClusterRequest.Builder |
builder() |
|
String |
clusterName() |
The name of the DAX cluster to be modified.
|
String |
description() |
A description of the changes being made to the cluster.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
notificationTopicArn() |
The Amazon Resource Name (ARN) that identifies the topic.
|
String |
notificationTopicStatus() |
The current state of the topic.
|
String |
parameterGroupName() |
The name of a parameter group for this cluster.
|
String |
preferredMaintenanceWindow() |
A range of time when maintenance of DAX cluster software will be performed.
|
List<String> |
securityGroupIds() |
A list of user-specified security group IDs to be assigned to each node in the DAX cluster.
|
static Class<? extends UpdateClusterRequest.Builder> |
serializableBuilderClass() |
|
UpdateClusterRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String clusterName()
The name of the DAX cluster to be modified.
public String description()
A description of the changes being made to the cluster.
public 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.
sun:01:00-sun:09:00
. Cluster maintenance normally takes less than 30 minutes, and is
performed automatically within the maintenance window.public String notificationTopicArn()
The Amazon Resource Name (ARN) that identifies the topic.
public String notificationTopicStatus()
The current state of the topic.
public String parameterGroupName()
The name of a parameter group for this cluster.
public List<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.
public UpdateClusterRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<UpdateClusterRequest.Builder,UpdateClusterRequest>
public static UpdateClusterRequest.Builder builder()
public static Class<? extends UpdateClusterRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.