public static interface Facet.Builder extends SdkPojo, CopyableBuilder<Facet.Builder,Facet>
| Modifier and Type | Method and Description |
|---|---|
Facet.Builder |
facetStyle(FacetStyle facetStyle)
There are two different styles that you can define on any given facet,
Static and
Dynamic. |
Facet.Builder |
facetStyle(String facetStyle)
There are two different styles that you can define on any given facet,
Static and
Dynamic. |
Facet.Builder |
name(String name)
The name of the Facet.
|
Facet.Builder |
objectType(ObjectType objectType)
The object type that is associated with the facet.
|
Facet.Builder |
objectType(String objectType)
The object type that is associated with the facet.
|
copyapplyMutation, buildFacet.Builder name(String name)
The name of the Facet.
name - The name of the Facet.Facet.Builder objectType(String objectType)
The object type that is associated with the facet. See CreateFacetRequest$ObjectType for more details.
objectType - The object type that is associated with the facet. See CreateFacetRequest$ObjectType for more
details.ObjectType,
ObjectTypeFacet.Builder objectType(ObjectType objectType)
The object type that is associated with the facet. See CreateFacetRequest$ObjectType for more details.
objectType - The object type that is associated with the facet. See CreateFacetRequest$ObjectType for more
details.ObjectType,
ObjectTypeFacet.Builder facetStyle(String facetStyle)
There are two different styles that you can define on any given facet, Static and
Dynamic. For static facets, all attributes must be defined in the schema. For dynamic facets,
attributes can be defined during data plane operations.
facetStyle - There are two different styles that you can define on any given facet, Static and
Dynamic. For static facets, all attributes must be defined in the schema. For dynamic
facets, attributes can be defined during data plane operations.FacetStyle,
FacetStyleFacet.Builder facetStyle(FacetStyle facetStyle)
There are two different styles that you can define on any given facet, Static and
Dynamic. For static facets, all attributes must be defined in the schema. For dynamic facets,
attributes can be defined during data plane operations.
facetStyle - There are two different styles that you can define on any given facet, Static and
Dynamic. For static facets, all attributes must be defined in the schema. For dynamic
facets, attributes can be defined during data plane operations.FacetStyle,
FacetStyleCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.