Interface ListNodesRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<ListNodesRequest.Builder,ListNodesRequest>, PanoramaRequest.Builder, SdkBuilder<ListNodesRequest.Builder,ListNodesRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
ListNodesRequest

public static interface ListNodesRequest.Builder extends PanoramaRequest.Builder, SdkPojo, CopyableBuilder<ListNodesRequest.Builder,ListNodesRequest>
  • Method Details

    • category

      ListNodesRequest.Builder category(String category)

      Search for nodes by category.

      Parameters:
      category - Search for nodes by category.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • category

      Search for nodes by category.

      Parameters:
      category - Search for nodes by category.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • maxResults

      ListNodesRequest.Builder maxResults(Integer maxResults)

      The maximum number of nodes to return in one page of results.

      Parameters:
      maxResults - The maximum number of nodes to return in one page of results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      ListNodesRequest.Builder nextToken(String nextToken)

      Specify the pagination token from a previous request to retrieve the next page of results.

      Parameters:
      nextToken - Specify the pagination token from a previous request to retrieve the next page of results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ownerAccount

      ListNodesRequest.Builder ownerAccount(String ownerAccount)

      Search for nodes by the account ID of the nodes' owner.

      Parameters:
      ownerAccount - Search for nodes by the account ID of the nodes' owner.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • packageName

      ListNodesRequest.Builder packageName(String packageName)

      Search for nodes by name.

      Parameters:
      packageName - Search for nodes by name.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • packageVersion

      ListNodesRequest.Builder packageVersion(String packageVersion)

      Search for nodes by version.

      Parameters:
      packageVersion - Search for nodes by version.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • patchVersion

      ListNodesRequest.Builder patchVersion(String patchVersion)

      Search for nodes by patch version.

      Parameters:
      patchVersion - Search for nodes by patch version.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      ListNodesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.