Interface DescribeDeploymentsRequest.Builder

    • 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.