Interface MetricDestinationSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<MetricDestinationSummary.Builder,MetricDestinationSummary>,SdkBuilder<MetricDestinationSummary.Builder,MetricDestinationSummary>,SdkPojo
- Enclosing class:
- MetricDestinationSummary
public static interface MetricDestinationSummary.Builder extends SdkPojo, CopyableBuilder<MetricDestinationSummary.Builder,MetricDestinationSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MetricDestinationSummary.Builderdestination(String destination)Specifies whether the destination isCloudWatchorEvidently.MetricDestinationSummary.Builderdestination(MetricDestination destination)Specifies whether the destination isCloudWatchorEvidently.MetricDestinationSummary.BuilderdestinationArn(String destinationArn)If the destination isEvidently, this specifies the ARN of the Evidently experiment that receives the metrics.MetricDestinationSummary.BuilderiamRoleArn(String iamRoleArn)This field appears only when the destination isEvidently.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
destination
MetricDestinationSummary.Builder destination(String destination)
Specifies whether the destination is
CloudWatchorEvidently.- Parameters:
destination- Specifies whether the destination isCloudWatchorEvidently.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MetricDestination,MetricDestination
-
destination
MetricDestinationSummary.Builder destination(MetricDestination destination)
Specifies whether the destination is
CloudWatchorEvidently.- Parameters:
destination- Specifies whether the destination isCloudWatchorEvidently.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MetricDestination,MetricDestination
-
destinationArn
MetricDestinationSummary.Builder destinationArn(String destinationArn)
If the destination is
Evidently, this specifies the ARN of the Evidently experiment that receives the metrics.- Parameters:
destinationArn- If the destination isEvidently, this specifies the ARN of the Evidently experiment that receives the metrics.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
iamRoleArn
MetricDestinationSummary.Builder iamRoleArn(String iamRoleArn)
This field appears only when the destination is
Evidently. It specifies the ARN of the IAM role that is used to write to the Evidently experiment that receives the metrics.- Parameters:
iamRoleArn- This field appears only when the destination isEvidently. It specifies the ARN of the IAM role that is used to write to the Evidently experiment that receives the metrics.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-