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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
displayNameThe 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.
 
- 
indexIdThe 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.
 
- 
createdAtThe 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.
 
- 
updatedAtThe 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.
 
- 
statusThe 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 is- ACTIVE, the index is ready.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
statusThe 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 is- ACTIVE, the index is ready.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-