Interface BatchListObjectChildrenResponse.Builder

    • Method Detail

      • children

        BatchListObjectChildrenResponse.Builder children​(Map<String,​String> 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

        BatchListObjectChildrenResponse.Builder nextToken​(String nextToken)

        The pagination token.

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