Interface ListObjectChildrenResponse.Builder

    • Method Detail

      • children

        ListObjectChildrenResponse.Builder children​(Map<String,​String> children)

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

        Parameters:
        children - Children structure, which is a map with 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

        ListObjectChildrenResponse.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.