public static interface ResourceDataSyncAwsOrganizationsSource.Builder extends SdkPojo, CopyableBuilder<ResourceDataSyncAwsOrganizationsSource.Builder,ResourceDataSyncAwsOrganizationsSource>
| Modifier and Type | Method and Description |
|---|---|
ResourceDataSyncAwsOrganizationsSource.Builder |
organizationalUnits(Collection<ResourceDataSyncOrganizationalUnit> organizationalUnits)
The Organizations organization units included in the sync.
|
ResourceDataSyncAwsOrganizationsSource.Builder |
organizationalUnits(Consumer<ResourceDataSyncOrganizationalUnit.Builder>... organizationalUnits)
The Organizations organization units included in the sync.
|
ResourceDataSyncAwsOrganizationsSource.Builder |
organizationalUnits(ResourceDataSyncOrganizationalUnit... organizationalUnits)
The Organizations organization units included in the sync.
|
ResourceDataSyncAwsOrganizationsSource.Builder |
organizationSourceType(String organizationSourceType)
If an Amazon Web Services organization is present, this is either
OrganizationalUnits or
EntireOrganization. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildResourceDataSyncAwsOrganizationsSource.Builder organizationSourceType(String organizationSourceType)
If an Amazon Web Services organization is present, this is either OrganizationalUnits or
EntireOrganization. For OrganizationalUnits, the data is aggregated from a set of
organization units. For EntireOrganization, the data is aggregated from the entire Amazon Web
Services organization.
organizationSourceType - If an Amazon Web Services organization is present, this is either OrganizationalUnits or
EntireOrganization. For OrganizationalUnits, the data is aggregated from a
set of organization units. For EntireOrganization, the data is aggregated from the entire
Amazon Web Services organization.ResourceDataSyncAwsOrganizationsSource.Builder organizationalUnits(Collection<ResourceDataSyncOrganizationalUnit> organizationalUnits)
The Organizations organization units included in the sync.
organizationalUnits - The Organizations organization units included in the sync.ResourceDataSyncAwsOrganizationsSource.Builder organizationalUnits(ResourceDataSyncOrganizationalUnit... organizationalUnits)
The Organizations organization units included in the sync.
organizationalUnits - The Organizations organization units included in the sync.ResourceDataSyncAwsOrganizationsSource.Builder organizationalUnits(Consumer<ResourceDataSyncOrganizationalUnit.Builder>... organizationalUnits)
The Organizations organization units included in the sync.
This is a convenience that creates an instance of the.Builder avoiding the need to create one manually via #builder() .
When the Consumer completes, List.Builder#build() is
called immediately and its result is passed to #organizationalUnits(List) .organizationalUnits - a consumer that will call methods on List.Builder #organizationalUnits(List) Copyright © 2021. All rights reserved.