Interface GetIdentityCenterAuthTokenRequest.Builder

  • Method Details

    • workgroupNames

      A list of workgroup names for which to generate the Identity Center authentication token.

      Constraints:

      • Must contain between 1 and 20 workgroup names.

      • Each workgroup name must be a valid Amazon Redshift Serverless workgroup identifier.

      • All specified workgroups must have Identity Center integration enabled.

      Parameters:
      workgroupNames - A list of workgroup names for which to generate the Identity Center authentication token.

      Constraints:

      • Must contain between 1 and 20 workgroup names.

      • Each workgroup name must be a valid Amazon Redshift Serverless workgroup identifier.

      • All specified workgroups must have Identity Center integration enabled.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • workgroupNames

      GetIdentityCenterAuthTokenRequest.Builder workgroupNames(String... workgroupNames)

      A list of workgroup names for which to generate the Identity Center authentication token.

      Constraints:

      • Must contain between 1 and 20 workgroup names.

      • Each workgroup name must be a valid Amazon Redshift Serverless workgroup identifier.

      • All specified workgroups must have Identity Center integration enabled.

      Parameters:
      workgroupNames - A list of workgroup names for which to generate the Identity Center authentication token.

      Constraints:

      • Must contain between 1 and 20 workgroup names.

      • Each workgroup name must be a valid Amazon Redshift Serverless workgroup identifier.

      • All specified workgroups must have Identity Center integration enabled.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      GetIdentityCenterAuthTokenRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.