Uses of Interface
software.amazon.awssdk.services.qbusiness.model.CreateIndexResponse.Builder
-
Packages that use CreateIndexResponse.Builder Package Description software.amazon.awssdk.services.qbusiness.model -
-
Uses of CreateIndexResponse.Builder in software.amazon.awssdk.services.qbusiness.model
Methods in software.amazon.awssdk.services.qbusiness.model that return CreateIndexResponse.Builder Modifier and Type Method Description static CreateIndexResponse.BuilderCreateIndexResponse. builder()CreateIndexResponse.BuilderCreateIndexResponse.Builder. indexArn(String indexArn)The Amazon Resource Name (ARN) of an Amazon Q Business index.CreateIndexResponse.BuilderCreateIndexResponse.Builder. indexId(String indexId)The identifier for the Amazon Q Business index.CreateIndexResponse.BuilderCreateIndexResponse. toBuilder()Methods in software.amazon.awssdk.services.qbusiness.model that return types with arguments of type CreateIndexResponse.Builder Modifier and Type Method Description static Class<? extends CreateIndexResponse.Builder>CreateIndexResponse. serializableBuilderClass()
-