Interface GetProtectConfigurationCountryRuleSetResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetProtectConfigurationCountryRuleSetResponse.Builder,GetProtectConfigurationCountryRuleSetResponse>,PinpointSmsVoiceV2Response.Builder,SdkBuilder<GetProtectConfigurationCountryRuleSetResponse.Builder,GetProtectConfigurationCountryRuleSetResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetProtectConfigurationCountryRuleSetResponse
public static interface GetProtectConfigurationCountryRuleSetResponse.Builder extends PinpointSmsVoiceV2Response.Builder, SdkPojo, CopyableBuilder<GetProtectConfigurationCountryRuleSetResponse.Builder,GetProtectConfigurationCountryRuleSetResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetProtectConfigurationCountryRuleSetResponse.BuildercountryRuleSet(Map<String,ProtectConfigurationCountryRuleSetInformation> countryRuleSet)A map of ProtectConfigurationCountryRuleSetInformation objects that contain the details for the requested NumberCapability.GetProtectConfigurationCountryRuleSetResponse.BuildernumberCapability(String numberCapability)The capability type associated with the returned ProtectConfigurationCountryRuleSetInformation objects.GetProtectConfigurationCountryRuleSetResponse.BuildernumberCapability(NumberCapability numberCapability)The capability type associated with the returned ProtectConfigurationCountryRuleSetInformation objects.GetProtectConfigurationCountryRuleSetResponse.BuilderprotectConfigurationArn(String protectConfigurationArn)The Amazon Resource Name (ARN) of the protect configuration.GetProtectConfigurationCountryRuleSetResponse.BuilderprotectConfigurationId(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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
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
GetProtectConfigurationCountryRuleSetResponse.Builder numberCapability(String 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,NumberCapability
-
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:
NumberCapability,NumberCapability
-
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.
-
-