Interface ListDeploymentConfigsResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CodeDeployResponse.Builder, CopyableBuilder<ListDeploymentConfigsResponse.Builder,ListDeploymentConfigsResponse>, SdkBuilder<ListDeploymentConfigsResponse.Builder,ListDeploymentConfigsResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
ListDeploymentConfigsResponse

public static interface ListDeploymentConfigsResponse.Builder extends CodeDeployResponse.Builder, SdkPojo, CopyableBuilder<ListDeploymentConfigsResponse.Builder,ListDeploymentConfigsResponse>
  • Method Details

    • 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

      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.