@Generated(value="software.amazon.awssdk:codegen") public final class S3LogDelivery extends Object implements SdkPojo, Serializable, ToCopyableBuilder<S3LogDelivery.Builder,S3LogDelivery>
Details about delivering logs to Amazon S3.
| Modifier and Type | Class and Description |
|---|---|
static interface |
S3LogDelivery.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
bucket()
The name of the S3 bucket that is the destination for log delivery.
|
static S3LogDelivery.Builder |
builder() |
Boolean |
enabled()
Specifies whether connector logs get sent to the specified Amazon S3 destination.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
prefix()
The S3 prefix that is the destination for log delivery.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends S3LogDelivery.Builder> |
serializableBuilderClass() |
S3LogDelivery.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 S3 bucket that is the destination for log delivery.
public final Boolean enabled()
Specifies whether connector logs get sent to the specified Amazon S3 destination.
public final String prefix()
The S3 prefix that is the destination for log delivery.
public S3LogDelivery.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<S3LogDelivery.Builder,S3LogDelivery>public static S3LogDelivery.Builder builder()
public static Class<? extends S3LogDelivery.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.