public static interface AttributeKey.Builder extends CopyableBuilder<AttributeKey.Builder,AttributeKey>
| Modifier and Type | Method and Description |
|---|---|
AttributeKey.Builder |
facetName(String facetName)
The name of the facet that the attribute exists within.
|
AttributeKey.Builder |
name(String name)
The name of the attribute.
|
AttributeKey.Builder |
schemaArn(String schemaArn)
The Amazon Resource Name (ARN) of the schema that contains the facet and attribute.
|
copyapply, buildAttributeKey.Builder schemaArn(String schemaArn)
The Amazon Resource Name (ARN) of the schema that contains the facet and attribute.
schemaArn - The Amazon Resource Name (ARN) of the schema that contains the facet and attribute.AttributeKey.Builder facetName(String facetName)
The name of the facet that the attribute exists within.
facetName - The name of the facet that the attribute exists within.AttributeKey.Builder name(String name)
The name of the attribute.
name - The name of the attribute.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.