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 method that creates an instance of theResourceDataSyncOrganizationalUnit.Builder avoiding the
need to create one manually via
ResourceDataSyncOrganizationalUnit.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #organizationalUnits(List.
organizationalUnits - a consumer that will call methods on
ResourceDataSyncOrganizationalUnit.Builder#organizationalUnits(java.util.Collection) Copyright © 2022. All rights reserved.