Interface MonitoringGroundTruthS3Input.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<MonitoringGroundTruthS3Input.Builder,MonitoringGroundTruthS3Input>
,SdkBuilder<MonitoringGroundTruthS3Input.Builder,MonitoringGroundTruthS3Input>
,SdkPojo
- Enclosing class:
- MonitoringGroundTruthS3Input
public static interface MonitoringGroundTruthS3Input.Builder extends SdkPojo, CopyableBuilder<MonitoringGroundTruthS3Input.Builder,MonitoringGroundTruthS3Input>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MonitoringGroundTruthS3Input.Builder
s3Uri(String s3Uri)
The address of the Amazon S3 location of the ground truth labels.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
s3Uri
MonitoringGroundTruthS3Input.Builder s3Uri(String s3Uri)
The address of the Amazon S3 location of the ground truth labels.
- Parameters:
s3Uri
- The address of the Amazon S3 location of the ground truth labels.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-