public static interface UpdateObjectAttributesRequest.Builder extends CloudDirectoryRequest.Builder, CopyableBuilder<UpdateObjectAttributesRequest.Builder,UpdateObjectAttributesRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateObjectAttributesRequest.Builder |
attributeUpdates(Collection<ObjectAttributeUpdate> attributeUpdates)
The attributes update structure.
|
UpdateObjectAttributesRequest.Builder |
attributeUpdates(ObjectAttributeUpdate... attributeUpdates)
The attributes update structure.
|
UpdateObjectAttributesRequest.Builder |
directoryArn(String directoryArn)
The Amazon Resource Name (ARN) that is associated with the Directory where the object resides.
|
default UpdateObjectAttributesRequest.Builder |
objectReference(Consumer<ObjectReference.Builder> objectReference)
The reference that identifies the object.
|
UpdateObjectAttributesRequest.Builder |
objectReference(ObjectReference objectReference)
The reference that identifies the object.
|
UpdateObjectAttributesRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, 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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.