Interface BranchFilter.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<BranchFilter.Builder,,BranchFilter> SdkBuilder<BranchFilter.Builder,,BranchFilter> SdkPojo
- Enclosing class:
- BranchFilter
@Mutable
@NotThreadSafe
public static interface BranchFilter.Builder
extends SdkPojo, CopyableBuilder<BranchFilter.Builder,BranchFilter>
-
Method Summary
Modifier and TypeMethodDescriptionincludeParentBranches(Boolean includeParentBranches) Specifies whether to include parent branches in the results.The name of the branch to filter by.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
name
The name of the branch to filter by.
- Parameters:
name- The name of the branch to filter by.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
includeParentBranches
Specifies whether to include parent branches in the results. Set to true to include parent branches, or false to exclude them.
- Parameters:
includeParentBranches- Specifies whether to include parent branches in the results. Set to true to include parent branches, or false to exclude them.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-