Interface JwtKey.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<JwtKey.Builder,,JwtKey> SdkBuilder<JwtKey.Builder,,JwtKey> SdkPojo
- Enclosing class:
JwtKey
@Mutable
@NotThreadSafe
public static interface JwtKey.Builder
extends SdkPojo, CopyableBuilder<JwtKey.Builder,JwtKey>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the AWS Secrets Manager secret containing the JWT key.secretVersion(String secretVersion) The version of the AWS Secrets Manager secret containing the JWT key.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
-
secretArn
The Amazon Resource Name (ARN) of the AWS Secrets Manager secret containing the JWT key.
- Parameters:
secretArn- The Amazon Resource Name (ARN) of the AWS Secrets Manager secret containing the JWT key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
secretVersion
The version of the AWS Secrets Manager secret containing the JWT key.
- Parameters:
secretVersion- The version of the AWS Secrets Manager secret containing the JWT key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-