CopyableBuilder<BatchDetachObject.Builder,BatchDetachObject>
, SdkBuilder<BatchDetachObject.Builder,BatchDetachObject>
public static interface BatchDetachObject.Builder extends CopyableBuilder<BatchDetachObject.Builder,BatchDetachObject>
Modifier and Type | Method | Description |
---|---|---|
BatchDetachObject.Builder |
batchReferenceName(String batchReferenceName) |
The batch reference name.
|
BatchDetachObject.Builder |
linkName(String linkName) |
The name of the link.
|
BatchDetachObject.Builder |
parentReference(ObjectReference parentReference) |
Parent reference from which the object with the specified link name is detached.
|
copy
apply, build
BatchDetachObject.Builder parentReference(ObjectReference parentReference)
Parent reference from which the object with the specified link name is detached.
parentReference
- Parent reference from which the object with the specified link name is detached.BatchDetachObject.Builder linkName(String linkName)
The name of the link.
linkName
- The name of the link.BatchDetachObject.Builder batchReferenceName(String batchReferenceName)
The batch reference name. See Batches for more information.
batchReferenceName
- The batch reference name. See Batches for more information.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.