Interface TestGridSessionArtifact.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TestGridSessionArtifact.Builder,TestGridSessionArtifact>,SdkBuilder<TestGridSessionArtifact.Builder,TestGridSessionArtifact>,SdkPojo
- Enclosing class:
- TestGridSessionArtifact
public static interface TestGridSessionArtifact.Builder extends SdkPojo, CopyableBuilder<TestGridSessionArtifact.Builder,TestGridSessionArtifact>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TestGridSessionArtifact.Builderfilename(String filename)The file name of the artifact.TestGridSessionArtifact.Buildertype(String type)The kind of artifact.TestGridSessionArtifact.Buildertype(TestGridSessionArtifactType type)The kind of artifact.TestGridSessionArtifact.Builderurl(String url)A semi-stable URL to the content of the object.-
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 Detail
-
filename
TestGridSessionArtifact.Builder filename(String filename)
The file name of the artifact.
- Parameters:
filename- The file name of the artifact.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
TestGridSessionArtifact.Builder type(String type)
The kind of artifact.
- Parameters:
type- The kind of artifact.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TestGridSessionArtifactType,TestGridSessionArtifactType
-
type
TestGridSessionArtifact.Builder type(TestGridSessionArtifactType type)
The kind of artifact.
- Parameters:
type- The kind of artifact.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TestGridSessionArtifactType,TestGridSessionArtifactType
-
url
TestGridSessionArtifact.Builder url(String url)
A semi-stable URL to the content of the object.
- Parameters:
url- A semi-stable URL to the content of the object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-