public static interface AttachObjectRequest.Builder extends CloudDirectoryRequest.Builder, SdkPojo, CopyableBuilder<AttachObjectRequest.Builder,AttachObjectRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildAttachObjectRequest.Builder directoryArn(String directoryArn)
AttachObjectRequest.Builder parentReference(ObjectReference parentReference)
The parent object reference.
parentReference - The parent object reference.default AttachObjectRequest.Builder parentReference(Consumer<ObjectReference.Builder> parentReference)
The parent object reference.
This is a convenience method 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)AttachObjectRequest.Builder childReference(ObjectReference childReference)
The child object reference to be attached to the object.
childReference - The child object reference to be attached to the object.default AttachObjectRequest.Builder childReference(Consumer<ObjectReference.Builder> childReference)
The child object reference to be attached to the object.
This is a convenience method 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)AttachObjectRequest.Builder linkName(String linkName)
The link name with which the child object is attached to the parent.
linkName - The link name with which the child object is attached to the parent.AttachObjectRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderAttachObjectRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.