Interface BatchAttachObjectResponse.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<BatchAttachObjectResponse.Builder,
,BatchAttachObjectResponse> SdkBuilder<BatchAttachObjectResponse.Builder,
,BatchAttachObjectResponse> SdkPojo
- Enclosing class:
BatchAttachObjectResponse
public static interface BatchAttachObjectResponse.Builder
extends SdkPojo, CopyableBuilder<BatchAttachObjectResponse.Builder,BatchAttachObjectResponse>
-
Method Summary
Modifier and TypeMethodDescriptionattachedObjectIdentifier
(String attachedObjectIdentifier) TheObjectIdentifier
of the object that has been attached.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
attachedObjectIdentifier
The
ObjectIdentifier
of the object that has been attached.- Parameters:
attachedObjectIdentifier
- TheObjectIdentifier
of the object that has been attached.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-