Interface UpdateProtectConfigurationCountryRuleSetRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateProtectConfigurationCountryRuleSetRequest.Builder,UpdateProtectConfigurationCountryRuleSetRequest>,PinpointSmsVoiceV2Request.Builder,SdkBuilder<UpdateProtectConfigurationCountryRuleSetRequest.Builder,UpdateProtectConfigurationCountryRuleSetRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateProtectConfigurationCountryRuleSetRequest
public static interface UpdateProtectConfigurationCountryRuleSetRequest.Builder extends PinpointSmsVoiceV2Request.Builder, SdkPojo, CopyableBuilder<UpdateProtectConfigurationCountryRuleSetRequest.Builder,UpdateProtectConfigurationCountryRuleSetRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.pinpointsmsvoicev2.model.PinpointSmsVoiceV2Request.Builder
build
-
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
-
protectConfigurationId
UpdateProtectConfigurationCountryRuleSetRequest.Builder protectConfigurationId(String protectConfigurationId)
The unique identifier for the protect configuration.
- Parameters:
protectConfigurationId- The unique identifier for the protect configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
numberCapability
UpdateProtectConfigurationCountryRuleSetRequest.Builder numberCapability(String numberCapability)
The number capability to apply the CountryRuleSetUpdates updates to.
- Parameters:
numberCapability- The number capability to apply the CountryRuleSetUpdates updates to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
NumberCapability,NumberCapability
-
numberCapability
UpdateProtectConfigurationCountryRuleSetRequest.Builder numberCapability(NumberCapability numberCapability)
The number capability to apply the CountryRuleSetUpdates updates to.
- Parameters:
numberCapability- The number capability to apply the CountryRuleSetUpdates updates to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
NumberCapability,NumberCapability
-
countryRuleSetUpdates
UpdateProtectConfigurationCountryRuleSetRequest.Builder countryRuleSetUpdates(Map<String,ProtectConfigurationCountryRuleSetInformation> countryRuleSetUpdates)
A map of ProtectConfigurationCountryRuleSetInformation objects that contain the details for the requested NumberCapability. The Key is the two-letter ISO country code. For a list of supported ISO country codes, see Supported countries and regions (SMS channel) in the AWS End User Messaging SMS User Guide.
- Parameters:
countryRuleSetUpdates- A map of ProtectConfigurationCountryRuleSetInformation objects that contain the details for the requested NumberCapability. The Key is the two-letter ISO country code. For a list of supported ISO country codes, see Supported countries and regions (SMS channel) in the AWS End User Messaging SMS User Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateProtectConfigurationCountryRuleSetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateProtectConfigurationCountryRuleSetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-