Interface ListDeploymentGroupsResponse.Builder

  • Method Details

    • applicationName

      ListDeploymentGroupsResponse.Builder applicationName(String applicationName)

      The application name.

      Parameters:
      applicationName - The application name.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • deploymentGroups

      ListDeploymentGroupsResponse.Builder deploymentGroups(Collection<String> deploymentGroups)

      A list of deployment group names.

      Parameters:
      deploymentGroups - A list of deployment group names.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • deploymentGroups

      ListDeploymentGroupsResponse.Builder deploymentGroups(String... deploymentGroups)

      A list of deployment group names.

      Parameters:
      deploymentGroups - A list of deployment group names.
      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 groups call to return the next set of deployment groups 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 groups call to return the next set of deployment groups in the list.
      Returns:
      Returns a reference to this object so that method calls can be chained together.