Interface MetadataAttributeSchema.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<MetadataAttributeSchema.Builder,
,MetadataAttributeSchema> SdkBuilder<MetadataAttributeSchema.Builder,
,MetadataAttributeSchema> SdkPojo
- Enclosing class:
MetadataAttributeSchema
@Mutable
@NotThreadSafe
public static interface MetadataAttributeSchema.Builder
extends SdkPojo, CopyableBuilder<MetadataAttributeSchema.Builder,MetadataAttributeSchema>
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) The attribute's description.The attribute's key.The attribute's type.type
(AttributeType type) The attribute's type.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
description
The attribute's description.
- Parameters:
description
- The attribute's description.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
key
The attribute's key.
- Parameters:
key
- The attribute's key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The attribute's type.
- Parameters:
type
- The attribute's type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The attribute's type.
- Parameters:
type
- The attribute's type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-