Interface BatchEvaluationTraceConfig.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<BatchEvaluationTraceConfig.Builder,,BatchEvaluationTraceConfig> SdkBuilder<BatchEvaluationTraceConfig.Builder,,BatchEvaluationTraceConfig> SdkPojo
- Enclosing class:
BatchEvaluationTraceConfig
@Mutable
@NotThreadSafe
public static interface BatchEvaluationTraceConfig.Builder
extends SdkPojo, CopyableBuilder<BatchEvaluationTraceConfig.Builder,BatchEvaluationTraceConfig>
-
Method Summary
Modifier and TypeMethodDescriptionbatchEvaluationArn(String batchEvaluationArn) The ARN of the completed batch evaluation to use as the trace source.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
batchEvaluationArn
The ARN of the completed batch evaluation to use as the trace source.
- Parameters:
batchEvaluationArn- The ARN of the completed batch evaluation to use as the trace source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-