Uses of Interface
software.amazon.awssdk.services.amplify.model.ProductionBranch.Builder
-
Packages that use ProductionBranch.Builder Package Description software.amazon.awssdk.services.amplify.model -
-
Uses of ProductionBranch.Builder in software.amazon.awssdk.services.amplify.model
Methods in software.amazon.awssdk.services.amplify.model that return ProductionBranch.Builder Modifier and Type Method Description ProductionBranch.BuilderProductionBranch.Builder. branchName(String branchName)The branch name for the production branch.static ProductionBranch.BuilderProductionBranch. builder()ProductionBranch.BuilderProductionBranch.Builder. lastDeployTime(Instant lastDeployTime)The last deploy time of the production branch.ProductionBranch.BuilderProductionBranch.Builder. status(String status)The status of the production branch.ProductionBranch.BuilderProductionBranch.Builder. thumbnailUrl(String thumbnailUrl)The thumbnail URL for the production branch.ProductionBranch.BuilderProductionBranch. toBuilder()Methods in software.amazon.awssdk.services.amplify.model that return types with arguments of type ProductionBranch.Builder Modifier and Type Method Description static Class<? extends ProductionBranch.Builder>ProductionBranch. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.amplify.model with type arguments of type ProductionBranch.Builder Modifier and Type Method Description default App.BuilderApp.Builder. productionBranch(Consumer<ProductionBranch.Builder> productionBranch)Describes the information about a production branch of the Amplify app.
-