Interface CreateRegistrationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateRegistrationRequest.Builder,CreateRegistrationRequest>,PinpointSmsVoiceV2Request.Builder,SdkBuilder<CreateRegistrationRequest.Builder,CreateRegistrationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateRegistrationRequest
public static interface CreateRegistrationRequest.Builder extends PinpointSmsVoiceV2Request.Builder, SdkPojo, CopyableBuilder<CreateRegistrationRequest.Builder,CreateRegistrationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateRegistrationRequest.BuilderclientToken(String clientToken)Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.CreateRegistrationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateRegistrationRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateRegistrationRequest.BuilderregistrationType(String registrationType)The type of registration form to create.CreateRegistrationRequest.Buildertags(Collection<Tag> tags)An array of tags (key and value pairs) to associate with the registration.CreateRegistrationRequest.Buildertags(Consumer<Tag.Builder>... tags)An array of tags (key and value pairs) to associate with the registration.CreateRegistrationRequest.Buildertags(Tag... tags)An array of tags (key and value pairs) to associate with the registration.-
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
-
registrationType
CreateRegistrationRequest.Builder registrationType(String registrationType)
The type of registration form to create. The list of RegistrationTypes can be found using the DescribeRegistrationTypeDefinitions action.
- Parameters:
registrationType- The type of registration form to create. The list of RegistrationTypes can be found using the DescribeRegistrationTypeDefinitions action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateRegistrationRequest.Builder tags(Collection<Tag> tags)
An array of tags (key and value pairs) to associate with the registration.
- Parameters:
tags- An array of tags (key and value pairs) to associate with the registration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateRegistrationRequest.Builder tags(Tag... tags)
An array of tags (key and value pairs) to associate with the registration.
- Parameters:
tags- An array of tags (key and value pairs) to associate with the registration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateRegistrationRequest.Builder tags(Consumer<Tag.Builder>... tags)
An array of tags (key and value pairs) to associate with the registration.
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)
-
clientToken
CreateRegistrationRequest.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.
-
overrideConfiguration
CreateRegistrationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateRegistrationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-