Interface ModifyVerifiedAccessNativeApplicationOidcOptions.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<ModifyVerifiedAccessNativeApplicationOidcOptions.Builder,ModifyVerifiedAccessNativeApplicationOidcOptions>
,SdkBuilder<ModifyVerifiedAccessNativeApplicationOidcOptions.Builder,ModifyVerifiedAccessNativeApplicationOidcOptions>
,SdkPojo
- Enclosing class:
- ModifyVerifiedAccessNativeApplicationOidcOptions
public static interface ModifyVerifiedAccessNativeApplicationOidcOptions.Builder extends SdkPojo, CopyableBuilder<ModifyVerifiedAccessNativeApplicationOidcOptions.Builder,ModifyVerifiedAccessNativeApplicationOidcOptions>
-
-
Method Summary
-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
publicSigningKeyEndpoint
ModifyVerifiedAccessNativeApplicationOidcOptions.Builder publicSigningKeyEndpoint(String publicSigningKeyEndpoint)
The public signing key endpoint.
- Parameters:
publicSigningKeyEndpoint
- The public signing key endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
issuer
ModifyVerifiedAccessNativeApplicationOidcOptions.Builder issuer(String issuer)
The OIDC issuer identifier of the IdP.
- Parameters:
issuer
- The OIDC issuer identifier of the IdP.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
authorizationEndpoint
ModifyVerifiedAccessNativeApplicationOidcOptions.Builder authorizationEndpoint(String authorizationEndpoint)
The authorization endpoint of the IdP.
- Parameters:
authorizationEndpoint
- The authorization endpoint of the IdP.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tokenEndpoint
ModifyVerifiedAccessNativeApplicationOidcOptions.Builder tokenEndpoint(String tokenEndpoint)
The token endpoint of the IdP.
- Parameters:
tokenEndpoint
- The token endpoint of the IdP.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userInfoEndpoint
ModifyVerifiedAccessNativeApplicationOidcOptions.Builder userInfoEndpoint(String userInfoEndpoint)
The user info endpoint of the IdP.
- Parameters:
userInfoEndpoint
- The user info endpoint of the IdP.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientId
ModifyVerifiedAccessNativeApplicationOidcOptions.Builder clientId(String clientId)
The OAuth 2.0 client identifier.
- Parameters:
clientId
- The OAuth 2.0 client identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientSecret
ModifyVerifiedAccessNativeApplicationOidcOptions.Builder clientSecret(String clientSecret)
The OAuth 2.0 client secret.
- Parameters:
clientSecret
- The OAuth 2.0 client secret.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
scope
ModifyVerifiedAccessNativeApplicationOidcOptions.Builder scope(String scope)
The set of user claims to be requested from the IdP.
- Parameters:
scope
- The set of user claims to be requested from the IdP.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-