@Generated(value="software.amazon.awssdk:codegen") public final class VerifiedAccessLogS3Destination extends Object implements SdkPojo, Serializable, ToCopyableBuilder<VerifiedAccessLogS3Destination.Builder,VerifiedAccessLogS3Destination>
Options for Amazon S3 as a logging destination.
| Modifier and Type | Class and Description |
|---|---|
static interface |
VerifiedAccessLogS3Destination.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
bucketName()
The bucket name.
|
String |
bucketOwner()
The Amazon Web Services account number that owns the bucket.
|
static VerifiedAccessLogS3Destination.Builder |
builder() |
VerifiedAccessLogDeliveryStatus |
deliveryStatus()
The delivery status.
|
Boolean |
enabled()
Indicates whether logging is enabled.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
prefix()
The bucket prefix.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends VerifiedAccessLogS3Destination.Builder> |
serializableBuilderClass() |
VerifiedAccessLogS3Destination.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Boolean enabled()
Indicates whether logging is enabled.
public final VerifiedAccessLogDeliveryStatus deliveryStatus()
The delivery status.
public final String bucketName()
The bucket name.
public final String prefix()
The bucket prefix.
public final String bucketOwner()
The Amazon Web Services account number that owns the bucket.
public VerifiedAccessLogS3Destination.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<VerifiedAccessLogS3Destination.Builder,VerifiedAccessLogS3Destination>public static VerifiedAccessLogS3Destination.Builder builder()
public static Class<? extends VerifiedAccessLogS3Destination.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.