Interface ListDeploymentGroupsResponse.Builder

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

public static interface ListDeploymentGroupsResponse.Builder extends CodeDeployResponse.Builder, SdkPojo, CopyableBuilder<ListDeploymentGroupsResponse.Builder,ListDeploymentGroupsResponse>
  • 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.