CopyableBuilder<FacetAttribute.Builder,FacetAttribute>
, SdkBuilder<FacetAttribute.Builder,FacetAttribute>
public static interface FacetAttribute.Builder extends CopyableBuilder<FacetAttribute.Builder,FacetAttribute>
Modifier and Type | Method | Description |
---|---|---|
FacetAttribute.Builder |
attributeDefinition(FacetAttributeDefinition attributeDefinition) |
A facet attribute consists of either a definition or a reference.
|
FacetAttribute.Builder |
attributeReference(FacetAttributeReference attributeReference) |
An attribute reference that is associated with the attribute.
|
FacetAttribute.Builder |
name(String name) |
The name of the facet attribute.
|
FacetAttribute.Builder |
requiredBehavior(String requiredBehavior) |
The required behavior of the
FacetAttribute . |
FacetAttribute.Builder |
requiredBehavior(RequiredAttributeBehavior requiredBehavior) |
The required behavior of the
FacetAttribute . |
copy
apply, build
FacetAttribute.Builder name(String name)
The name of the facet attribute.
name
- The name of the facet attribute.FacetAttribute.Builder attributeDefinition(FacetAttributeDefinition attributeDefinition)
A facet attribute consists of either a definition or a reference. This structure contains the attribute definition. See Attribute References for more information.
attributeDefinition
- A facet attribute consists of either a definition or a reference. This structure contains the
attribute definition. See Attribute References for more information.FacetAttribute.Builder attributeReference(FacetAttributeReference attributeReference)
An attribute reference that is associated with the attribute. See Attribute References for more information.
attributeReference
- An attribute reference that is associated with the attribute. See Attribute References for more information.FacetAttribute.Builder requiredBehavior(String requiredBehavior)
The required behavior of the FacetAttribute
.
requiredBehavior
- The required behavior of the FacetAttribute
.RequiredAttributeBehavior
FacetAttribute.Builder requiredBehavior(RequiredAttributeBehavior requiredBehavior)
The required behavior of the FacetAttribute
.
requiredBehavior
- The required behavior of the FacetAttribute
.RequiredAttributeBehavior
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.