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
Modifier and TypeMethodDescriptiondeletionProtectionEnabled(Boolean deletionProtectionEnabled) Whether deletion protection is enabled.A map of key and value pairs the linked cluster is tagged with.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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.
-