Interface AttachToIndexResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CloudDirectoryResponse.Builder,CopyableBuilder<AttachToIndexResponse.Builder,,AttachToIndexResponse> SdkBuilder<AttachToIndexResponse.Builder,,AttachToIndexResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 AttachToIndexResponse
public static interface AttachToIndexResponse.Builder
extends CloudDirectoryResponse.Builder, SdkPojo, CopyableBuilder<AttachToIndexResponse.Builder,AttachToIndexResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionattachedObjectIdentifier(String attachedObjectIdentifier) TheObjectIdentifierof the object that was attached to the index.Methods inherited from interface software.amazon.awssdk.services.clouddirectory.model.CloudDirectoryResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
attachedObjectIdentifier
The
ObjectIdentifierof the object that was attached to the index.- Parameters:
 attachedObjectIdentifier- TheObjectIdentifierof the object that was attached to the index.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -