Uses of Interface
software.amazon.awssdk.services.devicefarm.model.TestGridSessionArtifact.Builder
-
Packages that use TestGridSessionArtifact.Builder Package Description software.amazon.awssdk.services.devicefarm.model -
-
Uses of TestGridSessionArtifact.Builder in software.amazon.awssdk.services.devicefarm.model
Methods in software.amazon.awssdk.services.devicefarm.model that return TestGridSessionArtifact.Builder Modifier and Type Method Description static TestGridSessionArtifact.BuilderTestGridSessionArtifact. builder()TestGridSessionArtifact.BuilderTestGridSessionArtifact.Builder. filename(String filename)The file name of the artifact.TestGridSessionArtifact.BuilderTestGridSessionArtifact. toBuilder()TestGridSessionArtifact.BuilderTestGridSessionArtifact.Builder. type(String type)The kind of artifact.TestGridSessionArtifact.BuilderTestGridSessionArtifact.Builder. type(TestGridSessionArtifactType type)The kind of artifact.TestGridSessionArtifact.BuilderTestGridSessionArtifact.Builder. url(String url)A semi-stable URL to the content of the object.Methods in software.amazon.awssdk.services.devicefarm.model that return types with arguments of type TestGridSessionArtifact.Builder Modifier and Type Method Description static Class<? extends TestGridSessionArtifact.Builder>TestGridSessionArtifact. serializableBuilderClass()
-