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.
|
copy
applyMutation, build
Facet.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
,
ObjectType
Facet.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
,
ObjectType
Facet.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
,
FacetStyle
Facet.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
,
FacetStyle
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.