Interface JwtValidationActionAdditionalClaim.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<JwtValidationActionAdditionalClaim.Builder,,JwtValidationActionAdditionalClaim> SdkBuilder<JwtValidationActionAdditionalClaim.Builder,,JwtValidationActionAdditionalClaim> SdkPojo
- Enclosing class:
JwtValidationActionAdditionalClaim
@Mutable
@NotThreadSafe
public static interface JwtValidationActionAdditionalClaim.Builder
extends SdkPojo, CopyableBuilder<JwtValidationActionAdditionalClaim.Builder,JwtValidationActionAdditionalClaim>
-
Method Summary
Modifier and TypeMethodDescriptionThe format of the claim value.The format of the claim value.The name of the claim.The claim value.values(Collection<String> values) The claim value.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
-
format
The format of the claim value.
- Parameters:
format- The format of the claim value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
format
JwtValidationActionAdditionalClaim.Builder format(JwtValidationActionAdditionalClaimFormatEnum format) The format of the claim value.
- Parameters:
format- The format of the claim value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
name
The name of the claim. You can't specify
exp,iss,nbf, oriatbecause we validate them by default.- Parameters:
name- The name of the claim. You can't specifyexp,iss,nbf, oriatbecause we validate them by default.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
values
The claim value. The maximum size of the list is 10. Each value can be up to 256 characters in length. If the format is
space-separated-values, the values can't include spaces.- Parameters:
values- The claim value. The maximum size of the list is 10. Each value can be up to 256 characters in length. If the format isspace-separated-values, the values can't include spaces.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
values
The claim value. The maximum size of the list is 10. Each value can be up to 256 characters in length. If the format is
space-separated-values, the values can't include spaces.- Parameters:
values- The claim value. The maximum size of the list is 10. Each value can be up to 256 characters in length. If the format isspace-separated-values, the values can't include spaces.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-