Interface GroundTruthSource.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<GroundTruthSource.Builder,,GroundTruthSource> SdkBuilder<GroundTruthSource.Builder,,GroundTruthSource> SdkPojo
- Enclosing class:
GroundTruthSource
@Mutable
@NotThreadSafe
public static interface GroundTruthSource.Builder
extends SdkPojo, CopyableBuilder<GroundTruthSource.Builder,GroundTruthSource>
-
Method Summary
Modifier and TypeMethodDescriptiondefault GroundTruthSource.Builderinline(Consumer<InlineGroundTruth.Builder> inline) Provide ground truth inlineinline(InlineGroundTruth inline) Provide ground truth inlineMethods 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
-
inline
Provide ground truth inline
- Parameters:
inline- Provide ground truth inline- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inline
Provide ground truth inline
This is a convenience method that creates an instance of theInlineGroundTruth.Builderavoiding the need to create one manually viaInlineGroundTruth.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toinline(InlineGroundTruth).- Parameters:
inline- a consumer that will call methods onInlineGroundTruth.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-