Uses of Interface
software.amazon.awssdk.services.clouddirectory.model.AttributeKey.Builder
-
Packages that use AttributeKey.Builder Package Description software.amazon.awssdk.services.clouddirectory.model -
-
Uses of AttributeKey.Builder in software.amazon.awssdk.services.clouddirectory.model
Methods in software.amazon.awssdk.services.clouddirectory.model that return AttributeKey.Builder Modifier and Type Method Description static AttributeKey.BuilderAttributeKey. builder()AttributeKey.BuilderAttributeKey.Builder. facetName(String facetName)The name of the facet that the attribute exists within.AttributeKey.BuilderAttributeKey.Builder. name(String name)The name of the attribute.AttributeKey.BuilderAttributeKey.Builder. schemaArn(String schemaArn)The Amazon Resource Name (ARN) of the schema that contains the facet and attribute.AttributeKey.BuilderAttributeKey. toBuilder()Methods in software.amazon.awssdk.services.clouddirectory.model that return types with arguments of type AttributeKey.Builder Modifier and Type Method Description static Class<? extends AttributeKey.Builder>AttributeKey. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.clouddirectory.model with type arguments of type AttributeKey.Builder Modifier and Type Method Description default LinkAttributeUpdate.BuilderLinkAttributeUpdate.Builder. attributeKey(Consumer<AttributeKey.Builder> attributeKey)The key of the attribute being updated.default ObjectAttributeRange.BuilderObjectAttributeRange.Builder. attributeKey(Consumer<AttributeKey.Builder> attributeKey)The key of the attribute that the attribute range covers.default AttributeKeyAndValue.BuilderAttributeKeyAndValue.Builder. key(Consumer<AttributeKey.Builder> key)The key of the attribute.default ObjectAttributeUpdate.BuilderObjectAttributeUpdate.Builder. objectAttributeKey(Consumer<AttributeKey.Builder> objectAttributeKey)The key of the attribute being updated.
-