Interface JWTOptionsOutput.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<JWTOptionsOutput.Builder,
,JWTOptionsOutput> SdkBuilder<JWTOptionsOutput.Builder,
,JWTOptionsOutput> SdkPojo
- Enclosing class:
JWTOptionsOutput
@Mutable
@NotThreadSafe
public static interface JWTOptionsOutput.Builder
extends SdkPojo, CopyableBuilder<JWTOptionsOutput.Builder,JWTOptionsOutput>
-
Method Summary
Modifier and TypeMethodDescriptionTrue if JWT use is enabled.The key used to verify the signature of incoming JWT requests.The key used for matching the JWT roles attribute.subjectKey
(String subjectKey) The key used for matching the JWT subject attribute.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
-
enabled
True if JWT use is enabled.
- Parameters:
enabled
- True if JWT use is enabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subjectKey
The key used for matching the JWT subject attribute.
- Parameters:
subjectKey
- The key used for matching the JWT subject attribute.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
rolesKey
The key used for matching the JWT roles attribute.
- Parameters:
rolesKey
- The key used for matching the JWT roles attribute.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
publicKey
The key used to verify the signature of incoming JWT requests.
- Parameters:
publicKey
- The key used to verify the signature of incoming JWT requests.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-