Interface ListOrganizationalUnitsForParentResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListOrganizationalUnitsForParentResponse.Builder,
,ListOrganizationalUnitsForParentResponse> OrganizationsResponse.Builder
,SdkBuilder<ListOrganizationalUnitsForParentResponse.Builder,
,ListOrganizationalUnitsForParentResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListOrganizationalUnitsForParentResponse
public static interface ListOrganizationalUnitsForParentResponse.Builder
extends OrganizationsResponse.Builder, SdkPojo, CopyableBuilder<ListOrganizationalUnitsForParentResponse.Builder,ListOrganizationalUnitsForParentResponse>
-
Method Summary
Modifier and TypeMethodDescriptionIf present, indicates that more output is available than is included in the current response.organizationalUnits
(Collection<OrganizationalUnit> organizationalUnits) A list of the OUs in the specified root or parent OU.organizationalUnits
(Consumer<OrganizationalUnit.Builder>... organizationalUnits) A list of the OUs in the specified root or parent OU.organizationalUnits
(OrganizationalUnit... organizationalUnits) A list of the OUs in the specified root or parent 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
-
organizationalUnits
ListOrganizationalUnitsForParentResponse.Builder organizationalUnits(Collection<OrganizationalUnit> organizationalUnits) A list of the OUs in the specified root or parent OU.
- Parameters:
organizationalUnits
- A list of the OUs in the specified root or parent OU.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
organizationalUnits
ListOrganizationalUnitsForParentResponse.Builder organizationalUnits(OrganizationalUnit... organizationalUnits) A list of the OUs in the specified root or parent OU.
- Parameters:
organizationalUnits
- A list of the OUs in the specified root or parent OU.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
organizationalUnits
ListOrganizationalUnitsForParentResponse.Builder organizationalUnits(Consumer<OrganizationalUnit.Builder>... organizationalUnits) A list of the OUs in the specified root or parent OU.
This is a convenience method that creates an instance of theOrganizationalUnit.Builder
avoiding the need to create one manually viaOrganizationalUnit.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toorganizationalUnits(List<OrganizationalUnit>)
.- Parameters:
organizationalUnits
- a consumer that will call methods onOrganizationalUnit.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.
-