Interface DescribeBlueGreenDeploymentsResponse.Builder

    • Method Detail

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

        DescribeBlueGreenDeploymentsResponse.Builder marker​(String marker)

        A pagination token that can be used in a later DescribeBlueGreenDeployments request.

        Parameters:
        marker - A pagination token that can be used in a later DescribeBlueGreenDeployments request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.