Interface ListObjectTypeAttributeItem.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ListObjectTypeAttributeItem.Builder,ListObjectTypeAttributeItem>,SdkBuilder<ListObjectTypeAttributeItem.Builder,ListObjectTypeAttributeItem>,SdkPojo
- Enclosing class:
- ListObjectTypeAttributeItem
public static interface ListObjectTypeAttributeItem.Builder extends SdkPojo, CopyableBuilder<ListObjectTypeAttributeItem.Builder,ListObjectTypeAttributeItem>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListObjectTypeAttributeItem.BuilderattributeName(String attributeName)Name of the attribute.ListObjectTypeAttributeItem.BuilderlastUpdatedAt(Instant lastUpdatedAt)When the attribute was last updated.-
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 Detail
-
attributeName
ListObjectTypeAttributeItem.Builder attributeName(String attributeName)
Name of the attribute.
- Parameters:
attributeName- Name of the attribute.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedAt
ListObjectTypeAttributeItem.Builder lastUpdatedAt(Instant lastUpdatedAt)
When the attribute was last updated.
- Parameters:
lastUpdatedAt- When the attribute was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-