public static interface AddFacetToObjectRequest.Builder extends CloudDirectoryRequest.Builder, SdkPojo, 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.
|
AddFacetToObjectRequest.Builder |
objectAttributeList(Consumer<AttributeKeyAndValue.Builder>... 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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
AddFacetToObjectRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
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.
|
buildoverrideConfigurationcopyapplyMutation, buildAddFacetToObjectRequest.Builder directoryArn(String directoryArn)
AddFacetToObjectRequest.Builder schemaFacet(SchemaFacet schemaFacet)
Identifiers for the facet that you are adding to the object. See SchemaFacet for details.
schemaFacet - Identifiers for the facet that you are adding to the object. See SchemaFacet for details.default AddFacetToObjectRequest.Builder schemaFacet(Consumer<SchemaFacet.Builder> schemaFacet)
Identifiers for the facet that you are adding to the object. See SchemaFacet for details.
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 objectAttributeList(Consumer<AttributeKeyAndValue.Builder>... objectAttributeList)
Attributes on the facet that you are adding to the object.
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 #objectAttributeList(List) .objectAttributeList - a consumer that will call methods on List.Builder #objectAttributeList(List) 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.AddFacetToObjectRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.