| Package | Description |
|---|---|
| software.amazon.awssdk.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
static Facet.Builder |
Facet.builder() |
Facet.Builder |
Facet.Builder.facetStyle(FacetStyle facetStyle)
There are two different styles that you can define on any given facet,
Static and
Dynamic. |
Facet.Builder |
Facet.Builder.facetStyle(String facetStyle)
There are two different styles that you can define on any given facet,
Static and
Dynamic. |
Facet.Builder |
Facet.Builder.name(String name)
The name of the Facet.
|
Facet.Builder |
Facet.Builder.objectType(ObjectType objectType)
The object type that is associated with the facet.
|
Facet.Builder |
Facet.Builder.objectType(String objectType)
The object type that is associated with the facet.
|
Facet.Builder |
Facet.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Facet.Builder> |
Facet.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetFacetResponse.Builder |
GetFacetResponse.Builder.facet(Consumer<Facet.Builder> facet)
The Facet structure that is associated with the facet.
|
Copyright © 2022. All rights reserved.