Interface SourceReference.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SourceReference.Builder,
,SourceReference> SdkBuilder<SourceReference.Builder,
,SourceReference> SdkPojo
- Enclosing class:
SourceReference
@Mutable
@NotThreadSafe
public static interface SourceReference.Builder
extends SdkPojo, CopyableBuilder<SourceReference.Builder,SourceReference>
-
Method Summary
Modifier and TypeMethodDescriptionThe type of source reference, such as branch, tag, or commit.type
(SourceReferenceType type) The type of source reference, such as branch, tag, or commit.The value of the source reference, such as the branch name, tag name, or commit 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 Details
-
type
The type of source reference, such as branch, tag, or commit.
- Parameters:
type
- The type of source reference, such as branch, tag, or commit.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of source reference, such as branch, tag, or commit.
- Parameters:
type
- The type of source reference, such as branch, tag, or commit.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
value
The value of the source reference, such as the branch name, tag name, or commit ID.
- Parameters:
value
- The value of the source reference, such as the branch name, tag name, or commit ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-