Interface ListOnPremisesInstancesResponse.Builder

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

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

    • instanceNames

      The list of matching on-premises instance names.

      Parameters:
      instanceNames - The list of matching on-premises instance names.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • instanceNames

      ListOnPremisesInstancesResponse.Builder instanceNames(String... instanceNames)

      The list of matching on-premises instance names.

      Parameters:
      instanceNames - The list of matching on-premises instance 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 on-premises instances call to return the next set of on-premises instances 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 on-premises instances call to return the next set of on-premises instances in the list.
      Returns:
      Returns a reference to this object so that method calls can be chained together.