Interface ListDeploymentConfigsResponse.Builder

    • Method Detail

      • deploymentConfigsList

        ListDeploymentConfigsResponse.Builder deploymentConfigsList​(Collection<String> deploymentConfigsList)

        A list of deployment configurations, including built-in configurations such as CodeDeployDefault.OneAtATime.

        Parameters:
        deploymentConfigsList - A list of deployment configurations, including built-in configurations such as CodeDeployDefault.OneAtATime.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • deploymentConfigsList

        ListDeploymentConfigsResponse.Builder deploymentConfigsList​(String... deploymentConfigsList)

        A list of deployment configurations, including built-in configurations such as CodeDeployDefault.OneAtATime.

        Parameters:
        deploymentConfigsList - A list of deployment configurations, including built-in configurations such as CodeDeployDefault.OneAtATime.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListDeploymentConfigsResponse.Builder nextToken​(String nextToken)

        If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment configurations call to return the next set of deployment configurations in the list.

        Parameters:
        nextToken - If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment configurations call to return the next set of deployment configurations in the list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.