public static interface DescribeAlertResponse.Builder extends LookoutMetricsResponse.Builder, SdkPojo, CopyableBuilder<DescribeAlertResponse.Builder,DescribeAlertResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeAlertResponse.Builder |
alert(Alert alert)
Contains information about an alert.
|
default DescribeAlertResponse.Builder |
alert(Consumer<Alert.Builder> alert)
Contains information about an alert.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeAlertResponse.Builder alert(Alert alert)
Contains information about an alert.
alert - Contains information about an alert.default DescribeAlertResponse.Builder alert(Consumer<Alert.Builder> alert)
Contains information about an alert.
This is a convenience method that creates an instance of theAlert.Builder avoiding the need to
create one manually via Alert.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to alert(Alert).
alert - a consumer that will call methods on Alert.Builderalert(Alert)Copyright © 2023. All rights reserved.