Interface TrialComponentArtifact.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TrialComponentArtifact.Builder,
,TrialComponentArtifact> SdkBuilder<TrialComponentArtifact.Builder,
,TrialComponentArtifact> SdkPojo
- Enclosing class:
TrialComponentArtifact
public static interface TrialComponentArtifact.Builder
extends SdkPojo, CopyableBuilder<TrialComponentArtifact.Builder,TrialComponentArtifact>
-
Method Summary
Modifier and TypeMethodDescriptionThe media type of the artifact, which indicates the type of data in the artifact file.The location of the artifact.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 Details
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
value
The location of the artifact.
- Parameters:
value
- The location of the artifact.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-