Interface OpenIdConnectAccessTokenConfiguration.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<OpenIdConnectAccessTokenConfiguration.Builder,,- OpenIdConnectAccessTokenConfiguration> - SdkBuilder<OpenIdConnectAccessTokenConfiguration.Builder,,- OpenIdConnectAccessTokenConfiguration> - SdkPojo
- Enclosing class:
- OpenIdConnectAccessTokenConfiguration
@Mutable
@NotThreadSafe
public static interface OpenIdConnectAccessTokenConfiguration.Builder
extends SdkPojo, CopyableBuilder<OpenIdConnectAccessTokenConfiguration.Builder,OpenIdConnectAccessTokenConfiguration> 
- 
Method SummaryModifier and TypeMethodDescriptionThe access tokenaudclaim values that you want to accept in your policy store.audiences(Collection<String> audiences) The access tokenaudclaim 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
principalIdClaimThe 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.
 
- 
audiencesThe access token audclaim values that you want to accept in your policy store. For example,https://myapp.example.com, https://myapp2.example.com.- Parameters:
- audiences- The access token- audclaim 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.
 
- 
audiencesThe access token audclaim values that you want to accept in your policy store. For example,https://myapp.example.com, https://myapp2.example.com.- Parameters:
- audiences- The access token- audclaim 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.
 
 
-