public static interface Facet.Builder extends CopyableBuilder<Facet.Builder,Facet>
| Modifier and Type | Method and Description |
|---|---|
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.
|
copyapply, 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,
ObjectTypeCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.