public static interface GroundTruthManifest.Builder extends SdkPojo, CopyableBuilder<GroundTruthManifest.Builder,GroundTruthManifest>
| Modifier and Type | Method and Description |
|---|---|
default GroundTruthManifest.Builder |
s3Object(Consumer<S3Object.Builder> s3Object)
Sets the value of the S3Object property for this object.
|
GroundTruthManifest.Builder |
s3Object(S3Object s3Object)
Sets the value of the S3Object property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildGroundTruthManifest.Builder s3Object(S3Object s3Object)
s3Object - The new value for the S3Object property for this object.default GroundTruthManifest.Builder s3Object(Consumer<S3Object.Builder> s3Object)
S3Object.Builder avoiding the need to
create one manually via S3Object.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to s3Object(S3Object).
s3Object - a consumer that will call methods on S3Object.Builders3Object(S3Object)Copyright © 2023. All rights reserved.