CopyableBuilder<AttachObjectRequest.Builder,AttachObjectRequest>
, SdkBuilder<AttachObjectRequest.Builder,AttachObjectRequest>
public static interface AttachObjectRequest.Builder extends CopyableBuilder<AttachObjectRequest.Builder,AttachObjectRequest>
Modifier and Type | Method | Description |
---|---|---|
AttachObjectRequest.Builder |
childReference(ObjectReference childReference) |
The child object reference to be attached to the object.
|
AttachObjectRequest.Builder |
directoryArn(String directoryArn) |
Amazon Resource Name (ARN) that is associated with the Directory where both objects reside.
|
AttachObjectRequest.Builder |
linkName(String linkName) |
The link name with which the child object is attached to the parent.
|
AttachObjectRequest.Builder |
parentReference(ObjectReference parentReference) |
The parent object reference.
|
copy
apply, build
AttachObjectRequest.Builder directoryArn(String directoryArn)
AttachObjectRequest.Builder parentReference(ObjectReference parentReference)
The parent object reference.
parentReference
- The parent object reference.AttachObjectRequest.Builder childReference(ObjectReference childReference)
The child object reference to be attached to the object.
childReference
- The child object reference to be attached to the object.AttachObjectRequest.Builder linkName(String linkName)
The link name with which the child object is attached to the parent.
linkName
- The link name with which the child object is attached to the parent.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.