| Package | Description |
|---|---|
| software.amazon.awssdk.services.clouddirectory |
|
| software.amazon.awssdk.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateFacetResponse> |
CloudDirectoryAsyncClient.createFacet(Consumer<CreateFacetRequest.Builder> createFacetRequest)
Creates a new Facet in a schema.
|
default CreateFacetResponse |
CloudDirectoryClient.createFacet(Consumer<CreateFacetRequest.Builder> createFacetRequest)
Creates a new Facet in a schema.
|
| Modifier and Type | Method and Description |
|---|---|
CreateFacetRequest.Builder |
CreateFacetRequest.Builder.attributes(Collection<FacetAttribute> attributes)
The attributes that are associated with the Facet.
|
CreateFacetRequest.Builder |
CreateFacetRequest.Builder.attributes(Consumer<FacetAttribute.Builder>... attributes)
The attributes that are associated with the Facet.
|
CreateFacetRequest.Builder |
CreateFacetRequest.Builder.attributes(FacetAttribute... attributes)
The attributes that are associated with the Facet.
|
static CreateFacetRequest.Builder |
CreateFacetRequest.builder() |
CreateFacetRequest.Builder |
CreateFacetRequest.Builder.facetStyle(FacetStyle facetStyle)
There are two different styles that you can define on any given facet,
Static and
Dynamic. |
CreateFacetRequest.Builder |
CreateFacetRequest.Builder.facetStyle(String facetStyle)
There are two different styles that you can define on any given facet,
Static and
Dynamic. |
CreateFacetRequest.Builder |
CreateFacetRequest.Builder.name(String name)
The name of the Facet, which is unique for a given schema.
|
CreateFacetRequest.Builder |
CreateFacetRequest.Builder.objectType(ObjectType objectType)
Specifies whether a given object created from this facet is of type node, leaf node, policy or index.
|
CreateFacetRequest.Builder |
CreateFacetRequest.Builder.objectType(String objectType)
Specifies whether a given object created from this facet is of type node, leaf node, policy or index.
|
CreateFacetRequest.Builder |
CreateFacetRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateFacetRequest.Builder |
CreateFacetRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateFacetRequest.Builder |
CreateFacetRequest.Builder.schemaArn(String schemaArn)
The schema ARN in which the new Facet will be created.
|
CreateFacetRequest.Builder |
CreateFacetRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateFacetRequest.Builder> |
CreateFacetRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.