Interface AssociateProtectConfigurationResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<AssociateProtectConfigurationResponse.Builder,AssociateProtectConfigurationResponse>,PinpointSmsVoiceV2Response.Builder,SdkBuilder<AssociateProtectConfigurationResponse.Builder,AssociateProtectConfigurationResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- AssociateProtectConfigurationResponse
public static interface AssociateProtectConfigurationResponse.Builder extends PinpointSmsVoiceV2Response.Builder, SdkPojo, CopyableBuilder<AssociateProtectConfigurationResponse.Builder,AssociateProtectConfigurationResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssociateProtectConfigurationResponse.BuilderconfigurationSetArn(String configurationSetArn)The Amazon Resource Name (ARN) of the configuration set.AssociateProtectConfigurationResponse.BuilderconfigurationSetName(String configurationSetName)The name of the ConfigurationSet.AssociateProtectConfigurationResponse.BuilderprotectConfigurationArn(String protectConfigurationArn)The Amazon Resource Name (ARN) of the protect configuration.AssociateProtectConfigurationResponse.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
-
configurationSetArn
AssociateProtectConfigurationResponse.Builder configurationSetArn(String 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
AssociateProtectConfigurationResponse.Builder configurationSetName(String 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
AssociateProtectConfigurationResponse.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
AssociateProtectConfigurationResponse.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.
-
-