Interface ListOrganizationalUnitsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListOrganizationalUnitsResponse.Builder,
,ListOrganizationalUnitsResponse> NotificationsResponse.Builder
,SdkBuilder<ListOrganizationalUnitsResponse.Builder,
,ListOrganizationalUnitsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListOrganizationalUnitsResponse
@Mutable
@NotThreadSafe
public static interface ListOrganizationalUnitsResponse.Builder
extends NotificationsResponse.Builder, SdkPojo, CopyableBuilder<ListOrganizationalUnitsResponse.Builder,ListOrganizationalUnitsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe token to use for the next page of results.organizationalUnits
(String... organizationalUnits) The list of organizational units that match the specified criteria.organizationalUnits
(Collection<String> organizationalUnits) The list of organizational units that match the specified criteria.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.notifications.model.NotificationsResponse.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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
organizationalUnits
The list of organizational units that match the specified criteria.
- Parameters:
organizationalUnits
- The list of organizational units that match the specified criteria.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
organizationalUnits
The list of organizational units that match the specified criteria.
- Parameters:
organizationalUnits
- The list of organizational units that match the specified criteria.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
The token to use for the next page of results. If there are no additional results, this value is null.
- Parameters:
nextToken
- The token to use for the next page of results. If there are no additional results, this value is null.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-