@Generated(value="software.amazon.awssdk:codegen") public final class VerifiedAccessLogS3DestinationOptions extends Object implements SdkPojo, Serializable, ToCopyableBuilder<VerifiedAccessLogS3DestinationOptions.Builder,VerifiedAccessLogS3DestinationOptions>
Options for Amazon S3 as a logging destination.
| Modifier and Type | Class and Description |
|---|---|
static interface |
VerifiedAccessLogS3DestinationOptions.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
bucketName()
The bucket name.
|
String |
bucketOwner()
The ID of the Amazon Web Services account that owns the Amazon S3 bucket.
|
static VerifiedAccessLogS3DestinationOptions.Builder |
builder() |
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 VerifiedAccessLogS3DestinationOptions.Builder> |
serializableBuilderClass() |
VerifiedAccessLogS3DestinationOptions.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 String bucketName()
The bucket name.
public final String prefix()
The bucket prefix.
public final String bucketOwner()
The ID of the Amazon Web Services account that owns the Amazon S3 bucket.
public VerifiedAccessLogS3DestinationOptions.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<VerifiedAccessLogS3DestinationOptions.Builder,VerifiedAccessLogS3DestinationOptions>public static VerifiedAccessLogS3DestinationOptions.Builder builder()
public static Class<? extends VerifiedAccessLogS3DestinationOptions.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.