public static interface BatchAttachObject.Builder extends CopyableBuilder<BatchAttachObject.Builder,BatchAttachObject>
| Modifier and Type | Method and Description |
|---|---|
default BatchAttachObject.Builder |
childReference(Consumer<ObjectReference.Builder> childReference)
The child object reference that is to be attached to the object.
|
BatchAttachObject.Builder |
childReference(ObjectReference childReference)
The child object reference that is to be attached to the object.
|
BatchAttachObject.Builder |
linkName(String linkName)
The name of the link.
|
default BatchAttachObject.Builder |
parentReference(Consumer<ObjectReference.Builder> parentReference)
The parent object reference.
|
BatchAttachObject.Builder |
parentReference(ObjectReference parentReference)
The parent object reference.
|
copyapply, buildBatchAttachObject.Builder parentReference(ObjectReference parentReference)
The parent object reference.
parentReference - The parent object reference.default BatchAttachObject.Builder parentReference(Consumer<ObjectReference.Builder> parentReference)
The parent object reference.
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)BatchAttachObject.Builder childReference(ObjectReference childReference)
The child object reference that is to be attached to the object.
childReference - The child object reference that is to be attached to the object.default BatchAttachObject.Builder childReference(Consumer<ObjectReference.Builder> childReference)
The child object reference that is to be attached to the object.
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 childReference(ObjectReference).childReference - a consumer that will call methods on ObjectReference.BuilderchildReference(ObjectReference)BatchAttachObject.Builder linkName(String linkName)
The name of the link.
linkName - The name of the link.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.