BlueGreenDeployment.Builder |
BlueGreenDeployment.Builder.blueGreenDeploymentIdentifier(String blueGreenDeploymentIdentifier) |
The unique identifier of the blue/green deployment.
|
BlueGreenDeployment.Builder |
BlueGreenDeployment.Builder.blueGreenDeploymentName(String blueGreenDeploymentName) |
The user-supplied name of the blue/green deployment.
|
static BlueGreenDeployment.Builder |
BlueGreenDeployment.builder() |
|
BlueGreenDeployment.Builder |
BlueGreenDeployment.Builder.createTime(Instant createTime) |
The time when the blue/green deployment was created, in Universal Coordinated Time (UTC).
|
BlueGreenDeployment.Builder |
BlueGreenDeployment.Builder.deleteTime(Instant deleteTime) |
The time when the blue/green deployment was deleted, in Universal Coordinated Time (UTC).
|
BlueGreenDeployment.Builder |
BlueGreenDeployment.Builder.source(String source) |
The source database for the blue/green deployment.
|
BlueGreenDeployment.Builder |
BlueGreenDeployment.Builder.status(String status) |
The status of the blue/green deployment.
|
BlueGreenDeployment.Builder |
BlueGreenDeployment.Builder.statusDetails(String statusDetails) |
Additional information about the status of the blue/green deployment.
|
BlueGreenDeployment.Builder |
BlueGreenDeployment.Builder.switchoverDetails(Collection<SwitchoverDetail> switchoverDetails) |
The details about each source and target resource in the blue/green deployment.
|
BlueGreenDeployment.Builder |
BlueGreenDeployment.Builder.switchoverDetails(Consumer<SwitchoverDetail.Builder>... switchoverDetails) |
The details about each source and target resource in the blue/green deployment.
|
BlueGreenDeployment.Builder |
BlueGreenDeployment.Builder.switchoverDetails(SwitchoverDetail... switchoverDetails) |
The details about each source and target resource in the blue/green deployment.
|
BlueGreenDeployment.Builder |
BlueGreenDeployment.Builder.tagList(Collection<Tag> tagList) |
Sets the value of the TagList property for this object.
|
BlueGreenDeployment.Builder |
BlueGreenDeployment.Builder.tagList(Consumer<Tag.Builder>... tagList) |
Sets the value of the TagList property for this object.
|
BlueGreenDeployment.Builder |
BlueGreenDeployment.Builder.tagList(Tag... tagList) |
Sets the value of the TagList property for this object.
|
BlueGreenDeployment.Builder |
BlueGreenDeployment.Builder.target(String target) |
The target database for the blue/green deployment.
|
BlueGreenDeployment.Builder |
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 |
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 |
BlueGreenDeployment.Builder.tasks(BlueGreenDeploymentTask... tasks) |
Either tasks to be performed or tasks that have been completed on the target database before switchover.
|
BlueGreenDeployment.Builder |
BlueGreenDeployment.toBuilder() |
|