public static interface AddFacetToObjectRequest.Builder extends CloudDirectoryRequest.Builder, CopyableBuilder<AddFacetToObjectRequest.Builder,AddFacetToObjectRequest>
| Modifier and Type | Method and Description |
|---|---|
AddFacetToObjectRequest.Builder |
directoryArn(String directoryArn)
The Amazon Resource Name (ARN) that is associated with the Directory where the object resides.
|
AddFacetToObjectRequest.Builder |
objectAttributeList(AttributeKeyAndValue... objectAttributeList)
Attributes on the facet that you are adding to the object.
|
AddFacetToObjectRequest.Builder |
objectAttributeList(Collection<AttributeKeyAndValue> objectAttributeList)
Attributes on the facet that you are adding to the object.
|
default AddFacetToObjectRequest.Builder |
objectReference(Consumer<ObjectReference.Builder> objectReference)
A reference to the object you are adding the specified facet to.
|
AddFacetToObjectRequest.Builder |
objectReference(ObjectReference objectReference)
A reference to the object you are adding the specified facet to.
|
AddFacetToObjectRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
default AddFacetToObjectRequest.Builder |
schemaFacet(Consumer<SchemaFacet.Builder> schemaFacet)
Identifiers for the facet that you are adding to the object.
|
AddFacetToObjectRequest.Builder |
schemaFacet(SchemaFacet schemaFacet)
Identifiers for the facet that you are adding to the object.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, buildAddFacetToObjectRequest.Builder directoryArn(String directoryArn)
AddFacetToObjectRequest.Builder schemaFacet(SchemaFacet schemaFacet)
Identifiers for the facet that you are adding to the object.
schemaFacet - Identifiers for the facet that you are adding to the object.default AddFacetToObjectRequest.Builder schemaFacet(Consumer<SchemaFacet.Builder> schemaFacet)
Identifiers for the facet that you are adding to the object.
This is a convenience that creates an instance of theSchemaFacet.Builder avoiding the need to create
one manually via SchemaFacet.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to schemaFacet(SchemaFacet).schemaFacet - a consumer that will call methods on SchemaFacet.BuilderschemaFacet(SchemaFacet)AddFacetToObjectRequest.Builder objectAttributeList(Collection<AttributeKeyAndValue> objectAttributeList)
Attributes on the facet that you are adding to the object.
objectAttributeList - Attributes on the facet that you are adding to the object.AddFacetToObjectRequest.Builder objectAttributeList(AttributeKeyAndValue... objectAttributeList)
Attributes on the facet that you are adding to the object.
objectAttributeList - Attributes on the facet that you are adding to the object.AddFacetToObjectRequest.Builder objectReference(ObjectReference objectReference)
A reference to the object you are adding the specified facet to.
objectReference - A reference to the object you are adding the specified facet to.default AddFacetToObjectRequest.Builder objectReference(Consumer<ObjectReference.Builder> objectReference)
A reference to the object you are adding the specified facet to.
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)AddFacetToObjectRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.