Interface ProductionBranch.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ProductionBranch.Builder,
,ProductionBranch> SdkBuilder<ProductionBranch.Builder,
,ProductionBranch> SdkPojo
- Enclosing class:
ProductionBranch
public static interface ProductionBranch.Builder
extends SdkPojo, CopyableBuilder<ProductionBranch.Builder,ProductionBranch>
-
Method Summary
Modifier and TypeMethodDescriptionbranchName
(String branchName) The branch name for the production branch.lastDeployTime
(Instant lastDeployTime) The last deploy time of the production branch.The status of the production branch.thumbnailUrl
(String thumbnailUrl) The thumbnail URL for the production 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, sdkFields
-
Method Details
-
lastDeployTime
The last deploy time of the production branch.
- Parameters:
lastDeployTime
- The last deploy time of the production branch.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the production branch.
- Parameters:
status
- The status of the production branch.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
thumbnailUrl
The thumbnail URL for the production branch.
- Parameters:
thumbnailUrl
- The thumbnail URL for the production branch.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
branchName
The branch name for the production branch.
- Parameters:
branchName
- The branch name for the production branch.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-