Interface GetIdentityCenterAuthTokenRequest.Builder

  • Method Details

    • clusterIds

      A list of cluster identifiers that the generated token can be used with. The token will be scoped to only allow authentication to the specified clusters.

      Constraints:

      • ClusterIds must contain at least 1 cluster identifier.

      • ClusterIds can hold a maximum of 20 cluster identifiers.

      • Cluster identifiers must be 1 to 63 characters in length.

      • The characters accepted for cluster identifiers are the following:

        • Alphanumeric characters

        • Hyphens

      • Cluster identifiers must start with a letter.

      • Cluster identifiers can't end with a hyphen or contain two consecutive hyphens.

      Parameters:
      clusterIds - A list of cluster identifiers that the generated token can be used with. The token will be scoped to only allow authentication to the specified clusters.

      Constraints:

      • ClusterIds must contain at least 1 cluster identifier.

      • ClusterIds can hold a maximum of 20 cluster identifiers.

      • Cluster identifiers must be 1 to 63 characters in length.

      • The characters accepted for cluster identifiers are the following:

        • Alphanumeric characters

        • Hyphens

      • Cluster identifiers must start with a letter.

      • Cluster identifiers can't end with a hyphen or contain two consecutive hyphens.

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

      A list of cluster identifiers that the generated token can be used with. The token will be scoped to only allow authentication to the specified clusters.

      Constraints:

      • ClusterIds must contain at least 1 cluster identifier.

      • ClusterIds can hold a maximum of 20 cluster identifiers.

      • Cluster identifiers must be 1 to 63 characters in length.

      • The characters accepted for cluster identifiers are the following:

        • Alphanumeric characters

        • Hyphens

      • Cluster identifiers must start with a letter.

      • Cluster identifiers can't end with a hyphen or contain two consecutive hyphens.

      Parameters:
      clusterIds - A list of cluster identifiers that the generated token can be used with. The token will be scoped to only allow authentication to the specified clusters.

      Constraints:

      • ClusterIds must contain at least 1 cluster identifier.

      • ClusterIds can hold a maximum of 20 cluster identifiers.

      • Cluster identifiers must be 1 to 63 characters in length.

      • The characters accepted for cluster identifiers are the following:

        • Alphanumeric characters

        • Hyphens

      • Cluster identifiers must start with a letter.

      • Cluster identifiers can't end with a hyphen or contain two consecutive hyphens.

      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.