Interface DescribeDeploymentsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeDeploymentsRequest.Builder,DescribeDeploymentsRequest>,OpsWorksRequest.Builder,SdkBuilder<DescribeDeploymentsRequest.Builder,DescribeDeploymentsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeDeploymentsRequest
public static interface DescribeDeploymentsRequest.Builder extends OpsWorksRequest.Builder, SdkPojo, CopyableBuilder<DescribeDeploymentsRequest.Builder,DescribeDeploymentsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeDeploymentsRequest.BuilderappId(String appId)The app ID.DescribeDeploymentsRequest.BuilderdeploymentIds(String... deploymentIds)An array of deployment IDs to be described.DescribeDeploymentsRequest.BuilderdeploymentIds(Collection<String> deploymentIds)An array of deployment IDs to be described.DescribeDeploymentsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeDeploymentsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeDeploymentsRequest.BuilderstackId(String stackId)The stack ID.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.opsworks.model.OpsWorksRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
stackId
DescribeDeploymentsRequest.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.
- Parameters:
stackId- The stack ID. If you include this parameter, the command returns a description of the commands associated with the specified stack.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
appId
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.
- Parameters:
appId- The app ID. If you include this parameter, the command returns a description of the commands associated with the specified app.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deploymentIds
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deploymentIds
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeDeploymentsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeDeploymentsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-