public static interface TestGridSessionArtifact.Builder extends SdkPojo, CopyableBuilder<TestGridSessionArtifact.Builder,TestGridSessionArtifact>
| Modifier and Type | Method and Description |
|---|---|
TestGridSessionArtifact.Builder |
filename(String filename)
The file name of the artifact.
|
TestGridSessionArtifact.Builder |
type(String type)
The kind of artifact.
|
TestGridSessionArtifact.Builder |
type(TestGridSessionArtifactType type)
The kind of artifact.
|
TestGridSessionArtifact.Builder |
url(String url)
A semi-stable URL to the content of the object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTestGridSessionArtifact.Builder filename(String filename)
The file name of the artifact.
filename - The file name of the artifact.TestGridSessionArtifact.Builder type(String type)
The kind of artifact.
type - The kind of artifact.TestGridSessionArtifactType,
TestGridSessionArtifactTypeTestGridSessionArtifact.Builder type(TestGridSessionArtifactType type)
The kind of artifact.
type - The kind of artifact.TestGridSessionArtifactType,
TestGridSessionArtifactTypeTestGridSessionArtifact.Builder url(String url)
A semi-stable URL to the content of the object.
url - A semi-stable URL to the content of the object.Copyright © 2023. All rights reserved.