Uses of Interface
software.amazon.awssdk.services.opensearch.model.S3GlueDataCatalog.Builder
-
Packages that use S3GlueDataCatalog.Builder Package Description software.amazon.awssdk.services.opensearch.model -
-
Uses of S3GlueDataCatalog.Builder in software.amazon.awssdk.services.opensearch.model
Methods in software.amazon.awssdk.services.opensearch.model that return S3GlueDataCatalog.Builder Modifier and Type Method Description static S3GlueDataCatalog.BuilderS3GlueDataCatalog. builder()S3GlueDataCatalog.BuilderS3GlueDataCatalog.Builder. roleArn(String roleArn)>The Amazon Resource Name (ARN) for the S3 Glue Data Catalog.S3GlueDataCatalog.BuilderS3GlueDataCatalog. toBuilder()Methods in software.amazon.awssdk.services.opensearch.model that return types with arguments of type S3GlueDataCatalog.Builder Modifier and Type Method Description static Class<? extends S3GlueDataCatalog.Builder>S3GlueDataCatalog. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.opensearch.model with type arguments of type S3GlueDataCatalog.Builder Modifier and Type Method Description static DataSourceTypeDataSourceType. fromS3GlueDataCatalog(Consumer<S3GlueDataCatalog.Builder> s3GlueDataCatalog)Create an instance of this class withDataSourceType.s3GlueDataCatalog()initialized to the given value.default DataSourceType.BuilderDataSourceType.Builder. s3GlueDataCatalog(Consumer<S3GlueDataCatalog.Builder> s3GlueDataCatalog)An Amazon S3 data source.
-