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 Details

    • 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

      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)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.