Interface CachePointBlock.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CachePointBlock.Builder,CachePointBlock>,SdkBuilder<CachePointBlock.Builder,CachePointBlock>,SdkPojo
- Enclosing class:
- CachePointBlock
@Mutable @NotThreadSafe public static interface CachePointBlock.Builder extends SdkPojo, CopyableBuilder<CachePointBlock.Builder,CachePointBlock>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CachePointBlock.Buildertype(String type)Indicates that the CachePointBlock is of the default typeCachePointBlock.Buildertype(CachePointType type)Indicates that the CachePointBlock is of the default 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
-
type
CachePointBlock.Builder type(String type)
Indicates that the CachePointBlock is of the default type
- Parameters:
type- Indicates that the CachePointBlock is of the default type- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CachePointType,CachePointType
-
type
CachePointBlock.Builder type(CachePointType type)
Indicates that the CachePointBlock is of the default type
- Parameters:
type- Indicates that the CachePointBlock is of the default type- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CachePointType,CachePointType
-
-