Interface GetProtectConfigurationCountryRuleSetResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetProtectConfigurationCountryRuleSetResponse.Builder,
,GetProtectConfigurationCountryRuleSetResponse> PinpointSmsVoiceV2Response.Builder
,SdkBuilder<GetProtectConfigurationCountryRuleSetResponse.Builder,
,GetProtectConfigurationCountryRuleSetResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetProtectConfigurationCountryRuleSetResponse
@Mutable
@NotThreadSafe
public static interface GetProtectConfigurationCountryRuleSetResponse.Builder
extends PinpointSmsVoiceV2Response.Builder, SdkPojo, CopyableBuilder<GetProtectConfigurationCountryRuleSetResponse.Builder,GetProtectConfigurationCountryRuleSetResponse>
-
Method Summary
Modifier and TypeMethodDescriptioncountryRuleSet
(Map<String, ProtectConfigurationCountryRuleSetInformation> countryRuleSet) A map of ProtectConfigurationCountryRuleSetInformation objects that contain the details for the requested NumberCapability.numberCapability
(String numberCapability) The capability type associated with the returned ProtectConfigurationCountryRuleSetInformation objects.numberCapability
(NumberCapability numberCapability) The capability type associated with the returned ProtectConfigurationCountryRuleSetInformation objects.protectConfigurationArn
(String protectConfigurationArn) The Amazon Resource Name (ARN) of the protect configuration.protectConfigurationId
(String protectConfigurationId) The unique identifier for the protect configuration.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.pinpointsmsvoicev2.model.PinpointSmsVoiceV2Response.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
protectConfigurationArn
GetProtectConfigurationCountryRuleSetResponse.Builder protectConfigurationArn(String protectConfigurationArn) The Amazon Resource Name (ARN) of the protect configuration.
- Parameters:
protectConfigurationArn
- The Amazon Resource Name (ARN) of the protect configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
protectConfigurationId
GetProtectConfigurationCountryRuleSetResponse.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
The capability type associated with the returned ProtectConfigurationCountryRuleSetInformation objects.
- Parameters:
numberCapability
- The capability type associated with the returned ProtectConfigurationCountryRuleSetInformation objects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
numberCapability
GetProtectConfigurationCountryRuleSetResponse.Builder numberCapability(NumberCapability numberCapability) The capability type associated with the returned ProtectConfigurationCountryRuleSetInformation objects.
- Parameters:
numberCapability
- The capability type associated with the returned ProtectConfigurationCountryRuleSetInformation objects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
countryRuleSet
GetProtectConfigurationCountryRuleSetResponse.Builder countryRuleSet(Map<String, ProtectConfigurationCountryRuleSetInformation> countryRuleSet) 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:
countryRuleSet
- 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.
-