Interface DescribeBlueGreenDeploymentsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeBlueGreenDeploymentsResponse.Builder,
,DescribeBlueGreenDeploymentsResponse> RdsResponse.Builder
,SdkBuilder<DescribeBlueGreenDeploymentsResponse.Builder,
,DescribeBlueGreenDeploymentsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribeBlueGreenDeploymentsResponse
public static interface DescribeBlueGreenDeploymentsResponse.Builder
extends RdsResponse.Builder, SdkPojo, CopyableBuilder<DescribeBlueGreenDeploymentsResponse.Builder,DescribeBlueGreenDeploymentsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionblueGreenDeployments
(Collection<BlueGreenDeployment> blueGreenDeployments) A list of blue/green deployments in the current account and Amazon Web Services Region.blueGreenDeployments
(Consumer<BlueGreenDeployment.Builder>... blueGreenDeployments) A list of blue/green deployments in the current account and Amazon Web Services Region.blueGreenDeployments
(BlueGreenDeployment... blueGreenDeployments) A list of blue/green deployments in the current account and Amazon Web Services Region.A pagination token that can be used in a laterDescribeBlueGreenDeployments
request.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.rds.model.RdsResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
blueGreenDeployments
DescribeBlueGreenDeploymentsResponse.Builder blueGreenDeployments(Collection<BlueGreenDeployment> blueGreenDeployments) A list of blue/green deployments in the current account and Amazon Web Services Region.
- Parameters:
blueGreenDeployments
- A list of blue/green deployments in the current account and Amazon Web Services Region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
blueGreenDeployments
DescribeBlueGreenDeploymentsResponse.Builder blueGreenDeployments(BlueGreenDeployment... blueGreenDeployments) A list of blue/green deployments in the current account and Amazon Web Services Region.
- Parameters:
blueGreenDeployments
- A list of blue/green deployments in the current account and Amazon Web Services Region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
blueGreenDeployments
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 viaBlueGreenDeployment.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toblueGreenDeployments(List<BlueGreenDeployment>)
.- Parameters:
blueGreenDeployments
- a consumer that will call methods onBlueGreenDeployment.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
marker
A pagination token that can be used in a later
DescribeBlueGreenDeployments
request.- Parameters:
marker
- A pagination token that can be used in a laterDescribeBlueGreenDeployments
request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-