Class InternetMeasurementsLogDelivery
- java.lang.Object
-
- software.amazon.awssdk.services.internetmonitor.model.InternetMeasurementsLogDelivery
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<InternetMeasurementsLogDelivery.Builder,InternetMeasurementsLogDelivery>
@Generated("software.amazon.awssdk:codegen") public final class InternetMeasurementsLogDelivery extends Object implements SdkPojo, Serializable, ToCopyableBuilder<InternetMeasurementsLogDelivery.Builder,InternetMeasurementsLogDelivery>
Publish internet measurements to an Amazon S3 bucket in addition to CloudWatch Logs.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceInternetMeasurementsLogDelivery.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static InternetMeasurementsLogDelivery.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()S3Configs3Config()The configuration information for publishing Internet Monitor internet measurements to Amazon S3.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends InternetMeasurementsLogDelivery.Builder>serializableBuilderClass()InternetMeasurementsLogDelivery.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
s3Config
public final S3Config s3Config()
The configuration information for publishing 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
ENABLEDorDISABLED, depending on whether you choose to deliver internet measurements to S3 logs.- Returns:
- The configuration information for publishing 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
ENABLEDorDISABLED, depending on whether you choose to deliver internet measurements to S3 logs.
-
toBuilder
public InternetMeasurementsLogDelivery.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<InternetMeasurementsLogDelivery.Builder,InternetMeasurementsLogDelivery>
-
builder
public static InternetMeasurementsLogDelivery.Builder builder()
-
serializableBuilderClass
public static Class<? extends InternetMeasurementsLogDelivery.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-