@Generated(value="software.amazon.awssdk:codegen") public final class S3Destination extends Object implements SdkPojo, Serializable, ToCopyableBuilder<S3Destination.Builder,S3Destination>
Specifies an S3 bucket to store data classification results in, and the encryption settings to use when storing results in that bucket.
| Modifier and Type | Class and Description |
|---|---|
static interface |
S3Destination.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
bucketName()
The name of the bucket.
|
static S3Destination.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
keyPrefix()
The path prefix to use in the path to the location in the bucket.
|
String |
kmsKeyArn()
The Amazon Resource Name (ARN) of the KMS key to use for encryption of the results.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends S3Destination.Builder> |
serializableBuilderClass() |
S3Destination.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String bucketName()
The name of the bucket.
public final String keyPrefix()
The path prefix to use in the path to the location in the bucket. This prefix specifies where to store classification results in the bucket.
public final String kmsKeyArn()
The Amazon Resource Name (ARN) of the KMS key to use for encryption of the results. This must be the ARN of an existing, symmetric, customer managed KMS key that's in the same Amazon Web Services Region as the bucket.
public S3Destination.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<S3Destination.Builder,S3Destination>public static S3Destination.Builder builder()
public static Class<? extends S3Destination.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.