Interface ListParentsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListParentsResponse.Builder,
,ListParentsResponse> OrganizationsResponse.Builder
,SdkBuilder<ListParentsResponse.Builder,
,ListParentsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListParentsResponse
public static interface ListParentsResponse.Builder
extends OrganizationsResponse.Builder, SdkPojo, CopyableBuilder<ListParentsResponse.Builder,ListParentsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionIf present, indicates that more output is available than is included in the current response.parents
(Collection<Parent> parents) A list of parents for the specified child account or OU.parents
(Consumer<Parent.Builder>... parents) A list of parents for the specified child account or OU.A list of parents for the specified child account or OU.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.organizations.model.OrganizationsResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
parents
A list of parents for the specified child account or OU.
- Parameters:
parents
- A list of parents for the specified child account or OU.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
parents
A list of parents for the specified child account or OU.
- Parameters:
parents
- A list of parents for the specified child account or OU.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
parents
A list of parents for the specified child account or OU.
This is a convenience method that creates an instance of theParent.Builder
avoiding the need to create one manually viaParent.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toparents(List<Parent>)
.- Parameters:
parents
- a consumer that will call methods onParent.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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 theNextToken
response element comes back asnull
.- Parameters:
nextToken
- If present, indicates that more output is available than is included in the current response. Use this value in theNextToken
request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until theNextToken
response element comes back asnull
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-