Interface AwsAthenaWorkGroupDetails.Builder

    • Method Detail

      • name

        AwsAthenaWorkGroupDetails.Builder name​(String name)

        The workgroup name.

        Parameters:
        name - The workgroup name.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        AwsAthenaWorkGroupDetails.Builder description​(String description)

        The workgroup description.

        Parameters:
        description - The workgroup description.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • state

        AwsAthenaWorkGroupDetails.Builder state​(String state)

        Whether the workgroup is enabled or disabled.

        Parameters:
        state - Whether the workgroup is enabled or disabled.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • configuration

        AwsAthenaWorkGroupDetails.Builder configuration​(AwsAthenaWorkGroupConfigurationDetails configuration)

        The configuration of the workgroup, which includes the location in Amazon Simple Storage Service (Amazon S3) where query results are stored, the encryption option, if any, used for query results, whether Amazon CloudWatch metrics are enabled for the workgroup, and the limit for the amount of bytes scanned (cutoff) per query, if it is specified.

        Parameters:
        configuration - The configuration of the workgroup, which includes the location in Amazon Simple Storage Service (Amazon S3) where query results are stored, the encryption option, if any, used for query results, whether Amazon CloudWatch metrics are enabled for the workgroup, and the limit for the amount of bytes scanned (cutoff) per query, if it is specified.
        Returns:
        Returns a reference to this object so that method calls can be chained together.