Interface ObjectTypes.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ObjectTypes.Builder,ObjectTypes>,SdkBuilder<ObjectTypes.Builder,ObjectTypes>,SdkPojo
- Enclosing class:
- ObjectTypes
public static interface ObjectTypes.Builder extends SdkPojo, CopyableBuilder<ObjectTypes.Builder,ObjectTypes>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectTypes.Builderbase(String base)The type of the object in the base commit of the merge.ObjectTypes.Builderbase(ObjectTypeEnum base)The type of the object in the base commit of the merge.ObjectTypes.Builderdestination(String destination)The type of the object in the destination branch.ObjectTypes.Builderdestination(ObjectTypeEnum destination)The type of the object in the destination branch.ObjectTypes.Buildersource(String source)The type of the object in the source branch.ObjectTypes.Buildersource(ObjectTypeEnum source)The type of the object in the source 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 Detail
-
source
ObjectTypes.Builder source(String source)
The type of the object in the source branch.
- Parameters:
source- The type of the object in the source branch.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ObjectTypeEnum,ObjectTypeEnum
-
source
ObjectTypes.Builder source(ObjectTypeEnum source)
The type of the object in the source branch.
- Parameters:
source- The type of the object in the source branch.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ObjectTypeEnum,ObjectTypeEnum
-
destination
ObjectTypes.Builder destination(String destination)
The type of the object in the destination branch.
- Parameters:
destination- The type of the object in the destination branch.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ObjectTypeEnum,ObjectTypeEnum
-
destination
ObjectTypes.Builder destination(ObjectTypeEnum destination)
The type of the object in the destination branch.
- Parameters:
destination- The type of the object in the destination branch.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ObjectTypeEnum,ObjectTypeEnum
-
base
ObjectTypes.Builder base(String base)
The type of the object in the base commit of the merge.
- Parameters:
base- The type of the object in the base commit of the merge.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ObjectTypeEnum,ObjectTypeEnum
-
base
ObjectTypes.Builder base(ObjectTypeEnum base)
The type of the object in the base commit of the merge.
- Parameters:
base- The type of the object in the base commit of the merge.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ObjectTypeEnum,ObjectTypeEnum
-
-