public static interface UpdateObjectAttributesRequest.Builder extends CloudDirectoryRequest.Builder, CopyableBuilder<UpdateObjectAttributesRequest.Builder,UpdateObjectAttributesRequest>
build
overrideConfiguration
copy
applyMutation, build
UpdateObjectAttributesRequest.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.Builder
objectReference(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)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.UpdateObjectAttributesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.