Interface Index.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Index.Builder,
,Index> SdkBuilder<Index.Builder,
,Index> SdkPojo
- Enclosing class:
Index
@Mutable
@NotThreadSafe
public static interface Index.Builder
extends SdkPojo, CopyableBuilder<Index.Builder,Index>
-
Method Summary
Modifier and TypeMethodDescriptionThe Unix timestamp when the index was created.displayName
(String displayName) The name of the index.The identifier for the index.The current status of the index.status
(IndexStatus status) The current status of the index.The Unix timestamp when the index 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 Details
-
displayName
The name of the index.
- Parameters:
displayName
- The name of the index.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
indexId
The identifier for the index.
- Parameters:
indexId
- The identifier for the index.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The Unix timestamp when the index was created.
- Parameters:
createdAt
- The Unix timestamp when the index was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The Unix timestamp when the index was last updated.
- Parameters:
updatedAt
- The Unix timestamp when the index was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current status of the index. When the status is
ACTIVE
, the index is ready.- Parameters:
status
- The current status of the index. When the status isACTIVE
, the index is ready.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the index. When the status is
ACTIVE
, the index is ready.- Parameters:
status
- The current status of the index. When the status isACTIVE
, the index is ready.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-