CopyableBuilder<Facet.Builder,Facet>, SdkBuilder<Facet.Builder,Facet>public static interface Facet.Builder extends CopyableBuilder<Facet.Builder,Facet>
| Modifier and Type | Method | Description |
|---|---|---|
Facet.Builder |
name(String name) |
The name of the Facet.
|
Facet.Builder |
objectType(String objectType) |
The object type that is associated with the facet.
|
Facet.Builder |
objectType(ObjectType 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.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.ObjectTypeCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.