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