@Generated(value="software.amazon.awssdk:codegen") public final class UpdateClusterRequest extends DaxRequest implements ToCopyableBuilder<UpdateClusterRequest.Builder,UpdateClusterRequest>
Modifier and Type | Class and Description |
---|---|
static interface |
UpdateClusterRequest.Builder |
Modifier and Type | Method and 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) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz)
Used to retrieve the value of a field from any class that extends
SdkRequest . |
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() |
overrideConfiguration
copy
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.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public UpdateClusterRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<UpdateClusterRequest.Builder,UpdateClusterRequest>
toBuilder
in class DaxRequest
public static UpdateClusterRequest.Builder builder()
public static Class<? extends UpdateClusterRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
SdkRequest
SdkRequest
. The field name
specified should match the member name from the corresponding service-2.json model specified in the
codegen-resources folder for a given service. The class specifies what class to cast the returned value to.
If the returned value is also a modeled class, the SdkRequest.getValueForField(String, Class)
method will
again be available.getValueForField
in class SdkRequest
fieldName
- The name of the member to be retrieved.clazz
- The class to cast the returned object to.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.