public static interface InternetMeasurementsLogDelivery.Builder extends SdkPojo, CopyableBuilder<InternetMeasurementsLogDelivery.Builder,InternetMeasurementsLogDelivery>
| Modifier and Type | Method and Description |
|---|---|
default InternetMeasurementsLogDelivery.Builder |
s3Config(Consumer<S3Config.Builder> s3Config)
The configuration information for publishing Internet Monitor internet measurements to Amazon S3.
|
InternetMeasurementsLogDelivery.Builder |
s3Config(S3Config s3Config)
The configuration information for publishing Internet Monitor internet measurements to Amazon S3.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildInternetMeasurementsLogDelivery.Builder s3Config(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.default InternetMeasurementsLogDelivery.Builder s3Config(Consumer<S3Config.Builder> 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.Builder avoiding the need to
create one manually via S3Config.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to s3Config(S3Config).
s3Config - a consumer that will call methods on S3Config.Builders3Config(S3Config)Copyright © 2023. All rights reserved.