public static interface SwitchoverBlueGreenDeploymentResponse.Builder extends RdsResponse.Builder, SdkPojo, CopyableBuilder<SwitchoverBlueGreenDeploymentResponse.Builder,SwitchoverBlueGreenDeploymentResponse>
Modifier and Type | Method and Description |
---|---|
SwitchoverBlueGreenDeploymentResponse.Builder |
blueGreenDeployment(BlueGreenDeployment blueGreenDeployment)
Sets the value of the BlueGreenDeployment property for this object.
|
default SwitchoverBlueGreenDeploymentResponse.Builder |
blueGreenDeployment(Consumer<BlueGreenDeployment.Builder> blueGreenDeployment)
Sets the value of the BlueGreenDeployment property for this object.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
SwitchoverBlueGreenDeploymentResponse.Builder blueGreenDeployment(BlueGreenDeployment blueGreenDeployment)
blueGreenDeployment
- The new value for the BlueGreenDeployment property for this object.default SwitchoverBlueGreenDeploymentResponse.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.Builder
blueGreenDeployment(BlueGreenDeployment)
Copyright © 2023. All rights reserved.