public static interface DescribeAlertManagerDefinitionResponse.Builder extends AmpResponse.Builder, SdkPojo, CopyableBuilder<DescribeAlertManagerDefinitionResponse.Builder,DescribeAlertManagerDefinitionResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeAlertManagerDefinitionResponse.Builder |
alertManagerDefinition(AlertManagerDefinitionDescription alertManagerDefinition)
The properties of the selected workspace's alert manager definition.
|
default DescribeAlertManagerDefinitionResponse.Builder |
alertManagerDefinition(Consumer<AlertManagerDefinitionDescription.Builder> alertManagerDefinition)
The properties of the selected workspace's alert manager definition.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeAlertManagerDefinitionResponse.Builder alertManagerDefinition(AlertManagerDefinitionDescription alertManagerDefinition)
The properties of the selected workspace's alert manager definition.
alertManagerDefinition - The properties of the selected workspace's alert manager definition.default DescribeAlertManagerDefinitionResponse.Builder alertManagerDefinition(Consumer<AlertManagerDefinitionDescription.Builder> alertManagerDefinition)
The properties of the selected workspace's alert manager definition.
This is a convenience method that creates an instance of theAlertManagerDefinitionDescription.Builder avoiding the need to create one manually via
AlertManagerDefinitionDescription.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to alertManagerDefinition(AlertManagerDefinitionDescription).
alertManagerDefinition - a consumer that will call methods on AlertManagerDefinitionDescription.BuilderalertManagerDefinition(AlertManagerDefinitionDescription)Copyright © 2023. All rights reserved.