Interface KafkaClusterOAuthIamJwtBearer.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<KafkaClusterOAuthIamJwtBearer.Builder,,KafkaClusterOAuthIamJwtBearer> SdkBuilder<KafkaClusterOAuthIamJwtBearer.Builder,,KafkaClusterOAuthIamJwtBearer> SdkPojo
- Enclosing class:
KafkaClusterOAuthIamJwtBearer
@Mutable
@NotThreadSafe
public static interface KafkaClusterOAuthIamJwtBearer.Builder
extends SdkPojo, CopyableBuilder<KafkaClusterOAuthIamJwtBearer.Builder,KafkaClusterOAuthIamJwtBearer>
-
Method Summary
Modifier and TypeMethodDescriptionThe audience for the JWT Bearer assertion.signingAlgorithm(String signingAlgorithm) The signing algorithm for the JWT Bearer assertion.signingAlgorithm(JwtSigningAlgorithm signingAlgorithm) The signing algorithm for the JWT Bearer assertion.tokenRequestSecretArn(String tokenRequestSecretArn) The Amazon Resource Name (ARN) of the Secrets Manager secret containing the signing 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
-
audience
The audience for the JWT Bearer assertion.
- Parameters:
audience- The audience for the JWT Bearer assertion.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
signingAlgorithm
The signing algorithm for the JWT Bearer assertion.
- Parameters:
signingAlgorithm- The signing algorithm for the JWT Bearer assertion.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
signingAlgorithm
The signing algorithm for the JWT Bearer assertion.
- Parameters:
signingAlgorithm- The signing algorithm for the JWT Bearer assertion.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tokenRequestSecretArn
The Amazon Resource Name (ARN) of the Secrets Manager secret containing the signing key.
- Parameters:
tokenRequestSecretArn- The Amazon Resource Name (ARN) of the Secrets Manager secret containing the signing key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-