Interface GetOutboundWebIdentityFederationInfoResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetOutboundWebIdentityFederationInfoResponse.Builder,,GetOutboundWebIdentityFederationInfoResponse> IamResponse.Builder,SdkBuilder<GetOutboundWebIdentityFederationInfoResponse.Builder,,GetOutboundWebIdentityFederationInfoResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
GetOutboundWebIdentityFederationInfoResponse
@Mutable
@NotThreadSafe
public static interface GetOutboundWebIdentityFederationInfoResponse.Builder
extends IamResponse.Builder, SdkPojo, CopyableBuilder<GetOutboundWebIdentityFederationInfoResponse.Builder,GetOutboundWebIdentityFederationInfoResponse>
-
Method Summary
Modifier and TypeMethodDescriptionissuerIdentifier(String issuerIdentifier) A unique issuer URL for your Amazon Web Services account that hosts the OpenID Connect (OIDC) discovery endpoints at/.well-known/openid-configuration and /.well-known/jwks.json.jwtVendingEnabled(Boolean jwtVendingEnabled) Indicates whether outbound identity federation is currently enabled for your Amazon Web Services account.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.iam.model.IamResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
issuerIdentifier
A unique issuer URL for your Amazon Web Services account that hosts the OpenID Connect (OIDC) discovery endpoints at
/.well-known/openid-configuration and /.well-known/jwks.json. The OpenID Connect (OIDC) discovery endpoints contain verification keys and metadata necessary for token verification.- Parameters:
issuerIdentifier- A unique issuer URL for your Amazon Web Services account that hosts the OpenID Connect (OIDC) discovery endpoints at/.well-known/openid-configuration and /.well-known/jwks.json. The OpenID Connect (OIDC) discovery endpoints contain verification keys and metadata necessary for token verification.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jwtVendingEnabled
Indicates whether outbound identity federation is currently enabled for your Amazon Web Services account. When true, IAM principals in the account can call the
GetWebIdentityTokenAPI to obtain JSON Web Tokens (JWTs) for authentication with external services.- Parameters:
jwtVendingEnabled- Indicates whether outbound identity federation is currently enabled for your Amazon Web Services account. When true, IAM principals in the account can call theGetWebIdentityTokenAPI to obtain JSON Web Tokens (JWTs) for authentication with external services.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-