Interface OnlineEvaluationConfigSource.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<OnlineEvaluationConfigSource.Builder,,OnlineEvaluationConfigSource> SdkBuilder<OnlineEvaluationConfigSource.Builder,,OnlineEvaluationConfigSource> SdkPojo
- Enclosing class:
OnlineEvaluationConfigSource
@Mutable
@NotThreadSafe
public static interface OnlineEvaluationConfigSource.Builder
extends SdkPojo, CopyableBuilder<OnlineEvaluationConfigSource.Builder,OnlineEvaluationConfigSource>
-
Method Summary
Modifier and TypeMethodDescriptiononlineEvaluationConfigArn(String onlineEvaluationConfigArn) The Amazon Resource Name (ARN) of the online evaluation configuration to use as the session source.sessionFilterConfig(Consumer<SessionFilterConfig.Builder> sessionFilterConfig) Optional session filter configuration to narrow down which sessions from the online evaluation configuration to include.sessionFilterConfig(SessionFilterConfig sessionFilterConfig) Optional session filter configuration to narrow down which sessions from the online evaluation configuration to include.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 Amazon Resource Name (ARN) of the online evaluation configuration to use as the session source.
- Parameters:
onlineEvaluationConfigArn- The Amazon Resource Name (ARN) of the online evaluation configuration to use as the session source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sessionFilterConfig
Optional session filter configuration to narrow down which sessions from the online evaluation configuration to include.
- Parameters:
sessionFilterConfig- Optional session filter configuration to narrow down which sessions from the online evaluation configuration to include.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sessionFilterConfig
default OnlineEvaluationConfigSource.Builder sessionFilterConfig(Consumer<SessionFilterConfig.Builder> sessionFilterConfig) Optional session filter configuration to narrow down which sessions from the online evaluation configuration to include.
This is a convenience method that creates an instance of theSessionFilterConfig.Builderavoiding the need to create one manually viaSessionFilterConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosessionFilterConfig(SessionFilterConfig).- Parameters:
sessionFilterConfig- a consumer that will call methods onSessionFilterConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-