Interface ProtectConfigurationCountryRuleSetInformation.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ProtectConfigurationCountryRuleSetInformation.Builder,ProtectConfigurationCountryRuleSetInformation>,SdkBuilder<ProtectConfigurationCountryRuleSetInformation.Builder,ProtectConfigurationCountryRuleSetInformation>,SdkPojo
- Enclosing class:
- ProtectConfigurationCountryRuleSetInformation
public static interface ProtectConfigurationCountryRuleSetInformation.Builder extends SdkPojo, CopyableBuilder<ProtectConfigurationCountryRuleSetInformation.Builder,ProtectConfigurationCountryRuleSetInformation>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProtectConfigurationCountryRuleSetInformation.BuilderprotectStatus(String protectStatus)The types of protection that can be used.ProtectConfigurationCountryRuleSetInformation.BuilderprotectStatus(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, sdkFields
-
-
-
-
Method Detail
-
protectStatus
ProtectConfigurationCountryRuleSetInformation.Builder protectStatus(String 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,ProtectStatus
-
protectStatus
ProtectConfigurationCountryRuleSetInformation.Builder protectStatus(ProtectStatus 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,ProtectStatus
-
-