Interface LinkedClusterProperties.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<LinkedClusterProperties.Builder,LinkedClusterProperties>,SdkBuilder<LinkedClusterProperties.Builder,LinkedClusterProperties>,SdkPojo
- Enclosing class:
- LinkedClusterProperties
public static interface LinkedClusterProperties.Builder extends SdkPojo, CopyableBuilder<LinkedClusterProperties.Builder,LinkedClusterProperties>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LinkedClusterProperties.BuilderdeletionProtectionEnabled(Boolean deletionProtectionEnabled)Whether deletion protection is enabled.LinkedClusterProperties.Buildertags(Map<String,String> tags)A map of key and value pairs the linked cluster is tagged with.-
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
-
deletionProtectionEnabled
LinkedClusterProperties.Builder deletionProtectionEnabled(Boolean deletionProtectionEnabled)
Whether deletion protection is enabled.
- Parameters:
deletionProtectionEnabled- Whether deletion protection is enabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
LinkedClusterProperties.Builder tags(Map<String,String> tags)
A map of key and value pairs the linked cluster is tagged with.
- Parameters:
tags- A map of key and value pairs the linked cluster is tagged with.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-