Interface InternetMeasurementsLogDelivery.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<InternetMeasurementsLogDelivery.Builder,InternetMeasurementsLogDelivery>,SdkBuilder<InternetMeasurementsLogDelivery.Builder,InternetMeasurementsLogDelivery>,SdkPojo
- Enclosing class:
- InternetMeasurementsLogDelivery
public static interface InternetMeasurementsLogDelivery.Builder extends SdkPojo, CopyableBuilder<InternetMeasurementsLogDelivery.Builder,InternetMeasurementsLogDelivery>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default InternetMeasurementsLogDelivery.Builders3Config(Consumer<S3Config.Builder> s3Config)The configuration information for publishing Internet Monitor internet measurements to Amazon S3.InternetMeasurementsLogDelivery.Builders3Config(S3Config s3Config)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 Detail
-
s3Config
InternetMeasurementsLogDelivery.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
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
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
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:
s3Config(S3Config)
-
-