Interface InternetMeasurementsLogDelivery.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<InternetMeasurementsLogDelivery.Builder,
,InternetMeasurementsLogDelivery> SdkBuilder<InternetMeasurementsLogDelivery.Builder,
,InternetMeasurementsLogDelivery> SdkPojo
- Enclosing class:
InternetMeasurementsLogDelivery
-
Method Summary
Modifier and TypeMethodDescriptions3Config
(Consumer<S3Config.Builder> s3Config) The configuration information for publishing Internet Monitor internet measurements to Amazon S3.The configuration information for publishing Internet Monitor internet measurements to Amazon S3.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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
orDISABLED
, depending on whether you choose to deliver internet measurements to S3 logs.- Parameters:
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 isENABLED
orDISABLED
, depending on whether you choose to deliver internet measurements to S3 logs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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
This is a convenience method that creates an instance of theENABLED
orDISABLED
, depending on whether you choose to deliver internet measurements to S3 logs.S3Config.Builder
avoiding the need to create one manually viaS3Config.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tos3Config(S3Config)
.- Parameters:
s3Config
- a consumer that will call methods onS3Config.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-