ToCopyableBuilder<CacheNodeTypeSpecificValue.Builder,CacheNodeTypeSpecificValue>
@Generated("software.amazon.awssdk:codegen") public class CacheNodeTypeSpecificValue extends Object implements ToCopyableBuilder<CacheNodeTypeSpecificValue.Builder,CacheNodeTypeSpecificValue>
A value that applies only to a certain cache node type.
Modifier and Type | Class | Description |
---|---|---|
static interface |
CacheNodeTypeSpecificValue.Builder |
Modifier and Type | Method | Description |
---|---|---|
static CacheNodeTypeSpecificValue.Builder |
builder() |
|
String |
cacheNodeType() |
The cache node type for which this value applies.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends CacheNodeTypeSpecificValue.Builder> |
serializableBuilderClass() |
|
CacheNodeTypeSpecificValue.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
value() |
The value for the cache node type.
|
public String cacheNodeType()
The cache node type for which this value applies.
public String value()
The value for the cache node type.
public CacheNodeTypeSpecificValue.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CacheNodeTypeSpecificValue.Builder,CacheNodeTypeSpecificValue>
public static CacheNodeTypeSpecificValue.Builder builder()
public static Class<? extends CacheNodeTypeSpecificValue.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.