CopyableBuilder<BatchAttachObject.Builder,BatchAttachObject>
, SdkBuilder<BatchAttachObject.Builder,BatchAttachObject>
public static interface BatchAttachObject.Builder extends CopyableBuilder<BatchAttachObject.Builder,BatchAttachObject>
Modifier and Type | Method | Description |
---|---|---|
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.
|
BatchAttachObject.Builder |
parentReference(ObjectReference parentReference) |
The parent object reference.
|
copy
apply, build
BatchAttachObject.Builder parentReference(ObjectReference parentReference)
The parent object reference.
parentReference
- The parent object reference.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.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.