public static interface DescribeBlueGreenDeploymentsResponse.Builder extends RdsResponse.Builder, SdkPojo, CopyableBuilder<DescribeBlueGreenDeploymentsResponse.Builder,DescribeBlueGreenDeploymentsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeBlueGreenDeploymentsResponse.Builder |
blueGreenDeployments(BlueGreenDeployment... blueGreenDeployments)
A list of blue/green deployments in the current account and Amazon Web Services Region.
|
DescribeBlueGreenDeploymentsResponse.Builder |
blueGreenDeployments(Collection<BlueGreenDeployment> blueGreenDeployments)
A list of blue/green deployments in the current account and Amazon Web Services Region.
|
DescribeBlueGreenDeploymentsResponse.Builder |
blueGreenDeployments(Consumer<BlueGreenDeployment.Builder>... blueGreenDeployments)
A list of blue/green deployments in the current account and Amazon Web Services Region.
|
DescribeBlueGreenDeploymentsResponse.Builder |
marker(String marker)
A pagination token that can be used in a later
DescribeBlueGreenDeployments request. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeBlueGreenDeploymentsResponse.Builder blueGreenDeployments(Collection<BlueGreenDeployment> blueGreenDeployments)
A list of blue/green deployments in the current account and Amazon Web Services Region.
blueGreenDeployments - A list of blue/green deployments in the current account and Amazon Web Services Region.DescribeBlueGreenDeploymentsResponse.Builder blueGreenDeployments(BlueGreenDeployment... blueGreenDeployments)
A list of blue/green deployments in the current account and Amazon Web Services Region.
blueGreenDeployments - A list of blue/green deployments in the current account and Amazon Web Services Region.DescribeBlueGreenDeploymentsResponse.Builder blueGreenDeployments(Consumer<BlueGreenDeployment.Builder>... blueGreenDeployments)
A list of blue/green deployments in the current account and Amazon Web Services Region.
This is a convenience method that creates an instance of theBlueGreenDeployment.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 #blueGreenDeployments(List.
blueGreenDeployments - a consumer that will call methods on
BlueGreenDeployment.Builder#blueGreenDeployments(java.util.Collection) DescribeBlueGreenDeploymentsResponse.Builder marker(String marker)
A pagination token that can be used in a later DescribeBlueGreenDeployments request.
marker - A pagination token that can be used in a later DescribeBlueGreenDeployments request.Copyright © 2023. All rights reserved.