@Generated(value="software.amazon.awssdk:codegen") public final class S3DestinationConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<S3DestinationConfig.Builder,S3DestinationConfig>
If the project stores evaluation events in an Amazon S3 bucket, this structure stores the bucket name and bucket prefix.
| Modifier and Type | Class and Description |
|---|---|
static interface |
S3DestinationConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
bucket()
The name of the bucket in which Evidently stores evaluation events.
|
static S3DestinationConfig.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
prefix()
The bucket prefix in which Evidently stores evaluation events.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends S3DestinationConfig.Builder> |
serializableBuilderClass() |
S3DestinationConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String bucket()
The name of the bucket in which Evidently stores evaluation events.
public final String prefix()
The bucket prefix in which Evidently stores evaluation events.
public S3DestinationConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<S3DestinationConfig.Builder,S3DestinationConfig>public static S3DestinationConfig.Builder builder()
public static Class<? extends S3DestinationConfig.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.