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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchAttachObjectResponse.BuilderattachedObjectIdentifier(String attachedObjectIdentifier)TheObjectIdentifierof 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 Detail
-
attachedObjectIdentifier
BatchAttachObjectResponse.Builder attachedObjectIdentifier(String attachedObjectIdentifier)
The
ObjectIdentifierof the object that has been attached.- Parameters:
attachedObjectIdentifier- TheObjectIdentifierof the object that has been attached.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-