Interface ArtifactSourceType.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ArtifactSourceType.Builder,ArtifactSourceType>,SdkBuilder<ArtifactSourceType.Builder,ArtifactSourceType>,SdkPojo
- Enclosing class:
- ArtifactSourceType
public static interface ArtifactSourceType.Builder extends SdkPojo, CopyableBuilder<ArtifactSourceType.Builder,ArtifactSourceType>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ArtifactSourceType.BuildersourceIdType(String sourceIdType)The type of ID.ArtifactSourceType.BuildersourceIdType(ArtifactSourceIdType sourceIdType)The type of ID.ArtifactSourceType.Buildervalue(String value)The ID.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
sourceIdType
ArtifactSourceType.Builder sourceIdType(String sourceIdType)
The type of ID.
- Parameters:
sourceIdType- The type of ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ArtifactSourceIdType,ArtifactSourceIdType
-
sourceIdType
ArtifactSourceType.Builder sourceIdType(ArtifactSourceIdType sourceIdType)
The type of ID.
- Parameters:
sourceIdType- The type of ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ArtifactSourceIdType,ArtifactSourceIdType
-
value
ArtifactSourceType.Builder value(String value)
The ID.
- Parameters:
value- The ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-