Interface ProtectConfigurationCountryRuleSetInformation.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ProtectConfigurationCountryRuleSetInformation.Builder,
,ProtectConfigurationCountryRuleSetInformation> SdkBuilder<ProtectConfigurationCountryRuleSetInformation.Builder,
,ProtectConfigurationCountryRuleSetInformation> SdkPojo
- Enclosing class:
ProtectConfigurationCountryRuleSetInformation
@Mutable
@NotThreadSafe
public static interface ProtectConfigurationCountryRuleSetInformation.Builder
extends SdkPojo, CopyableBuilder<ProtectConfigurationCountryRuleSetInformation.Builder,ProtectConfigurationCountryRuleSetInformation>
-
Method Summary
Modifier and TypeMethodDescriptionprotectStatus
(String protectStatus) The types of protection that can be used.protectStatus
(ProtectStatus protectStatus) The types of protection that can be used.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 Details
-
protectStatus
The types of protection that can be used.
- Parameters:
protectStatus
- The types of protection that can be used.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
protectStatus
The types of protection that can be used.
- Parameters:
protectStatus
- The types of protection that can be used.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-