Interface ListChildrenResponse.Builder

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

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

    • children

      The list of children of the specified parent container.

      Parameters:
      children - The list of children of the specified parent container.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • children

      ListChildrenResponse.Builder children(Child... children)

      The list of children of the specified parent container.

      Parameters:
      children - The list of children of the specified parent container.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • children

      The list of children of the specified parent container.

      This is a convenience method that creates an instance of the Child.Builder avoiding the need to create one manually via Child.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to children(List<Child>).

      Parameters:
      children - a consumer that will call methods on Child.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • nextToken

      ListChildrenResponse.Builder nextToken(String nextToken)

      If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

      Parameters:
      nextToken - If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.
      Returns:
      Returns a reference to this object so that method calls can be chained together.