| Package | Description |
|---|---|
| software.amazon.awssdk.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
static AttributeKey.Builder |
AttributeKey.builder() |
AttributeKey.Builder |
AttributeKey.Builder.facetName(String facetName)
The name of the facet that the attribute exists within.
|
AttributeKey.Builder |
AttributeKey.Builder.name(String name)
The name of the attribute.
|
AttributeKey.Builder |
AttributeKey.Builder.schemaArn(String schemaArn)
The Amazon Resource Name (ARN) of the schema that contains the facet and attribute.
|
AttributeKey.Builder |
AttributeKey.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AttributeKey.Builder> |
AttributeKey.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default LinkAttributeUpdate.Builder |
LinkAttributeUpdate.Builder.attributeKey(Consumer<AttributeKey.Builder> attributeKey)
The key of the attribute being updated.
|
default ObjectAttributeRange.Builder |
ObjectAttributeRange.Builder.attributeKey(Consumer<AttributeKey.Builder> attributeKey)
The key of the attribute that the attribute range covers.
|
default AttributeKeyAndValue.Builder |
AttributeKeyAndValue.Builder.key(Consumer<AttributeKey.Builder> key)
The key of the attribute.
|
default ObjectAttributeUpdate.Builder |
ObjectAttributeUpdate.Builder.objectAttributeKey(Consumer<AttributeKey.Builder> objectAttributeKey)
The key of the attribute being updated.
|
Copyright © 2022. All rights reserved.