@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InternetMeasurementsLogDelivery extends Object implements Serializable, Cloneable, StructuredPojo
Configuration information for other locations that you choose to publish Amazon CloudWatch Internet Monitor internet measurements to, such as Amazon S3. The measurements are also published to Amazon CloudWatch Logs.
Constructor and Description |
---|
InternetMeasurementsLogDelivery() |
Modifier and Type | Method and Description |
---|---|
InternetMeasurementsLogDelivery |
clone() |
boolean |
equals(Object obj) |
S3Config |
getS3Config()
The configuration information for publishing Internet Monitor internet measurements to Amazon S3.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setS3Config(S3Config s3Config)
The configuration information for publishing Internet Monitor internet measurements to Amazon S3.
|
String |
toString()
Returns a string representation of this object.
|
InternetMeasurementsLogDelivery |
withS3Config(S3Config s3Config)
The configuration information for publishing Internet Monitor internet measurements to Amazon S3.
|
public void setS3Config(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 ENABLED
or DISABLED
, depending on whether
you choose to deliver internet measurements to S3 logs.
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 ENABLED
or
DISABLED
, depending on whether you choose to deliver internet measurements to S3 logs.public S3Config getS3Config()
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 ENABLED
or DISABLED
, depending on whether
you choose to deliver internet measurements to S3 logs.
ENABLED
or
DISABLED
, depending on whether you choose to deliver internet measurements to S3 logs.public InternetMeasurementsLogDelivery withS3Config(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 ENABLED
or DISABLED
, depending on whether
you choose to deliver internet measurements to S3 logs.
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 ENABLED
or
DISABLED
, depending on whether you choose to deliver internet measurements to S3 logs.public String toString()
toString
in class Object
Object.toString()
public InternetMeasurementsLogDelivery clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.