public static interface DescribeDeploymentsRequest.Builder extends OpsWorksRequest.Builder, SdkPojo, CopyableBuilder<DescribeDeploymentsRequest.Builder,DescribeDeploymentsRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeDeploymentsRequest.Builder |
appId(String appId)
The app ID.
|
DescribeDeploymentsRequest.Builder |
deploymentIds(Collection<String> deploymentIds)
An array of deployment IDs to be described.
|
DescribeDeploymentsRequest.Builder |
deploymentIds(String... deploymentIds)
An array of deployment IDs to be described.
|
DescribeDeploymentsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DescribeDeploymentsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
DescribeDeploymentsRequest.Builder |
stackId(String stackId)
The stack ID.
|
buildoverrideConfigurationcopyapplyMutation, buildDescribeDeploymentsRequest.Builder stackId(String stackId)
The stack ID. If you include this parameter, the command returns a description of the commands associated with the specified stack.
stackId - The stack ID. If you include this parameter, the command returns a description of the commands
associated with the specified stack.DescribeDeploymentsRequest.Builder appId(String appId)
The app ID. If you include this parameter, the command returns a description of the commands associated with the specified app.
appId - The app ID. If you include this parameter, the command returns a description of the commands
associated with the specified app.DescribeDeploymentsRequest.Builder deploymentIds(Collection<String> deploymentIds)
An array of deployment IDs to be described. If you include this parameter, the command returns a description of the specified deployments. Otherwise, it returns a description of every deployment.
deploymentIds - An array of deployment IDs to be described. If you include this parameter, the command returns a
description of the specified deployments. Otherwise, it returns a description of every deployment.DescribeDeploymentsRequest.Builder deploymentIds(String... deploymentIds)
An array of deployment IDs to be described. If you include this parameter, the command returns a description of the specified deployments. Otherwise, it returns a description of every deployment.
deploymentIds - An array of deployment IDs to be described. If you include this parameter, the command returns a
description of the specified deployments. Otherwise, it returns a description of every deployment.DescribeDeploymentsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.DescribeDeploymentsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.