Interface UpdateIndexTypeResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateIndexTypeResponse.Builder,UpdateIndexTypeResponse>,ResourceExplorer2Response.Builder,SdkBuilder<UpdateIndexTypeResponse.Builder,UpdateIndexTypeResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- UpdateIndexTypeResponse
public static interface UpdateIndexTypeResponse.Builder extends ResourceExplorer2Response.Builder, SdkPojo, CopyableBuilder<UpdateIndexTypeResponse.Builder,UpdateIndexTypeResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateIndexTypeResponse.Builderarn(String arn)The Amazon resource name (ARN) of the index that you updated.UpdateIndexTypeResponse.BuilderlastUpdatedAt(Instant lastUpdatedAt)The date and timestamp when the index was last updated.UpdateIndexTypeResponse.Builderstate(String state)Indicates the state of the request to update the index.UpdateIndexTypeResponse.Builderstate(IndexState state)Indicates the state of the request to update the index.UpdateIndexTypeResponse.Buildertype(String type)Specifies the type of the specified index after the operation completes.UpdateIndexTypeResponse.Buildertype(IndexType type)Specifies the type of the specified index after the operation completes.-
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
UpdateIndexTypeResponse.Builder arn(String arn)
The Amazon resource name (ARN) of the index that you updated.
- Parameters:
arn- The Amazon resource name (ARN) of the index that you updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedAt
UpdateIndexTypeResponse.Builder lastUpdatedAt(Instant lastUpdatedAt)
The date and timestamp when the index was last updated.
- Parameters:
lastUpdatedAt- The date and timestamp when the index was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
state
UpdateIndexTypeResponse.Builder state(String state)
Indicates the state of the request to update the index. This operation is asynchronous. Call the GetIndex operation to check for changes.
- Parameters:
state- Indicates the state of the request to update the index. This operation is asynchronous. Call the GetIndex operation to check for changes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
IndexState,IndexState
-
state
UpdateIndexTypeResponse.Builder state(IndexState state)
Indicates the state of the request to update the index. This operation is asynchronous. Call the GetIndex operation to check for changes.
- Parameters:
state- Indicates the state of the request to update the index. This operation is asynchronous. Call the GetIndex operation to check for changes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
IndexState,IndexState
-
type
UpdateIndexTypeResponse.Builder type(String type)
Specifies the type of the specified index after the operation completes.
-
type
UpdateIndexTypeResponse.Builder type(IndexType type)
Specifies the type of the specified index after the operation completes.
-
-