Interface ListDeploymentTargetsResponse.Builder

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

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

    • targetIds

      The unique IDs of deployment targets.

      Parameters:
      targetIds - The unique IDs of deployment targets.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • targetIds

      The unique IDs of deployment targets.

      Parameters:
      targetIds - The unique IDs of deployment targets.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      If a large amount of information is returned, a token identifier is also returned. It can be used in a subsequent ListDeploymentTargets call to return the next set of deployment targets in the list.

      Parameters:
      nextToken - If a large amount of information is returned, a token identifier is also returned. It can be used in a subsequent ListDeploymentTargets call to return the next set of deployment targets in the list.
      Returns:
      Returns a reference to this object so that method calls can be chained together.