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
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, 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
ENABLEDorDISABLED, 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 isENABLEDorDISABLED, 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 theENABLEDorDISABLED, depending on whether you choose to deliver internet measurements to S3 logs.S3Config.Builderavoiding the need to create one manually viaS3Config.builder().When the
Consumercompletes,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:
-