Interface PutAttachmentRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<PutAttachmentRequest.Builder,,PutAttachmentRequest> GlueRequest.Builder,SdkBuilder<PutAttachmentRequest.Builder,,PutAttachmentRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
PutAttachmentRequest
@Mutable
@NotThreadSafe
public static interface PutAttachmentRequest.Builder
extends GlueRequest.Builder, SdkPojo, CopyableBuilder<PutAttachmentRequest.Builder,PutAttachmentRequest>
-
Method Summary
Modifier and TypeMethodDescriptionassetIdentifier(String assetIdentifier) The unique identifier of the asset to attach the form to.attachmentName(String attachmentName) The name of the attachment.clientToken(String clientToken) A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.The JSON content of the form, conforming to the schema of the specified form type.formTypeId(String formTypeId) The identifier of the form type for this attachment.itemIdentifier(String itemIdentifier) The identifier of the item within the iterable form.iterableFormName(String iterableFormName) The name of the iterable form.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.glue.model.GlueRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
assetIdentifier
The unique identifier of the asset to attach the form to.
- Parameters:
assetIdentifier- The unique identifier of the asset to attach the form to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
iterableFormName
The name of the iterable form. When specified along with
itemIdentifier, the attachment targets an item within the iterable form rather than the asset itself.- Parameters:
iterableFormName- The name of the iterable form. When specified along withitemIdentifier, the attachment targets an item within the iterable form rather than the asset itself.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
itemIdentifier
The identifier of the item within the iterable form. Required when
iterableFormNameis specified.- Parameters:
itemIdentifier- The identifier of the item within the iterable form. Required wheniterableFormNameis specified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attachmentName
The name of the attachment.
- Parameters:
attachmentName- The name of the attachment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
content
The JSON content of the form, conforming to the schema of the specified form type.
- Parameters:
content- The JSON content of the form, conforming to the schema of the specified form type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
formTypeId
The identifier of the form type for this attachment.
- Parameters:
formTypeId- The identifier of the form type for this attachment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientToken
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
- Parameters:
clientToken- A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
PutAttachmentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
PutAttachmentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-