Uses of Interface
software.amazon.awssdk.services.devicefarm.model.Artifact.Builder
-
Packages that use Artifact.Builder Package Description software.amazon.awssdk.services.devicefarm.model -
-
Uses of Artifact.Builder in software.amazon.awssdk.services.devicefarm.model
Methods in software.amazon.awssdk.services.devicefarm.model that return Artifact.Builder Modifier and Type Method Description Artifact.BuilderArtifact.Builder. arn(String arn)The artifact's ARN.static Artifact.BuilderArtifact. builder()Artifact.BuilderArtifact.Builder. extension(String extension)The artifact's file extension.Artifact.BuilderArtifact.Builder. name(String name)The artifact's name.Artifact.BuilderArtifact. toBuilder()Artifact.BuilderArtifact.Builder. type(String type)The artifact's type.Artifact.BuilderArtifact.Builder. type(ArtifactType type)The artifact's type.Artifact.BuilderArtifact.Builder. url(String url)The presigned Amazon S3 URL that can be used with a GET request to download the artifact's file.Methods in software.amazon.awssdk.services.devicefarm.model that return types with arguments of type Artifact.Builder Modifier and Type Method Description static Class<? extends Artifact.Builder>Artifact. serializableBuilderClass()
-