Interface GlueRunConfigurationOutput.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<GlueRunConfigurationOutput.Builder,GlueRunConfigurationOutput>,SdkBuilder<GlueRunConfigurationOutput.Builder,GlueRunConfigurationOutput>,SdkPojo
- Enclosing class:
- GlueRunConfigurationOutput
public static interface GlueRunConfigurationOutput.Builder extends SdkPojo, CopyableBuilder<GlueRunConfigurationOutput.Builder,GlueRunConfigurationOutput>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GlueRunConfigurationOutput.BuilderaccountId(String accountId)The Amazon Web Services account ID included in the configuration details of the Amazon Web Services Glue data source.GlueRunConfigurationOutput.BuilderautoImportDataQualityResult(Boolean autoImportDataQualityResult)Specifies whether to automatically import data quality metrics as part of the data source run.GlueRunConfigurationOutput.BuilderdataAccessRole(String dataAccessRole)The data access role included in the configuration details of the Amazon Web Services Glue data source.GlueRunConfigurationOutput.Builderregion(String region)The Amazon Web Services region included in the configuration details of the Amazon Web Services Glue data source.GlueRunConfigurationOutput.BuilderrelationalFilterConfigurations(Collection<RelationalFilterConfiguration> relationalFilterConfigurations)The relational filter configurations included in the configuration details of the Amazon Web Services Glue data source.GlueRunConfigurationOutput.BuilderrelationalFilterConfigurations(Consumer<RelationalFilterConfiguration.Builder>... relationalFilterConfigurations)The relational filter configurations included in the configuration details of the Amazon Web Services Glue data source.GlueRunConfigurationOutput.BuilderrelationalFilterConfigurations(RelationalFilterConfiguration... relationalFilterConfigurations)The relational filter configurations included in the configuration details of the Amazon Web Services Glue data source.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
accountId
GlueRunConfigurationOutput.Builder accountId(String accountId)
The Amazon Web Services account ID included in the configuration details of the Amazon Web Services Glue data source.
- Parameters:
accountId- The Amazon Web Services account ID included in the configuration details of the Amazon Web Services Glue data source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
autoImportDataQualityResult
GlueRunConfigurationOutput.Builder autoImportDataQualityResult(Boolean autoImportDataQualityResult)
Specifies whether to automatically import data quality metrics as part of the data source run.
- Parameters:
autoImportDataQualityResult- Specifies whether to automatically import data quality metrics as part of the data source run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataAccessRole
GlueRunConfigurationOutput.Builder dataAccessRole(String dataAccessRole)
The data access role included in the configuration details of the Amazon Web Services Glue data source.
- Parameters:
dataAccessRole- The data access role included in the configuration details of the Amazon Web Services Glue data source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
region
GlueRunConfigurationOutput.Builder region(String region)
The Amazon Web Services region included in the configuration details of the Amazon Web Services Glue data source.
- Parameters:
region- The Amazon Web Services region included in the configuration details of the Amazon Web Services Glue data source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
relationalFilterConfigurations
GlueRunConfigurationOutput.Builder relationalFilterConfigurations(Collection<RelationalFilterConfiguration> relationalFilterConfigurations)
The relational filter configurations included in the configuration details of the Amazon Web Services Glue data source.
- Parameters:
relationalFilterConfigurations- The relational filter configurations included in the configuration details of the Amazon Web Services Glue data source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
relationalFilterConfigurations
GlueRunConfigurationOutput.Builder relationalFilterConfigurations(RelationalFilterConfiguration... relationalFilterConfigurations)
The relational filter configurations included in the configuration details of the Amazon Web Services Glue data source.
- Parameters:
relationalFilterConfigurations- The relational filter configurations included in the configuration details of the Amazon Web Services Glue data source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
relationalFilterConfigurations
GlueRunConfigurationOutput.Builder relationalFilterConfigurations(Consumer<RelationalFilterConfiguration.Builder>... relationalFilterConfigurations)
The relational filter configurations included in the configuration details of the Amazon Web Services Glue data source.
This is a convenience method that creates an instance of theRelationalFilterConfiguration.Builderavoiding the need to create one manually viaRelationalFilterConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#relationalFilterConfigurations(List.) - Parameters:
relationalFilterConfigurations- a consumer that will call methods onRelationalFilterConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#relationalFilterConfigurations(java.util.Collection)
-
-