Interface ListDeploymentGroupsResponse.Builder

    • Method Detail

      • 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

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