Interface BatchListObjectChildrenResponse.Builder

All Superinterfaces:
Buildable, CopyableBuilder<BatchListObjectChildrenResponse.Builder,BatchListObjectChildrenResponse>, SdkBuilder<BatchListObjectChildrenResponse.Builder,BatchListObjectChildrenResponse>, SdkPojo
Enclosing class:
BatchListObjectChildrenResponse

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

    • children

      The children structure, which is a map with the key as the LinkName and ObjectIdentifier as the value.

      Parameters:
      children - The children structure, which is a map with the key as the LinkName and ObjectIdentifier as the value.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      The pagination token.

      Parameters:
      nextToken - The pagination token.
      Returns:
      Returns a reference to this object so that method calls can be chained together.