public static interface CreateIndexResponse.Builder extends ResourceExplorer2Response.Builder, SdkPojo, CopyableBuilder<CreateIndexResponse.Builder,CreateIndexResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateIndexResponse.Builder |
arn(String arn)
The ARN of the new local index for the Region.
|
CreateIndexResponse.Builder |
createdAt(Instant createdAt)
The date and timestamp when the index was created.
|
CreateIndexResponse.Builder |
state(IndexState state)
Indicates the current state of the index.
|
CreateIndexResponse.Builder |
state(String state)
Indicates the current state of the index.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateIndexResponse.Builder arn(String 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
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 |
CreateViewCreateIndexResponse.Builder createdAt(Instant createdAt)
The date and timestamp when the index was created.
createdAt - The date and timestamp when the index was created.CreateIndexResponse.Builder state(String 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 or UPDATING state for several hours as
Resource Explorer discovers the information about your resources and populates the index.
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 or UPDATING state for several hours as
Resource Explorer discovers the information about your resources and populates the index.
IndexState,
IndexStateCreateIndexResponse.Builder state(IndexState 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 or UPDATING state for several hours as
Resource Explorer discovers the information about your resources and populates the index.
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 or UPDATING state for several hours as
Resource Explorer discovers the information about your resources and populates the index.
IndexState,
IndexStateCopyright © 2023. All rights reserved.