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