Interface GlueRunConfigurationOutput.Builder

  • Method Details

    • 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.
    • catalogName

      GlueRunConfigurationOutput.Builder catalogName(String catalogName)

      The catalog name in the Amazon Web Services Glue run configuration.

      Parameters:
      catalogName - The catalog name in the Amazon Web Services Glue run configuration.
      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

      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 the RelationalFilterConfiguration.Builder avoiding the need to create one manually via RelationalFilterConfiguration.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to relationalFilterConfigurations(List<RelationalFilterConfiguration>).

      Parameters:
      relationalFilterConfigurations - a consumer that will call methods on RelationalFilterConfiguration.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: