Package | Description |
---|---|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
S3SourceAdditionalOptions |
S3SourceAdditionalOptions.clone() |
S3SourceAdditionalOptions |
GovernedCatalogSource.getAdditionalOptions()
Specifies additional connection options.
|
S3SourceAdditionalOptions |
S3CatalogSource.getAdditionalOptions()
Specifies additional connection options.
|
S3SourceAdditionalOptions |
S3SourceAdditionalOptions.withBoundedFiles(Long boundedFiles)
Sets the upper limit for the target number of files that will be processed.
|
S3SourceAdditionalOptions |
S3SourceAdditionalOptions.withBoundedSize(Long boundedSize)
Sets the upper limit for the target size of the dataset in bytes that will be processed.
|
Modifier and Type | Method and Description |
---|---|
void |
GovernedCatalogSource.setAdditionalOptions(S3SourceAdditionalOptions additionalOptions)
Specifies additional connection options.
|
void |
S3CatalogSource.setAdditionalOptions(S3SourceAdditionalOptions additionalOptions)
Specifies additional connection options.
|
GovernedCatalogSource |
GovernedCatalogSource.withAdditionalOptions(S3SourceAdditionalOptions additionalOptions)
Specifies additional connection options.
|
S3CatalogSource |
S3CatalogSource.withAdditionalOptions(S3SourceAdditionalOptions additionalOptions)
Specifies additional connection options.
|
Copyright © 2023. All rights reserved.