| Package | Description |
|---|---|
| software.amazon.awssdk.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
BlueGreenDeployment.Builder |
BlueGreenDeployment.Builder.blueGreenDeploymentIdentifier(String blueGreenDeploymentIdentifier)
The system-generated 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)
Specifies the time when the blue/green deployment was created, in Universal Coordinated Time (UTC).
|
BlueGreenDeployment.Builder |
BlueGreenDeployment.Builder.deleteTime(Instant deleteTime)
Specifies 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(BlueGreenDeploymentTask... tasks)
Either tasks to be performed or tasks that have been completed on the target database before switchover.
|
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.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BlueGreenDeployment.Builder> |
BlueGreenDeployment.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default SwitchoverBlueGreenDeploymentResponse.Builder |
SwitchoverBlueGreenDeploymentResponse.Builder.blueGreenDeployment(Consumer<BlueGreenDeployment.Builder> blueGreenDeployment)
Sets the value of the BlueGreenDeployment property for this object.
|
default DeleteBlueGreenDeploymentResponse.Builder |
DeleteBlueGreenDeploymentResponse.Builder.blueGreenDeployment(Consumer<BlueGreenDeployment.Builder> blueGreenDeployment)
Sets the value of the BlueGreenDeployment property for this object.
|
default CreateBlueGreenDeploymentResponse.Builder |
CreateBlueGreenDeploymentResponse.Builder.blueGreenDeployment(Consumer<BlueGreenDeployment.Builder> blueGreenDeployment)
Sets the value of the BlueGreenDeployment property for this object.
|
Copyright © 2023. All rights reserved.