Interface UpdateOpenIdConnectAccessTokenConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<UpdateOpenIdConnectAccessTokenConfiguration.Builder,
,UpdateOpenIdConnectAccessTokenConfiguration> SdkBuilder<UpdateOpenIdConnectAccessTokenConfiguration.Builder,
,UpdateOpenIdConnectAccessTokenConfiguration> SdkPojo
- Enclosing class:
UpdateOpenIdConnectAccessTokenConfiguration
@Mutable
@NotThreadSafe
public static interface UpdateOpenIdConnectAccessTokenConfiguration.Builder
extends SdkPojo, CopyableBuilder<UpdateOpenIdConnectAccessTokenConfiguration.Builder,UpdateOpenIdConnectAccessTokenConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionThe access tokenaud
claim values that you want to accept in your policy store.audiences
(Collection<String> audiences) The access tokenaud
claim values that you want to accept in your policy store.principalIdClaim
(String principalIdClaim) The claim that determines the principal in OIDC access tokens.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 Details
-
principalIdClaim
The claim that determines the principal in OIDC access tokens. For example,
sub
.- Parameters:
principalIdClaim
- The claim that determines the principal in OIDC access tokens. For example,sub
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
audiences
The access token
aud
claim values that you want to accept in your policy store. For example,https://myapp.example.com, https://myapp2.example.com
.- Parameters:
audiences
- The access tokenaud
claim values that you want to accept in your policy store. For example,https://myapp.example.com, https://myapp2.example.com
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
audiences
The access token
aud
claim values that you want to accept in your policy store. For example,https://myapp.example.com, https://myapp2.example.com
.- Parameters:
audiences
- The access tokenaud
claim values that you want to accept in your policy store. For example,https://myapp.example.com, https://myapp2.example.com
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-