public static interface CloudWatchDestination.Builder extends SdkPojo, CopyableBuilder<CloudWatchDestination.Builder,CloudWatchDestination>
Modifier and Type | Method and Description |
---|---|
CloudWatchDestination.Builder |
dimensionConfigurations(CloudWatchDimensionConfiguration... dimensionConfigurations)
An array of objects that define the dimensions to use when you send email events to Amazon CloudWatch.
|
CloudWatchDestination.Builder |
dimensionConfigurations(Collection<CloudWatchDimensionConfiguration> dimensionConfigurations)
An array of objects that define the dimensions to use when you send email events to Amazon CloudWatch.
|
CloudWatchDestination.Builder |
dimensionConfigurations(Consumer<CloudWatchDimensionConfiguration.Builder>... dimensionConfigurations)
An array of objects that define the dimensions to use when you send email events to Amazon CloudWatch.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
CloudWatchDestination.Builder dimensionConfigurations(Collection<CloudWatchDimensionConfiguration> dimensionConfigurations)
An array of objects that define the dimensions to use when you send email events to Amazon CloudWatch.
dimensionConfigurations
- An array of objects that define the dimensions to use when you send email events to Amazon CloudWatch.CloudWatchDestination.Builder dimensionConfigurations(CloudWatchDimensionConfiguration... dimensionConfigurations)
An array of objects that define the dimensions to use when you send email events to Amazon CloudWatch.
dimensionConfigurations
- An array of objects that define the dimensions to use when you send email events to Amazon CloudWatch.CloudWatchDestination.Builder dimensionConfigurations(Consumer<CloudWatchDimensionConfiguration.Builder>... dimensionConfigurations)
An array of objects that define the dimensions to use when you send email events to Amazon CloudWatch.
This is a convenience method that creates an instance of theCloudWatchDimensionConfiguration.Builder
avoiding the
need to create one manually via
CloudWatchDimensionConfiguration.builder()
.
When the Consumer
completes,
SdkBuilder.build()
is
called immediately and its result is passed to #dimensionConfigurations(List
.
dimensionConfigurations
- a consumer that will call methods on
CloudWatchDimensionConfiguration.Builder
#dimensionConfigurations(java.util.Collection)
Copyright © 2022. All rights reserved.