Interface AwsKinesisStreamStreamEncryptionDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AwsKinesisStreamStreamEncryptionDetails.Builder,
,AwsKinesisStreamStreamEncryptionDetails> SdkBuilder<AwsKinesisStreamStreamEncryptionDetails.Builder,
,AwsKinesisStreamStreamEncryptionDetails> SdkPojo
- Enclosing class:
AwsKinesisStreamStreamEncryptionDetails
public static interface AwsKinesisStreamStreamEncryptionDetails.Builder
extends SdkPojo, CopyableBuilder<AwsKinesisStreamStreamEncryptionDetails.Builder,AwsKinesisStreamStreamEncryptionDetails>
-
Method Summary
Modifier and TypeMethodDescriptionencryptionType
(String encryptionType) The encryption type to use.The globally unique identifier for the customer-managed KMS key to use for encryption.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, sdkFields
-
Method Details
-
encryptionType
The encryption type to use.
- Parameters:
encryptionType
- The encryption type to use.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
keyId
The globally unique identifier for the customer-managed KMS key to use for encryption.
- Parameters:
keyId
- The globally unique identifier for the customer-managed KMS key to use for encryption.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-