Uses of Interface
software.amazon.awssdk.services.rds.model.BlueGreenDeployment.Builder
Packages that use BlueGreenDeployment.Builder
-
Uses of BlueGreenDeployment.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return BlueGreenDeployment.BuilderModifier and TypeMethodDescriptionBlueGreenDeployment.Builder.blueGreenDeploymentIdentifier(String blueGreenDeploymentIdentifier) The unique identifier of the blue/green deployment.BlueGreenDeployment.Builder.blueGreenDeploymentName(String blueGreenDeploymentName) The user-supplied name of the blue/green deployment.static BlueGreenDeployment.BuilderBlueGreenDeployment.builder()BlueGreenDeployment.Builder.createTime(Instant createTime) The time when the blue/green deployment was created, in Universal Coordinated Time (UTC).BlueGreenDeployment.Builder.deleteTime(Instant deleteTime) The time when the blue/green deployment was deleted, in Universal Coordinated Time (UTC).The source database for the blue/green deployment.The status of the blue/green deployment.BlueGreenDeployment.Builder.statusDetails(String statusDetails) Additional information about the status of the blue/green deployment.BlueGreenDeployment.Builder.switchoverDetails(Collection<SwitchoverDetail> switchoverDetails) The details about each source and target resource in the blue/green deployment.BlueGreenDeployment.Builder.switchoverDetails(Consumer<SwitchoverDetail.Builder>... switchoverDetails) The details about each source and target resource in the blue/green deployment.BlueGreenDeployment.Builder.switchoverDetails(SwitchoverDetail... switchoverDetails) The details about each source and target resource in the blue/green deployment.BlueGreenDeployment.Builder.tagList(Collection<Tag> tagList) Sets the value of the TagList property for this object.BlueGreenDeployment.Builder.tagList(Consumer<Tag.Builder>... tagList) Sets the value of the TagList property for this object.Sets the value of the TagList property for this object.The target database for the blue/green deployment.BlueGreenDeployment.Builder.tasks(Collection<BlueGreenDeploymentTask> tasks) Either tasks to be performed or tasks that have been completed on the target database before switchover.BlueGreenDeployment.Builder.tasks(Consumer<BlueGreenDeploymentTask.Builder>... tasks) Either tasks to be performed or tasks that have been completed on the target database before switchover.BlueGreenDeployment.Builder.tasks(BlueGreenDeploymentTask... tasks) Either tasks to be performed or tasks that have been completed on the target database before switchover.BlueGreenDeployment.toBuilder()Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type BlueGreenDeployment.BuilderModifier and TypeMethodDescriptionstatic Class<? extends BlueGreenDeployment.Builder>BlueGreenDeployment.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.rds.model with type arguments of type BlueGreenDeployment.BuilderModifier and TypeMethodDescriptionCreateBlueGreenDeploymentResponse.Builder.blueGreenDeployment(Consumer<BlueGreenDeployment.Builder> blueGreenDeployment) Sets the value of the BlueGreenDeployment property for this object.DeleteBlueGreenDeploymentResponse.Builder.blueGreenDeployment(Consumer<BlueGreenDeployment.Builder> blueGreenDeployment) Sets the value of the BlueGreenDeployment property for this object.SwitchoverBlueGreenDeploymentResponse.Builder.blueGreenDeployment(Consumer<BlueGreenDeployment.Builder> blueGreenDeployment) Sets the value of the BlueGreenDeployment property for this object.