@Generated(value="software.amazon.awssdk:codegen") public final class AwsKinesisStreamStreamEncryptionDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsKinesisStreamStreamEncryptionDetails.Builder,AwsKinesisStreamStreamEncryptionDetails>
Provides information about stream encryption.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AwsKinesisStreamStreamEncryptionDetails.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AwsKinesisStreamStreamEncryptionDetails.Builder |
builder() |
String |
encryptionType()
The encryption type to use.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
keyId()
The globally unique identifier for the customer-managed KMS key to use for encryption.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AwsKinesisStreamStreamEncryptionDetails.Builder> |
serializableBuilderClass() |
AwsKinesisStreamStreamEncryptionDetails.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String encryptionType()
The encryption type to use.
public final String keyId()
The globally unique identifier for the customer-managed KMS key to use for encryption.
public AwsKinesisStreamStreamEncryptionDetails.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AwsKinesisStreamStreamEncryptionDetails.Builder,AwsKinesisStreamStreamEncryptionDetails>public static AwsKinesisStreamStreamEncryptionDetails.Builder builder()
public static Class<? extends AwsKinesisStreamStreamEncryptionDetails.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.