public static interface ProductionBranch.Builder extends SdkPojo, CopyableBuilder<ProductionBranch.Builder,ProductionBranch>
| Modifier and Type | Method and Description |
|---|---|
ProductionBranch.Builder |
branchName(String branchName)
The branch name for the production branch.
|
ProductionBranch.Builder |
lastDeployTime(Instant lastDeployTime)
The last deploy time of the production branch.
|
ProductionBranch.Builder |
status(String status)
The status of the production branch.
|
ProductionBranch.Builder |
thumbnailUrl(String thumbnailUrl)
The thumbnail URL for the production branch.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildProductionBranch.Builder lastDeployTime(Instant lastDeployTime)
The last deploy time of the production branch.
lastDeployTime - The last deploy time of the production branch.ProductionBranch.Builder status(String status)
The status of the production branch.
status - The status of the production branch.ProductionBranch.Builder thumbnailUrl(String thumbnailUrl)
The thumbnail URL for the production branch.
thumbnailUrl - The thumbnail URL for the production branch.ProductionBranch.Builder branchName(String branchName)
The branch name for the production branch.
branchName - The branch name for the production branch.Copyright © 2022. All rights reserved.