Interface GlueRunConfigurationOutput.Builder

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