Class TrustedTokenIssuerUpdateConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.ssoadmin.model.TrustedTokenIssuerUpdateConfiguration
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<TrustedTokenIssuerUpdateConfiguration.Builder,TrustedTokenIssuerUpdateConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class TrustedTokenIssuerUpdateConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TrustedTokenIssuerUpdateConfiguration.Builder,TrustedTokenIssuerUpdateConfiguration>
A structure that contains details to be updated for a trusted token issuer configuration. The structure and settings that you can include depend on the type of the trusted token issuer being updated.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
TrustedTokenIssuerUpdateConfiguration.Builder
static class
TrustedTokenIssuerUpdateConfiguration.Type
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
oidcJwtConfiguration
public final OidcJwtUpdateConfiguration oidcJwtConfiguration()
A structure that describes an updated configuration for a trusted token issuer that uses OpenID Connect (OIDC) with JSON web tokens (JWT).
- Returns:
- A structure that describes an updated configuration for a trusted token issuer that uses OpenID Connect (OIDC) with JSON web tokens (JWT).
-
toBuilder
public TrustedTokenIssuerUpdateConfiguration.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<TrustedTokenIssuerUpdateConfiguration.Builder,TrustedTokenIssuerUpdateConfiguration>
-
builder
public static TrustedTokenIssuerUpdateConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends TrustedTokenIssuerUpdateConfiguration.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
fromOidcJwtConfiguration
public static TrustedTokenIssuerUpdateConfiguration fromOidcJwtConfiguration(OidcJwtUpdateConfiguration oidcJwtConfiguration)
Create an instance of this class withoidcJwtConfiguration()
initialized to the given value.A structure that describes an updated configuration for a trusted token issuer that uses OpenID Connect (OIDC) with JSON web tokens (JWT).
- Parameters:
oidcJwtConfiguration
- A structure that describes an updated configuration for a trusted token issuer that uses OpenID Connect (OIDC) with JSON web tokens (JWT).
-
fromOidcJwtConfiguration
public static TrustedTokenIssuerUpdateConfiguration fromOidcJwtConfiguration(Consumer<OidcJwtUpdateConfiguration.Builder> oidcJwtConfiguration)
Create an instance of this class withoidcJwtConfiguration()
initialized to the given value.A structure that describes an updated configuration for a trusted token issuer that uses OpenID Connect (OIDC) with JSON web tokens (JWT).
- Parameters:
oidcJwtConfiguration
- A structure that describes an updated configuration for a trusted token issuer that uses OpenID Connect (OIDC) with JSON web tokens (JWT).
-
type
public TrustedTokenIssuerUpdateConfiguration.Type type()
Retrieve an enum value representing which member of this object is populated. When this class is returned in a service response, this will beTrustedTokenIssuerUpdateConfiguration.Type.UNKNOWN_TO_SDK_VERSION
if the service returned a member that is only known to a newer SDK version. When this class is created directly in your code, this will beTrustedTokenIssuerUpdateConfiguration.Type.UNKNOWN_TO_SDK_VERSION
if zero members are set, andnull
if more than one member is set.
-
-