Interface PutAttachmentResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<PutAttachmentResponse.Builder,,PutAttachmentResponse> GlueResponse.Builder,SdkBuilder<PutAttachmentResponse.Builder,,PutAttachmentResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
PutAttachmentResponse
@Mutable
@NotThreadSafe
public static interface PutAttachmentResponse.Builder
extends GlueResponse.Builder, SdkPojo, CopyableBuilder<PutAttachmentResponse.Builder,PutAttachmentResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe unique identifier of the asset.attachmentName(String attachmentName) The name of the attachment.formTypeId(String formTypeId) The identifier of the form type for this attachment.itemIdentifier(String itemIdentifier) The identifier of the item within the iterable form, if applicable.iterableFormName(String iterableFormName) The name of the iterable form, if the attachment targets an item.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.glue.model.GlueResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
assetId
The unique identifier of the asset.
- Parameters:
assetId- The unique identifier of the asset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
iterableFormName
The name of the iterable form, if the attachment targets an item.
- Parameters:
iterableFormName- The name of the iterable form, if the attachment targets an item.- 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, if applicable.
- Parameters:
itemIdentifier- The identifier of the item within the iterable form, if applicable.- 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.
-
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.
-