Interface CreateIndexResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CloudDirectoryResponse.Builder,CopyableBuilder<CreateIndexResponse.Builder,,CreateIndexResponse> SdkBuilder<CreateIndexResponse.Builder,,CreateIndexResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 CreateIndexResponse
public static interface CreateIndexResponse.Builder
extends CloudDirectoryResponse.Builder, SdkPojo, CopyableBuilder<CreateIndexResponse.Builder,CreateIndexResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionobjectIdentifier(String objectIdentifier) TheObjectIdentifierof the index created by this operation.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, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
objectIdentifier
The
ObjectIdentifierof the index created by this operation.- Parameters:
 objectIdentifier- TheObjectIdentifierof the index created by this operation.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -