Uses of Interface
software.amazon.awssdk.services.resourceexplorer2.model.CreateIndexResponse.Builder
-
Packages that use CreateIndexResponse.Builder Package Description software.amazon.awssdk.services.resourceexplorer2.model -
-
Uses of CreateIndexResponse.Builder in software.amazon.awssdk.services.resourceexplorer2.model
Methods in software.amazon.awssdk.services.resourceexplorer2.model that return CreateIndexResponse.Builder Modifier and Type Method Description CreateIndexResponse.BuilderCreateIndexResponse.Builder. arn(String arn)The ARN of the new local index for the Region.static CreateIndexResponse.BuilderCreateIndexResponse. builder()CreateIndexResponse.BuilderCreateIndexResponse.Builder. createdAt(Instant createdAt)The date and timestamp when the index was created.CreateIndexResponse.BuilderCreateIndexResponse.Builder. state(String state)Indicates the current state of the index.CreateIndexResponse.BuilderCreateIndexResponse.Builder. state(IndexState state)Indicates the current state of the index.CreateIndexResponse.BuilderCreateIndexResponse. toBuilder()Methods in software.amazon.awssdk.services.resourceexplorer2.model that return types with arguments of type CreateIndexResponse.Builder Modifier and Type Method Description static Class<? extends CreateIndexResponse.Builder>CreateIndexResponse. serializableBuilderClass()
-