@Generated(value="software.amazon.awssdk:codegen") public final class S3LogDeliveryDescription extends Object implements SdkPojo, Serializable, ToCopyableBuilder<S3LogDeliveryDescription.Builder,S3LogDeliveryDescription>
The description of the details about delivering logs to Amazon S3.
| Modifier and Type | Class and Description |
|---|---|
static interface |
S3LogDeliveryDescription.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
bucket()
The name of the S3 bucket that is the destination for log delivery.
|
static S3LogDeliveryDescription.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 S3LogDeliveryDescription.Builder> |
serializableBuilderClass() |
S3LogDeliveryDescription.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 S3LogDeliveryDescription.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<S3LogDeliveryDescription.Builder,S3LogDeliveryDescription>public static S3LogDeliveryDescription.Builder builder()
public static Class<? extends S3LogDeliveryDescription.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.