Interface Branch.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Branch.Builder,
,Branch> SdkBuilder<Branch.Builder,
,Branch> SdkPojo
- Enclosing class:
Branch
@Mutable
@NotThreadSafe
public static interface Branch.Builder
extends SdkPojo, CopyableBuilder<Branch.Builder,Branch>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the branch.rootEventId
(String rootEventId) The identifier of the root event for this branch.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
-
rootEventId
The identifier of the root event for this branch.
- Parameters:
rootEventId
- The identifier of the root event for this branch.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the branch.
- Parameters:
name
- The name of the branch.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-