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
Modifier and TypeMethodDescriptionThe 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 Details
-
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.
-