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(String facetStyle) |
There are two different styles that you can define on any given facet, Static and
Dynamic.
|
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.name(String name) |
The name of the Facet, which is unique for a given schema.
|
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.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.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateFacetRequest.Builder |
CreateFacetRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateFacetRequest.Builder |
CreateFacetRequest.Builder.schemaArn(String schemaArn) |
The schema ARN in which the new Facet will be created.
|
CreateFacetRequest.Builder |
CreateFacetRequest.toBuilder() |
|