public static interface BatchDetachObject.Builder extends CopyableBuilder<BatchDetachObject.Builder,BatchDetachObject>
| Modifier and Type | Method and Description |
|---|---|
BatchDetachObject.Builder |
batchReferenceName(String batchReferenceName)
The batch reference name.
|
BatchDetachObject.Builder |
linkName(String linkName)
The name of the link.
|
default BatchDetachObject.Builder |
parentReference(Consumer<ObjectReference.Builder> parentReference)
Parent reference from which the object with the specified link name is detached.
|
BatchDetachObject.Builder |
parentReference(ObjectReference parentReference)
Parent reference from which the object with the specified link name is detached.
|
copyapply, buildBatchDetachObject.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.default BatchDetachObject.Builder parentReference(Consumer<ObjectReference.Builder> parentReference)
Parent reference from which the object with the specified link name is detached.
This is a convenience that creates an instance of theObjectReference.Builder avoiding the need to
create one manually via ObjectReference.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to parentReference(ObjectReference).parentReference - a consumer that will call methods on ObjectReference.BuilderparentReference(ObjectReference)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.