Interface GetProtectConfigurationCountryRuleSetRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetProtectConfigurationCountryRuleSetRequest.Builder,GetProtectConfigurationCountryRuleSetRequest>,PinpointSmsVoiceV2Request.Builder,SdkBuilder<GetProtectConfigurationCountryRuleSetRequest.Builder,GetProtectConfigurationCountryRuleSetRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetProtectConfigurationCountryRuleSetRequest
public static interface GetProtectConfigurationCountryRuleSetRequest.Builder extends PinpointSmsVoiceV2Request.Builder, SdkPojo, CopyableBuilder<GetProtectConfigurationCountryRuleSetRequest.Builder,GetProtectConfigurationCountryRuleSetRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetProtectConfigurationCountryRuleSetRequest.BuildernumberCapability(String numberCapability)The capability type to return the CountryRuleSet for.GetProtectConfigurationCountryRuleSetRequest.BuildernumberCapability(NumberCapability numberCapability)The capability type to return the CountryRuleSet for.GetProtectConfigurationCountryRuleSetRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetProtectConfigurationCountryRuleSetRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetProtectConfigurationCountryRuleSetRequest.BuilderprotectConfigurationId(String protectConfigurationId)The unique identifier for the protect configuration.-
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
GetProtectConfigurationCountryRuleSetRequest.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
GetProtectConfigurationCountryRuleSetRequest.Builder numberCapability(String numberCapability)
The capability type to return the CountryRuleSet for. Valid values are
SMS,VOICE, orMMS.- Parameters:
numberCapability- The capability type to return the CountryRuleSet for. Valid values areSMS,VOICE, orMMS.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
NumberCapability,NumberCapability
-
numberCapability
GetProtectConfigurationCountryRuleSetRequest.Builder numberCapability(NumberCapability numberCapability)
The capability type to return the CountryRuleSet for. Valid values are
SMS,VOICE, orMMS.- Parameters:
numberCapability- The capability type to return the CountryRuleSet for. Valid values areSMS,VOICE, orMMS.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
NumberCapability,NumberCapability
-
overrideConfiguration
GetProtectConfigurationCountryRuleSetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetProtectConfigurationCountryRuleSetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-