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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AttachObjectResponse.BuilderattachedObjectIdentifier(String attachedObjectIdentifier)The attachedObjectIdentifier, which is the childObjectIdentifier.-
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
-
attachedObjectIdentifier
AttachObjectResponse.Builder attachedObjectIdentifier(String 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.
-
-