| Package | Description |
|---|---|
| software.amazon.awssdk.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
GlueRunConfigurationOutput.Builder |
GlueRunConfigurationOutput.Builder.accountId(String accountId)
The Amazon Web Services account ID included in the configuration details of the Amazon Web Services Glue data
source.
|
static GlueRunConfigurationOutput.Builder |
GlueRunConfigurationOutput.builder() |
GlueRunConfigurationOutput.Builder |
GlueRunConfigurationOutput.Builder.dataAccessRole(String dataAccessRole)
The data access role included in the configuration details of the Amazon Web Services Glue data source.
|
GlueRunConfigurationOutput.Builder |
GlueRunConfigurationOutput.Builder.region(String region)
The Amazon Web Services region included in the configuration details of the Amazon Web Services Glue data
source.
|
GlueRunConfigurationOutput.Builder |
GlueRunConfigurationOutput.Builder.relationalFilterConfigurations(Collection<RelationalFilterConfiguration> relationalFilterConfigurations)
The relational filter configurations included in the configuration details of the Amazon Web Services Glue
data source.
|
GlueRunConfigurationOutput.Builder |
GlueRunConfigurationOutput.Builder.relationalFilterConfigurations(Consumer<RelationalFilterConfiguration.Builder>... relationalFilterConfigurations)
The relational filter configurations included in the configuration details of the Amazon Web Services Glue
data source.
|
GlueRunConfigurationOutput.Builder |
GlueRunConfigurationOutput.Builder.relationalFilterConfigurations(RelationalFilterConfiguration... relationalFilterConfigurations)
The relational filter configurations included in the configuration details of the Amazon Web Services Glue
data source.
|
GlueRunConfigurationOutput.Builder |
GlueRunConfigurationOutput.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GlueRunConfigurationOutput.Builder> |
GlueRunConfigurationOutput.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
static DataSourceConfigurationOutput |
DataSourceConfigurationOutput.fromGlueRunConfiguration(Consumer<GlueRunConfigurationOutput.Builder> glueRunConfiguration)
Create an instance of this class with
DataSourceConfigurationOutput.glueRunConfiguration() initialized to the given value. |
default DataSourceConfigurationOutput.Builder |
DataSourceConfigurationOutput.Builder.glueRunConfiguration(Consumer<GlueRunConfigurationOutput.Builder> glueRunConfiguration)
The configuration of the Amazon Web Services Glue data source.
|
Copyright © 2023. All rights reserved.