Interface BatchDetachObjectResponse.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<BatchDetachObjectResponse.Builder,
,BatchDetachObjectResponse> SdkBuilder<BatchDetachObjectResponse.Builder,
,BatchDetachObjectResponse> SdkPojo
- Enclosing class:
BatchDetachObjectResponse
public static interface BatchDetachObjectResponse.Builder
extends SdkPojo, CopyableBuilder<BatchDetachObjectResponse.Builder,BatchDetachObjectResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondetachedObjectIdentifier
(String detachedObjectIdentifier) TheObjectIdentifier
of the detached object.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
-
detachedObjectIdentifier
The
ObjectIdentifier
of the detached object.- Parameters:
detachedObjectIdentifier
- TheObjectIdentifier
of the detached object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-