Interface Facet.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Facet.Builder,
,Facet> SdkBuilder<Facet.Builder,
,Facet> SdkPojo
- Enclosing class:
Facet
-
Method Summary
Modifier and TypeMethodDescriptionfacetStyle
(String facetStyle) There are two different styles that you can define on any given facet,Static
andDynamic
.facetStyle
(FacetStyle facetStyle) There are two different styles that you can define on any given facet,Static
andDynamic
.The name of the Facet.objectType
(String objectType) The object type that is associated with the facet.objectType
(ObjectType objectType) The object type that is associated with the facet.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
name
-
objectType
The object type that is associated with the facet. See CreateFacetRequest$ObjectType for more details.
- Parameters:
objectType
- The object type that is associated with the facet. See CreateFacetRequest$ObjectType for more details.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
objectType
The object type that is associated with the facet. See CreateFacetRequest$ObjectType for more details.
- Parameters:
objectType
- The object type that is associated with the facet. See CreateFacetRequest$ObjectType for more details.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
facetStyle
There are two different styles that you can define on any given facet,
Static
andDynamic
. For static facets, all attributes must be defined in the schema. For dynamic facets, attributes can be defined during data plane operations.- Parameters:
facetStyle
- There are two different styles that you can define on any given facet,Static
andDynamic
. For static facets, all attributes must be defined in the schema. For dynamic facets, attributes can be defined during data plane operations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
facetStyle
There are two different styles that you can define on any given facet,
Static
andDynamic
. For static facets, all attributes must be defined in the schema. For dynamic facets, attributes can be defined during data plane operations.- Parameters:
facetStyle
- There are two different styles that you can define on any given facet,Static
andDynamic
. For static facets, all attributes must be defined in the schema. For dynamic facets, attributes can be defined during data plane operations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-