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.
|
copyapplyMutation, buildCloudWatchDestination.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 that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #dimensionConfigurations(List) .dimensionConfigurations - a consumer that will call methods on List.Builder #dimensionConfigurations(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.