public static interface CreateBlueGreenDeploymentResponse.Builder extends RdsResponse.Builder, SdkPojo, CopyableBuilder<CreateBlueGreenDeploymentResponse.Builder,CreateBlueGreenDeploymentResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateBlueGreenDeploymentResponse.Builder |
blueGreenDeployment(BlueGreenDeployment blueGreenDeployment)
Sets the value of the BlueGreenDeployment property for this object.
|
default CreateBlueGreenDeploymentResponse.Builder |
blueGreenDeployment(Consumer<BlueGreenDeployment.Builder> blueGreenDeployment)
Sets the value of the BlueGreenDeployment property for this object.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateBlueGreenDeploymentResponse.Builder blueGreenDeployment(BlueGreenDeployment blueGreenDeployment)
blueGreenDeployment - The new value for the BlueGreenDeployment property for this object.default CreateBlueGreenDeploymentResponse.Builder blueGreenDeployment(Consumer<BlueGreenDeployment.Builder> blueGreenDeployment)
BlueGreenDeployment.Builder avoiding the
need to create one manually via BlueGreenDeployment.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to blueGreenDeployment(BlueGreenDeployment).
blueGreenDeployment - a consumer that will call methods on BlueGreenDeployment.BuilderblueGreenDeployment(BlueGreenDeployment)Copyright © 2023. All rights reserved.