Interface Asset.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Asset.Builder,Asset>,SdkBuilder<Asset.Builder,Asset>,SdkPojo
- Enclosing class:
- Asset
public static interface Asset.Builder extends SdkPojo, CopyableBuilder<Asset.Builder,Asset>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default Asset.BuildergroundTruthManifest(Consumer<GroundTruthManifest.Builder> groundTruthManifest)Sets the value of the GroundTruthManifest property for this object.Asset.BuildergroundTruthManifest(GroundTruthManifest groundTruthManifest)Sets the value of the GroundTruthManifest property for this object.-
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
-
groundTruthManifest
Asset.Builder groundTruthManifest(GroundTruthManifest groundTruthManifest)
Sets the value of the GroundTruthManifest property for this object.- Parameters:
groundTruthManifest- The new value for the GroundTruthManifest property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
groundTruthManifest
default Asset.Builder groundTruthManifest(Consumer<GroundTruthManifest.Builder> groundTruthManifest)
Sets the value of the GroundTruthManifest property for this object. This is a convenience method that creates an instance of theGroundTruthManifest.Builderavoiding the need to create one manually viaGroundTruthManifest.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed togroundTruthManifest(GroundTruthManifest).- Parameters:
groundTruthManifest- a consumer that will call methods onGroundTruthManifest.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
groundTruthManifest(GroundTruthManifest)
-
-