public static interface UpdateObjectAttributesRequest.Builder extends CloudDirectoryRequest.Builder, SdkPojo, CopyableBuilder<UpdateObjectAttributesRequest.Builder,UpdateObjectAttributesRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateObjectAttributesRequest.Builder directoryArn(String directoryArn)
UpdateObjectAttributesRequest.Builder objectReference(ObjectReference objectReference)
The reference that identifies the object.
objectReference - The reference that identifies the object.default UpdateObjectAttributesRequest.Builder objectReference(Consumer<ObjectReference.Builder> objectReference)
The reference that identifies 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 objectReference(ObjectReference).objectReference - a consumer that will call methods on ObjectReference.BuilderobjectReference(ObjectReference)UpdateObjectAttributesRequest.Builder attributeUpdates(Collection<ObjectAttributeUpdate> attributeUpdates)
The attributes update structure.
attributeUpdates - The attributes update structure.UpdateObjectAttributesRequest.Builder attributeUpdates(ObjectAttributeUpdate... attributeUpdates)
The attributes update structure.
attributeUpdates - The attributes update structure.UpdateObjectAttributesRequest.Builder attributeUpdates(Consumer<ObjectAttributeUpdate.Builder>... attributeUpdates)
The attributes update structure.
This is a convenience that creates an instance of theList.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #attributeUpdates(List) .attributeUpdates - a consumer that will call methods on List.Builder #attributeUpdates(List) UpdateObjectAttributesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateObjectAttributesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.