Interface IndexConfigurationSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<IndexConfigurationSummary.Builder,
,IndexConfigurationSummary> SdkBuilder<IndexConfigurationSummary.Builder,
,IndexConfigurationSummary> SdkPojo
- Enclosing class:
IndexConfigurationSummary
public static interface IndexConfigurationSummary.Builder
extends SdkPojo, CopyableBuilder<IndexConfigurationSummary.Builder,IndexConfigurationSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe Unix timestamp when the index was created.Indicates whether the index is a Enterprise Edition index or a Developer Edition index.edition
(IndexEdition edition) Indicates whether the index is a Enterprise Edition index or a Developer Edition index.A identifier for the index.The name of 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, sdkFields
-
Method Details
-
name
The name of the index.
- Parameters:
name
- The name of the index.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
A identifier for the index. Use this to identify the index when you are using APIs such as
Query
,DescribeIndex
,UpdateIndex
, andDeleteIndex
.- Parameters:
id
- A identifier for the index. Use this to identify the index when you are using APIs such asQuery
,DescribeIndex
,UpdateIndex
, andDeleteIndex
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
edition
Indicates whether the index is a Enterprise Edition index or a Developer Edition index.
- Parameters:
edition
- Indicates whether the index is a Enterprise Edition index or a Developer Edition index.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
edition
Indicates whether the index is a Enterprise Edition index or a Developer Edition index.
- Parameters:
edition
- Indicates whether the index is a Enterprise Edition index or a Developer Edition index.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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 to search.- Parameters:
status
- The current status of the index. When the status isACTIVE
, the index is ready to search.- 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 to search.- Parameters:
status
- The current status of the index. When the status isACTIVE
, the index is ready to search.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-