Interface TrustedTokenIssuerMetadata.Builder

All Superinterfaces:
Buildable, CopyableBuilder<TrustedTokenIssuerMetadata.Builder,TrustedTokenIssuerMetadata>, SdkBuilder<TrustedTokenIssuerMetadata.Builder,TrustedTokenIssuerMetadata>, SdkPojo
Enclosing class:
TrustedTokenIssuerMetadata

public static interface TrustedTokenIssuerMetadata.Builder extends SdkPojo, CopyableBuilder<TrustedTokenIssuerMetadata.Builder,TrustedTokenIssuerMetadata>
  • Method Details

    • name

      The name of the trusted token issuer configuration in the instance of IAM Identity Center.

      Parameters:
      name - The name of the trusted token issuer configuration in the instance of IAM Identity Center.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • trustedTokenIssuerArn

      TrustedTokenIssuerMetadata.Builder trustedTokenIssuerArn(String trustedTokenIssuerArn)

      The ARN of the trusted token issuer configuration in the instance of IAM Identity Center.

      Parameters:
      trustedTokenIssuerArn - The ARN of the trusted token issuer configuration in the instance of IAM Identity Center.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • trustedTokenIssuerType

      TrustedTokenIssuerMetadata.Builder trustedTokenIssuerType(String trustedTokenIssuerType)

      The type of trusted token issuer.

      Parameters:
      trustedTokenIssuerType - The type of trusted token issuer.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • trustedTokenIssuerType

      TrustedTokenIssuerMetadata.Builder trustedTokenIssuerType(TrustedTokenIssuerType trustedTokenIssuerType)

      The type of trusted token issuer.

      Parameters:
      trustedTokenIssuerType - The type of trusted token issuer.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: