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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TrustedTokenIssuerMetadata.Buildername(String name)The name of the trusted token issuer configuration in the instance of IAM Identity Center.TrustedTokenIssuerMetadata.BuildertrustedTokenIssuerArn(String trustedTokenIssuerArn)The ARN of the trusted token issuer configuration in the instance of IAM Identity Center.TrustedTokenIssuerMetadata.BuildertrustedTokenIssuerType(String trustedTokenIssuerType)The type of trusted token issuer.TrustedTokenIssuerMetadata.BuildertrustedTokenIssuerType(TrustedTokenIssuerType trustedTokenIssuerType)The type of trusted token issuer.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
name
TrustedTokenIssuerMetadata.Builder name(String 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,TrustedTokenIssuerType
-
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:
TrustedTokenIssuerType,TrustedTokenIssuerType
-
-