@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) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasSecurityGroupIds()
For responses, this returns true if the service returned a value for the SecurityGroupIds property.
|
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<SdkField<?>> |
sdkFields() |
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() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String clusterName()
The name of the DAX cluster to be modified.
public final String description()
A description of the changes being made to the cluster.
public final 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 final String notificationTopicArn()
The Amazon Resource Name (ARN) that identifies the topic.
public final 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.
public final String parameterGroupName()
The name of a parameter group for this cluster.
public final boolean hasSecurityGroupIds()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final 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.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasSecurityGroupIds() method.
public UpdateClusterRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateClusterRequest.Builder,UpdateClusterRequest>toBuilder in class DaxRequestpublic static UpdateClusterRequest.Builder builder()
public static Class<? extends UpdateClusterRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2022. All rights reserved.