Interface LinkedAccountDeveloperJwt.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<LinkedAccountDeveloperJwt.Builder,,LinkedAccountDeveloperJwt> SdkBuilder<LinkedAccountDeveloperJwt.Builder,,LinkedAccountDeveloperJwt> SdkPojo
- Enclosing class:
LinkedAccountDeveloperJwt
@Mutable
@NotThreadSafe
public static interface LinkedAccountDeveloperJwt.Builder
extends SdkPojo, CopyableBuilder<LinkedAccountDeveloperJwt.Builder,LinkedAccountDeveloperJwt>
-
Method Summary
Modifier and TypeMethodDescriptionThe key ID (kid) from the JWT header.The subject (sub) claim from the JWT payload.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
-
kid
The key ID (kid) from the JWT header. Identifies which key was used to sign the JWT.
- Parameters:
kid- The key ID (kid) from the JWT header. Identifies which key was used to sign the JWT.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sub
The subject (sub) claim from the JWT payload. Identifies the principal that is the subject of the JWT.
- Parameters:
sub- The subject (sub) claim from the JWT payload. Identifies the principal that is the subject of the JWT.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-