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) |
AddFacetToObjectRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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 method 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 method that creates an instance of theAttributeKeyAndValue.Builder avoiding the need
to create one manually via
AttributeKeyAndValue.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #objectAttributeList(List.
objectAttributeList - a consumer that will call methods on
AttributeKeyAndValue.Builder#objectAttributeList(java.util.Collection) 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 method 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)
overrideConfiguration in interface AwsRequest.BuilderAddFacetToObjectRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.