Interface KmsConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<KmsConfiguration.Builder,
,KmsConfiguration> SdkBuilder<KmsConfiguration.Builder,
,KmsConfiguration> SdkPojo
- Enclosing class:
KmsConfiguration
@Mutable
@NotThreadSafe
public static interface KmsConfiguration.Builder
extends SdkPojo, CopyableBuilder<KmsConfiguration.Builder,KmsConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionThe type of KMS key (CustomerManagedKey or ServiceManagedKey).The type of KMS key (CustomerManagedKey or ServiceManagedKey).The Amazon Resource Name (ARN) of the KMS key.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
-
keyType
The type of KMS key (CustomerManagedKey or ServiceManagedKey).
- Parameters:
keyType
- The type of KMS key (CustomerManagedKey or ServiceManagedKey).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
keyType
The type of KMS key (CustomerManagedKey or ServiceManagedKey).
- Parameters:
keyType
- The type of KMS key (CustomerManagedKey or ServiceManagedKey).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
kmsKeyArn
The Amazon Resource Name (ARN) of the KMS key.
- Parameters:
kmsKeyArn
- The Amazon Resource Name (ARN) of the KMS key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-