Interface IssuerConfigurationType.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<IssuerConfigurationType.Builder,,IssuerConfigurationType> SdkBuilder<IssuerConfigurationType.Builder,,IssuerConfigurationType> SdkPojo
- Enclosing class:
- IssuerConfigurationType
-
Method Summary
Modifier and TypeMethodDescriptionThe type of issuer configuration.type(IssuerType type) The type of issuer configuration.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
type
The type of issuer configuration. Determines the token issuing behavior for the user pool.
- ORIGINAL
-
The original issuer configuration for user pools. The issuer URL is hosted in the user pool’s region and provides OIDC endpoints specific to that region.
Original issuers have the format of
https://cognito-idp.[region].amazonaws.com/[userPoolId] - UPDATED
-
Recommended for all user pools, including for multi-Region replication. Updated issuers host the same JWKS content in multiple regions, resulting in improved resilience and efficiency.
Updated issuers have the format of
https://issuer-cognito-idp.[region].amazonaws.com/[userPoolId], where region is the primary Amazon Web Services Region of your user pool.
- Parameters:
type- The type of issuer configuration. Determines the token issuing behavior for the user pool.- ORIGINAL
-
The original issuer configuration for user pools. The issuer URL is hosted in the user pool’s region and provides OIDC endpoints specific to that region.
Original issuers have the format of
https://cognito-idp.[region].amazonaws.com/[userPoolId] - UPDATED
-
Recommended for all user pools, including for multi-Region replication. Updated issuers host the same JWKS content in multiple regions, resulting in improved resilience and efficiency.
Updated issuers have the format of
https://issuer-cognito-idp.[region].amazonaws.com/[userPoolId], where region is the primary Amazon Web Services Region of your user pool.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of issuer configuration. Determines the token issuing behavior for the user pool.
- ORIGINAL
-
The original issuer configuration for user pools. The issuer URL is hosted in the user pool’s region and provides OIDC endpoints specific to that region.
Original issuers have the format of
https://cognito-idp.[region].amazonaws.com/[userPoolId] - UPDATED
-
Recommended for all user pools, including for multi-Region replication. Updated issuers host the same JWKS content in multiple regions, resulting in improved resilience and efficiency.
Updated issuers have the format of
https://issuer-cognito-idp.[region].amazonaws.com/[userPoolId], where region is the primary Amazon Web Services Region of your user pool.
- Parameters:
type- The type of issuer configuration. Determines the token issuing behavior for the user pool.- ORIGINAL
-
The original issuer configuration for user pools. The issuer URL is hosted in the user pool’s region and provides OIDC endpoints specific to that region.
Original issuers have the format of
https://cognito-idp.[region].amazonaws.com/[userPoolId] - UPDATED
-
Recommended for all user pools, including for multi-Region replication. Updated issuers host the same JWKS content in multiple regions, resulting in improved resilience and efficiency.
Updated issuers have the format of
https://issuer-cognito-idp.[region].amazonaws.com/[userPoolId], where region is the primary Amazon Web Services Region of your user pool.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-