Uses of Interface
software.amazon.awssdk.services.resourceexplorer2.model.Index.Builder
-
Packages that use Index.Builder Package Description software.amazon.awssdk.services.resourceexplorer2.model -
-
Uses of Index.Builder in software.amazon.awssdk.services.resourceexplorer2.model
Methods in software.amazon.awssdk.services.resourceexplorer2.model that return Index.Builder Modifier and Type Method Description Index.BuilderIndex.Builder. arn(String arn)The Amazon resource name (ARN) of the index.static Index.BuilderIndex. builder()Index.BuilderIndex.Builder. region(String region)The Amazon Web Services Region in which the index exists.Index.BuilderIndex. toBuilder()Index.BuilderIndex.Builder. type(String type)The type of index.Index.BuilderIndex.Builder. type(IndexType type)The type of index.Methods in software.amazon.awssdk.services.resourceexplorer2.model that return types with arguments of type Index.Builder Modifier and Type Method Description static Class<? extends Index.Builder>Index. serializableBuilderClass()
-