Interface CacheNodeTypeSpecificValue.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CacheNodeTypeSpecificValue.Builder,CacheNodeTypeSpecificValue>,SdkBuilder<CacheNodeTypeSpecificValue.Builder,CacheNodeTypeSpecificValue>,SdkPojo
- Enclosing class:
- CacheNodeTypeSpecificValue
public static interface CacheNodeTypeSpecificValue.Builder extends SdkPojo, CopyableBuilder<CacheNodeTypeSpecificValue.Builder,CacheNodeTypeSpecificValue>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CacheNodeTypeSpecificValue.BuildercacheNodeType(String cacheNodeType)The cache node type for which this value applies.CacheNodeTypeSpecificValue.Buildervalue(String value)The value for the cache node type.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
cacheNodeType
CacheNodeTypeSpecificValue.Builder cacheNodeType(String cacheNodeType)
The cache node type for which this value applies.
- Parameters:
cacheNodeType- The cache node type for which this value applies.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
value
CacheNodeTypeSpecificValue.Builder value(String value)
The value for the cache node type.
- Parameters:
value- The value for the cache node type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-