public static interface MetricAttributionOutput.Builder extends SdkPojo, CopyableBuilder<MetricAttributionOutput.Builder,MetricAttributionOutput>
| Modifier and Type | Method and Description |
|---|---|
MetricAttributionOutput.Builder |
roleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM service role that has permissions to add data to your output Amazon
S3 bucket and add metrics to Amazon CloudWatch.
|
default MetricAttributionOutput.Builder |
s3DataDestination(Consumer<S3DataConfig.Builder> s3DataDestination)
Sets the value of the S3DataDestination property for this object.
|
MetricAttributionOutput.Builder |
s3DataDestination(S3DataConfig s3DataDestination)
Sets the value of the S3DataDestination property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMetricAttributionOutput.Builder s3DataDestination(S3DataConfig s3DataDestination)
s3DataDestination - The new value for the S3DataDestination property for this object.default MetricAttributionOutput.Builder s3DataDestination(Consumer<S3DataConfig.Builder> s3DataDestination)
S3DataConfig.Builder avoiding the need
to create one manually via S3DataConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to s3DataDestination(S3DataConfig).
s3DataDestination - a consumer that will call methods on S3DataConfig.Builders3DataDestination(S3DataConfig)MetricAttributionOutput.Builder roleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM service role that has permissions to add data to your output Amazon S3 bucket and add metrics to Amazon CloudWatch. For more information, see Measuring impact of recommendations.
roleArn - The Amazon Resource Name (ARN) of the IAM service role that has permissions to add data to your output
Amazon S3 bucket and add metrics to Amazon CloudWatch. For more information, see Measuring impact of recommendations.Copyright © 2023. All rights reserved.