public static interface TrialComponentArtifact.Builder extends SdkPojo, CopyableBuilder<TrialComponentArtifact.Builder,TrialComponentArtifact>
| Modifier and Type | Method and Description |
|---|---|
TrialComponentArtifact.Builder |
mediaType(String mediaType)
The media type of the artifact, which indicates the type of data in the artifact file.
|
TrialComponentArtifact.Builder |
value(String value)
The location of the artifact.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTrialComponentArtifact.Builder mediaType(String mediaType)
The media type of the artifact, which indicates the type of data in the artifact file. The media type consists of a type and a subtype concatenated with a slash (/) character, for example, text/csv, image/jpeg, and s3/uri. The type specifies the category of the media. The subtype specifies the kind of data.
mediaType - The media type of the artifact, which indicates the type of data in the artifact file. The media type
consists of a type and a subtype concatenated with a slash (/) character, for example,
text/csv, image/jpeg, and s3/uri. The type specifies the category of the media. The subtype specifies
the kind of data.TrialComponentArtifact.Builder value(String value)
The location of the artifact.
value - The location of the artifact.Copyright © 2021. All rights reserved.