@Generated(value="software.amazon.awssdk:codegen") public final class S3Config extends Object implements SdkPojo, Serializable, ToCopyableBuilder<S3Config.Builder,S3Config>
The configuration for publishing Amazon CloudWatch Internet Monitor internet measurements to Amazon S3. The
configuration includes the bucket name and (optionally) prefix for the S3 bucket to store the measurements, and the
delivery status. The delivery status is ENABLED or DISABLED, depending on whether you
choose to deliver internet measurements to S3 logs.
| Modifier and Type | Class and Description |
|---|---|
static interface |
S3Config.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
bucketName()
The Amazon S3 bucket name.
|
String |
bucketPrefix()
The Amazon S3 bucket prefix.
|
static S3Config.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
LogDeliveryStatus |
logDeliveryStatus()
The status of publishing Internet Monitor internet measurements to an Amazon S3 bucket.
|
String |
logDeliveryStatusAsString()
The status of publishing Internet Monitor internet measurements to an Amazon S3 bucket.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends S3Config.Builder> |
serializableBuilderClass() |
S3Config.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String bucketName()
The Amazon S3 bucket name.
public final String bucketPrefix()
The Amazon S3 bucket prefix.
public final LogDeliveryStatus logDeliveryStatus()
The status of publishing Internet Monitor internet measurements to an Amazon S3 bucket.
If the service returns an enum value that is not available in the current SDK version, logDeliveryStatus
will return LogDeliveryStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from logDeliveryStatusAsString().
LogDeliveryStatuspublic final String logDeliveryStatusAsString()
The status of publishing Internet Monitor internet measurements to an Amazon S3 bucket.
If the service returns an enum value that is not available in the current SDK version, logDeliveryStatus
will return LogDeliveryStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from logDeliveryStatusAsString().
LogDeliveryStatuspublic S3Config.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<S3Config.Builder,S3Config>public static S3Config.Builder builder()
public static Class<? extends S3Config.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.