public static interface MonitoringOutput.Builder extends SdkPojo, CopyableBuilder<MonitoringOutput.Builder,MonitoringOutput>
| Modifier and Type | Method and Description |
|---|---|
default MonitoringOutput.Builder |
s3Output(Consumer<MonitoringS3Output.Builder> s3Output)
The Amazon S3 storage location where the results of a monitoring job are saved.
|
MonitoringOutput.Builder |
s3Output(MonitoringS3Output s3Output)
The Amazon S3 storage location where the results of a monitoring job are saved.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMonitoringOutput.Builder s3Output(MonitoringS3Output s3Output)
The Amazon S3 storage location where the results of a monitoring job are saved.
s3Output - The Amazon S3 storage location where the results of a monitoring job are saved.default MonitoringOutput.Builder s3Output(Consumer<MonitoringS3Output.Builder> s3Output)
The Amazon S3 storage location where the results of a monitoring job are saved.
This is a convenience that creates an instance of theMonitoringS3Output.Builder avoiding the need to
create one manually via MonitoringS3Output.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to s3Output(MonitoringS3Output).s3Output - a consumer that will call methods on MonitoringS3Output.Builders3Output(MonitoringS3Output)Copyright © 2021. All rights reserved.