Interface ListDeploymentsResponse.Builder

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

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

    • deployments

      A list of deployment IDs.

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

      ListDeploymentsResponse.Builder deployments(String... deployments)

      A list of deployment IDs.

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