Interface CreateIndexResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<CreateIndexResponse.Builder,
,CreateIndexResponse> ResourceExplorer2Response.Builder
,SdkBuilder<CreateIndexResponse.Builder,
,CreateIndexResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
CreateIndexResponse
-
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the new local index for the Region.The date and timestamp when the index was created.Indicates the current state of the index.state
(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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
arn
The ARN of the new local index for the Region. You can reference this ARN in IAM permission policies to authorize the following operations: DeleteIndex | GetIndex | UpdateIndexType | CreateView
- Parameters:
arn
- The ARN of the new local index for the Region. You can reference this ARN in IAM permission policies to authorize the following operations: DeleteIndex | GetIndex | UpdateIndexType | CreateView- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The date and timestamp when the index was created.
- Parameters:
createdAt
- The date and timestamp when the index was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
state
Indicates the current state of the index. You can check for changes to the state for asynchronous operations by calling the GetIndex operation.
The state can remain in the
CREATING
orUPDATING
state for several hours as Resource Explorer discovers the information about your resources and populates the index.- Parameters:
state
- Indicates the current state of the index. You can check for changes to the state for asynchronous operations by calling the GetIndex operation.The state can remain in the
CREATING
orUPDATING
state for several hours as Resource Explorer discovers the information about your resources and populates the index.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
state
Indicates the current state of the index. You can check for changes to the state for asynchronous operations by calling the GetIndex operation.
The state can remain in the
CREATING
orUPDATING
state for several hours as Resource Explorer discovers the information about your resources and populates the index.- Parameters:
state
- Indicates the current state of the index. You can check for changes to the state for asynchronous operations by calling the GetIndex operation.The state can remain in the
CREATING
orUPDATING
state for several hours as Resource Explorer discovers the information about your resources and populates the index.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-