Interface OnlineEvaluationTraceConfig.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<OnlineEvaluationTraceConfig.Builder,,OnlineEvaluationTraceConfig> SdkBuilder<OnlineEvaluationTraceConfig.Builder,,OnlineEvaluationTraceConfig> SdkPojo
- Enclosing class:
OnlineEvaluationTraceConfig
@Mutable
@NotThreadSafe
public static interface OnlineEvaluationTraceConfig.Builder
extends SdkPojo, CopyableBuilder<OnlineEvaluationTraceConfig.Builder,OnlineEvaluationTraceConfig>
-
Method Summary
Modifier and TypeMethodDescriptionThe end time of the time range.onlineEvaluationConfigArn(String onlineEvaluationConfigArn) The ARN of the online evaluation configuration to reuse sessions from.The start time of the time range.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
-
onlineEvaluationConfigArn
The ARN of the online evaluation configuration to reuse sessions from.
- Parameters:
onlineEvaluationConfigArn- The ARN of the online evaluation configuration to reuse sessions from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startTime
The start time of the time range. Only sessions evaluated at or after this timestamp are included.
- Parameters:
startTime- The start time of the time range. Only sessions evaluated at or after this timestamp are included.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endTime
The end time of the time range. Only sessions evaluated before this timestamp are included.
- Parameters:
endTime- The end time of the time range. Only sessions evaluated before this timestamp are included.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-