Interface DetachFromIndexResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CloudDirectoryResponse.Builder,CopyableBuilder<DetachFromIndexResponse.Builder,DetachFromIndexResponse>,SdkBuilder<DetachFromIndexResponse.Builder,DetachFromIndexResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DetachFromIndexResponse
public static interface DetachFromIndexResponse.Builder extends CloudDirectoryResponse.Builder, SdkPojo, CopyableBuilder<DetachFromIndexResponse.Builder,DetachFromIndexResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DetachFromIndexResponse.BuilderdetachedObjectIdentifier(String detachedObjectIdentifier)TheObjectIdentifierof the object that was detached from the index.-
Methods inherited from interface software.amazon.awssdk.services.clouddirectory.model.CloudDirectoryResponse.Builder
build, responseMetadata, responseMetadata
-
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
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
detachedObjectIdentifier
DetachFromIndexResponse.Builder detachedObjectIdentifier(String detachedObjectIdentifier)
The
ObjectIdentifierof the object that was detached from the index.- Parameters:
detachedObjectIdentifier- TheObjectIdentifierof the object that was detached from the index.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-