Interface AttachObjectResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CloudDirectoryResponse.Builder,CopyableBuilder<AttachObjectResponse.Builder,,AttachObjectResponse> SdkBuilder<AttachObjectResponse.Builder,,AttachObjectResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 AttachObjectResponse
public static interface AttachObjectResponse.Builder
extends CloudDirectoryResponse.Builder, SdkPojo, CopyableBuilder<AttachObjectResponse.Builder,AttachObjectResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionattachedObjectIdentifier(String attachedObjectIdentifier) The attachedObjectIdentifier, which is the childObjectIdentifier.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 attached
ObjectIdentifier, which is the childObjectIdentifier.- Parameters:
 attachedObjectIdentifier- The attachedObjectIdentifier, which is the childObjectIdentifier.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -