Interface DeleteIndexResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DeleteIndexResponse.Builder,DeleteIndexResponse>,ResourceExplorer2Response.Builder,SdkBuilder<DeleteIndexResponse.Builder,DeleteIndexResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DeleteIndexResponse
public static interface DeleteIndexResponse.Builder extends ResourceExplorer2Response.Builder, SdkPojo, CopyableBuilder<DeleteIndexResponse.Builder,DeleteIndexResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteIndexResponse.Builderarn(String arn)The Amazon resource name (ARN) of the index that you successfully started the deletion process.DeleteIndexResponse.BuilderlastUpdatedAt(Instant lastUpdatedAt)The date and time when you last updated this index.DeleteIndexResponse.Builderstate(String state)Indicates the current state of the index.DeleteIndexResponse.Builderstate(IndexState state)Indicates the current state of the index.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.resourceexplorer2.model.ResourceExplorer2Response.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
arn
DeleteIndexResponse.Builder arn(String arn)
The Amazon resource name (ARN) of the index that you successfully started the deletion process.
This operation is asynchronous. To check its status, call the GetIndex operation.
- Parameters:
arn- The Amazon resource name (ARN) of the index that you successfully started the deletion process.This operation is asynchronous. To check its status, call the GetIndex operation.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedAt
DeleteIndexResponse.Builder lastUpdatedAt(Instant lastUpdatedAt)
The date and time when you last updated this index.
- Parameters:
lastUpdatedAt- The date and time when you last updated this index.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
state
DeleteIndexResponse.Builder state(String state)
Indicates the current state of the index.
- Parameters:
state- Indicates the current state of the index.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
IndexState,IndexState
-
state
DeleteIndexResponse.Builder state(IndexState state)
Indicates the current state of the index.
- Parameters:
state- Indicates the current state of the index.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
IndexState,IndexState
-
-