Interface DeleteAccountDefaultProtectConfigurationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DeleteAccountDefaultProtectConfigurationResponse.Builder,
,DeleteAccountDefaultProtectConfigurationResponse> PinpointSmsVoiceV2Response.Builder
,SdkBuilder<DeleteAccountDefaultProtectConfigurationResponse.Builder,
,DeleteAccountDefaultProtectConfigurationResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DeleteAccountDefaultProtectConfigurationResponse
public static interface DeleteAccountDefaultProtectConfigurationResponse.Builder
extends PinpointSmsVoiceV2Response.Builder, SdkPojo, CopyableBuilder<DeleteAccountDefaultProtectConfigurationResponse.Builder,DeleteAccountDefaultProtectConfigurationResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondefaultProtectConfigurationArn
(String defaultProtectConfigurationArn) The Amazon Resource Name (ARN) of the account default protect configuration.defaultProtectConfigurationId
(String defaultProtectConfigurationId) The unique identifier of the account default 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 Details
-
defaultProtectConfigurationArn
DeleteAccountDefaultProtectConfigurationResponse.Builder defaultProtectConfigurationArn(String defaultProtectConfigurationArn) The Amazon Resource Name (ARN) of the account default protect configuration.
- Parameters:
defaultProtectConfigurationArn
- The Amazon Resource Name (ARN) of the account default protect configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
defaultProtectConfigurationId
DeleteAccountDefaultProtectConfigurationResponse.Builder defaultProtectConfigurationId(String defaultProtectConfigurationId) The unique identifier of the account default protect configuration.
- Parameters:
defaultProtectConfigurationId
- The unique identifier of the account default protect configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-