Interface RetrieveAndGenerateSessionConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RetrieveAndGenerateSessionConfiguration.Builder,RetrieveAndGenerateSessionConfiguration>,SdkBuilder<RetrieveAndGenerateSessionConfiguration.Builder,RetrieveAndGenerateSessionConfiguration>,SdkPojo
- Enclosing class:
- RetrieveAndGenerateSessionConfiguration
@Mutable @NotThreadSafe public static interface RetrieveAndGenerateSessionConfiguration.Builder extends SdkPojo, CopyableBuilder<RetrieveAndGenerateSessionConfiguration.Builder,RetrieveAndGenerateSessionConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RetrieveAndGenerateSessionConfiguration.BuilderkmsKeyArn(String kmsKeyArn)The ARN of the KMS key encrypting the session.-
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 Detail
-
kmsKeyArn
RetrieveAndGenerateSessionConfiguration.Builder kmsKeyArn(String kmsKeyArn)
The ARN of the KMS key encrypting the session.
- Parameters:
kmsKeyArn- The ARN of the KMS key encrypting the session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-