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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteAccountDefaultProtectConfigurationResponse.BuilderdefaultProtectConfigurationArn(String defaultProtectConfigurationArn)The Amazon Resource Name (ARN) of the account default protect configuration.DeleteAccountDefaultProtectConfigurationResponse.BuilderdefaultProtectConfigurationId(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 Detail
-
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.
-
-