public static interface DescribeBlueGreenDeploymentsResponse.Builder extends RdsResponse.Builder, SdkPojo, CopyableBuilder<DescribeBlueGreenDeploymentsResponse.Builder,DescribeBlueGreenDeploymentsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeBlueGreenDeploymentsResponse.Builder |
blueGreenDeployments(BlueGreenDeployment... blueGreenDeployments)
Contains a list of blue/green deployments for the user.
|
DescribeBlueGreenDeploymentsResponse.Builder |
blueGreenDeployments(Collection<BlueGreenDeployment> blueGreenDeployments)
Contains a list of blue/green deployments for the user.
|
DescribeBlueGreenDeploymentsResponse.Builder |
blueGreenDeployments(Consumer<BlueGreenDeployment.Builder>... blueGreenDeployments)
Contains a list of blue/green deployments for the user.
|
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)
Contains a list of blue/green deployments for the user.
blueGreenDeployments - Contains a list of blue/green deployments for the user.DescribeBlueGreenDeploymentsResponse.Builder blueGreenDeployments(BlueGreenDeployment... blueGreenDeployments)
Contains a list of blue/green deployments for the user.
blueGreenDeployments - Contains a list of blue/green deployments for the user.DescribeBlueGreenDeploymentsResponse.Builder blueGreenDeployments(Consumer<BlueGreenDeployment.Builder>... blueGreenDeployments)
Contains a list of blue/green deployments for the user.
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.