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
Modifier and TypeMethodDescriptionThe file name of the artifact.The kind of artifact.The kind of artifact.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 Details
-
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
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:
-
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:
-
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.
-