Interface CreateRegistrationAttachmentRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateRegistrationAttachmentRequest.Builder,CreateRegistrationAttachmentRequest>,PinpointSmsVoiceV2Request.Builder,SdkBuilder<CreateRegistrationAttachmentRequest.Builder,CreateRegistrationAttachmentRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateRegistrationAttachmentRequest
public static interface CreateRegistrationAttachmentRequest.Builder extends PinpointSmsVoiceV2Request.Builder, SdkPojo, CopyableBuilder<CreateRegistrationAttachmentRequest.Builder,CreateRegistrationAttachmentRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateRegistrationAttachmentRequest.BuilderattachmentBody(SdkBytes attachmentBody)The registration file to upload.CreateRegistrationAttachmentRequest.BuilderattachmentUrl(String attachmentUrl)A URL to the required registration file.CreateRegistrationAttachmentRequest.BuilderclientToken(String clientToken)Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.CreateRegistrationAttachmentRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateRegistrationAttachmentRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateRegistrationAttachmentRequest.Buildertags(Collection<Tag> tags)An array of tags (key and value pairs) to associate with the registration attachment.CreateRegistrationAttachmentRequest.Buildertags(Consumer<Tag.Builder>... tags)An array of tags (key and value pairs) to associate with the registration attachment.CreateRegistrationAttachmentRequest.Buildertags(Tag... tags)An array of tags (key and value pairs) to associate with the registration attachment.-
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
-
attachmentBody
CreateRegistrationAttachmentRequest.Builder attachmentBody(SdkBytes attachmentBody)
The registration file to upload. The maximum file size is 1MiB and valid file extensions are PDF, JPEG and PNG.
- Parameters:
attachmentBody- The registration file to upload. The maximum file size is 1MiB and valid file extensions are PDF, JPEG and PNG.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attachmentUrl
CreateRegistrationAttachmentRequest.Builder attachmentUrl(String attachmentUrl)
A URL to the required registration file. For example, you can provide the S3 object URL.
- Parameters:
attachmentUrl- A URL to the required registration file. For example, you can provide the S3 object URL.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateRegistrationAttachmentRequest.Builder tags(Collection<Tag> tags)
An array of tags (key and value pairs) to associate with the registration attachment.
- Parameters:
tags- An array of tags (key and value pairs) to associate with the registration attachment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateRegistrationAttachmentRequest.Builder tags(Tag... tags)
An array of tags (key and value pairs) to associate with the registration attachment.
- Parameters:
tags- An array of tags (key and value pairs) to associate with the registration attachment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateRegistrationAttachmentRequest.Builder tags(Consumer<Tag.Builder>... tags)
An array of tags (key and value pairs) to associate with the registration attachment.
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
CreateRegistrationAttachmentRequest.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
CreateRegistrationAttachmentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateRegistrationAttachmentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-