Interface DisassociateProtectConfigurationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DisassociateProtectConfigurationResponse.Builder,
,DisassociateProtectConfigurationResponse> PinpointSmsVoiceV2Response.Builder
,SdkBuilder<DisassociateProtectConfigurationResponse.Builder,
,DisassociateProtectConfigurationResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DisassociateProtectConfigurationResponse
@Mutable
@NotThreadSafe
public static interface DisassociateProtectConfigurationResponse.Builder
extends PinpointSmsVoiceV2Response.Builder, SdkPojo, CopyableBuilder<DisassociateProtectConfigurationResponse.Builder,DisassociateProtectConfigurationResponse>
-
Method Summary
Modifier and TypeMethodDescriptionconfigurationSetArn
(String configurationSetArn) The Amazon Resource Name (ARN) of the configuration set.configurationSetName
(String configurationSetName) The name of the ConfigurationSet.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
-
configurationSetArn
The Amazon Resource Name (ARN) of the configuration set.
- Parameters:
configurationSetArn
- The Amazon Resource Name (ARN) of the configuration set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configurationSetName
The name of the ConfigurationSet.
- Parameters:
configurationSetName
- The name of the ConfigurationSet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
protectConfigurationArn
DisassociateProtectConfigurationResponse.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
DisassociateProtectConfigurationResponse.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.
-