Interface CreateProtectConfigurationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateProtectConfigurationRequest.Builder,CreateProtectConfigurationRequest>,PinpointSmsVoiceV2Request.Builder,SdkBuilder<CreateProtectConfigurationRequest.Builder,CreateProtectConfigurationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateProtectConfigurationRequest
public static interface CreateProtectConfigurationRequest.Builder extends PinpointSmsVoiceV2Request.Builder, SdkPojo, CopyableBuilder<CreateProtectConfigurationRequest.Builder,CreateProtectConfigurationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateProtectConfigurationRequest.BuilderclientToken(String clientToken)Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.CreateProtectConfigurationRequest.BuilderdeletionProtectionEnabled(Boolean deletionProtectionEnabled)When set to true deletion protection is enabled.CreateProtectConfigurationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateProtectConfigurationRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateProtectConfigurationRequest.Buildertags(Collection<Tag> tags)An array of key and value pair tags that are associated with the resource.CreateProtectConfigurationRequest.Buildertags(Consumer<Tag.Builder>... tags)An array of key and value pair tags that are associated with the resource.CreateProtectConfigurationRequest.Buildertags(Tag... tags)An array of key and value pair tags that are associated with the resource.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.pinpointsmsvoicev2.model.PinpointSmsVoiceV2Request.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
clientToken
CreateProtectConfigurationRequest.Builder clientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don't specify a client token, a randomly generated token is used for the request to ensure idempotency.
- Parameters:
clientToken- Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don't specify a client token, a randomly generated token is used for the request to ensure idempotency.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deletionProtectionEnabled
CreateProtectConfigurationRequest.Builder deletionProtectionEnabled(Boolean deletionProtectionEnabled)
When set to true deletion protection is enabled. By default this is set to false.
- Parameters:
deletionProtectionEnabled- When set to true deletion protection is enabled. By default this is set to false.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateProtectConfigurationRequest.Builder tags(Collection<Tag> tags)
An array of key and value pair tags that are associated with the resource.
- Parameters:
tags- An array of key and value pair tags that are associated with the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateProtectConfigurationRequest.Builder tags(Tag... tags)
An array of key and value pair tags that are associated with the resource.
- Parameters:
tags- An array of key and value pair tags that are associated with the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateProtectConfigurationRequest.Builder tags(Consumer<Tag.Builder>... tags)
An array of key and value pair tags that are associated with the resource.
This is a convenience method that creates an instance of theTag.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#tags(List.) - Parameters:
tags- a consumer that will call methods onTag.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#tags(java.util.Collection)
-
overrideConfiguration
CreateProtectConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateProtectConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-