Interface WorkGroupSummary.Builder

    • Method Detail

      • name

        WorkGroupSummary.Builder name​(String name)

        The name of the workgroup.

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

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

        WorkGroupSummary.Builder creationTime​(Instant creationTime)

        The workgroup creation date and time.

        Parameters:
        creationTime - The workgroup creation date and time.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • engineVersion

        WorkGroupSummary.Builder engineVersion​(EngineVersion engineVersion)

        The engine version setting for all queries on the workgroup. Queries on the AmazonAthenaPreviewFunctionality workgroup run on the preview engine regardless of this setting.

        Parameters:
        engineVersion - The engine version setting for all queries on the workgroup. Queries on the AmazonAthenaPreviewFunctionality workgroup run on the preview engine regardless of this setting.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • identityCenterApplicationArn

        WorkGroupSummary.Builder identityCenterApplicationArn​(String identityCenterApplicationArn)

        The ARN of the IAM Identity Center enabled application associated with the workgroup.

        Parameters:
        identityCenterApplicationArn - The ARN of the IAM Identity Center enabled application associated with the workgroup.
        Returns:
        Returns a reference to this object so that method calls can be chained together.