public static interface UpdateMetricAttributionRequest.Builder extends PersonalizeRequest.Builder, SdkPojo, CopyableBuilder<UpdateMetricAttributionRequest.Builder,UpdateMetricAttributionRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateMetricAttributionRequest.Builder addMetrics(Collection<MetricAttribute> addMetrics)
Add new metric attributes to the metric attribution.
addMetrics - Add new metric attributes to the metric attribution.UpdateMetricAttributionRequest.Builder addMetrics(MetricAttribute... addMetrics)
Add new metric attributes to the metric attribution.
addMetrics - Add new metric attributes to the metric attribution.UpdateMetricAttributionRequest.Builder addMetrics(Consumer<MetricAttribute.Builder>... addMetrics)
Add new metric attributes to the metric attribution.
This is a convenience method that creates an instance of theMetricAttribute.Builder avoiding the need to create
one manually via MetricAttribute.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #addMetrics(List.
addMetrics - a consumer that will call methods on
MetricAttribute.Builder#addMetrics(java.util.Collection) UpdateMetricAttributionRequest.Builder removeMetrics(Collection<String> removeMetrics)
Remove metric attributes from the metric attribution.
removeMetrics - Remove metric attributes from the metric attribution.UpdateMetricAttributionRequest.Builder removeMetrics(String... removeMetrics)
Remove metric attributes from the metric attribution.
removeMetrics - Remove metric attributes from the metric attribution.UpdateMetricAttributionRequest.Builder metricsOutputConfig(MetricAttributionOutput metricsOutputConfig)
An output config for the metric attribution.
metricsOutputConfig - An output config for the metric attribution.default UpdateMetricAttributionRequest.Builder metricsOutputConfig(Consumer<MetricAttributionOutput.Builder> metricsOutputConfig)
An output config for the metric attribution.
This is a convenience method that creates an instance of theMetricAttributionOutput.Builder avoiding
the need to create one manually via MetricAttributionOutput.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to metricsOutputConfig(MetricAttributionOutput).
metricsOutputConfig - a consumer that will call methods on MetricAttributionOutput.BuildermetricsOutputConfig(MetricAttributionOutput)UpdateMetricAttributionRequest.Builder metricAttributionArn(String metricAttributionArn)
The Amazon Resource Name (ARN) for the metric attribution to update.
metricAttributionArn - The Amazon Resource Name (ARN) for the metric attribution to update.UpdateMetricAttributionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateMetricAttributionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.