public static interface OfflineStoreConfig.Builder extends SdkPojo, CopyableBuilder<OfflineStoreConfig.Builder,OfflineStoreConfig>
| Modifier and Type | Method and Description |
|---|---|
default OfflineStoreConfig.Builder |
dataCatalogConfig(Consumer<DataCatalogConfig.Builder> dataCatalogConfig)
The meta data of the Glue table that is autogenerated when an
OfflineStore is created. |
OfflineStoreConfig.Builder |
dataCatalogConfig(DataCatalogConfig dataCatalogConfig)
The meta data of the Glue table that is autogenerated when an
OfflineStore is created. |
OfflineStoreConfig.Builder |
disableGlueTableCreation(Boolean disableGlueTableCreation)
Set to
True to disable the automatic creation of an Amazon Web Services Glue table when
configuring an OfflineStore. |
default OfflineStoreConfig.Builder |
s3StorageConfig(Consumer<S3StorageConfig.Builder> s3StorageConfig)
The Amazon Simple Storage (Amazon S3) location of
OfflineStore. |
OfflineStoreConfig.Builder |
s3StorageConfig(S3StorageConfig s3StorageConfig)
The Amazon Simple Storage (Amazon S3) location of
OfflineStore. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildOfflineStoreConfig.Builder s3StorageConfig(S3StorageConfig s3StorageConfig)
The Amazon Simple Storage (Amazon S3) location of OfflineStore.
s3StorageConfig - The Amazon Simple Storage (Amazon S3) location of OfflineStore.default OfflineStoreConfig.Builder s3StorageConfig(Consumer<S3StorageConfig.Builder> s3StorageConfig)
The Amazon Simple Storage (Amazon S3) location of OfflineStore.
S3StorageConfig.Builder avoiding the
need to create one manually via S3StorageConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to s3StorageConfig(S3StorageConfig).s3StorageConfig - a consumer that will call methods on S3StorageConfig.Builders3StorageConfig(S3StorageConfig)OfflineStoreConfig.Builder disableGlueTableCreation(Boolean disableGlueTableCreation)
Set to True to disable the automatic creation of an Amazon Web Services Glue table when
configuring an OfflineStore.
disableGlueTableCreation - Set to True to disable the automatic creation of an Amazon Web Services Glue table when
configuring an OfflineStore.OfflineStoreConfig.Builder dataCatalogConfig(DataCatalogConfig dataCatalogConfig)
The meta data of the Glue table that is autogenerated when an OfflineStore is created.
dataCatalogConfig - The meta data of the Glue table that is autogenerated when an OfflineStore is created.default OfflineStoreConfig.Builder dataCatalogConfig(Consumer<DataCatalogConfig.Builder> dataCatalogConfig)
The meta data of the Glue table that is autogenerated when an OfflineStore is created.
DataCatalogConfig.Builder avoiding the
need to create one manually via DataCatalogConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to dataCatalogConfig(DataCatalogConfig).dataCatalogConfig - a consumer that will call methods on DataCatalogConfig.BuilderdataCatalogConfig(DataCatalogConfig)Copyright © 2022. All rights reserved.