@Stability(value=Stable) public static final class CfnResourceDataSync.AwsOrganizationsSourceProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnResourceDataSync.AwsOrganizationsSourceProperty>
CfnResourceDataSync.AwsOrganizationsSourceProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnResourceDataSync.AwsOrganizationsSourceProperty |
build()
Builds the configured instance.
|
CfnResourceDataSync.AwsOrganizationsSourceProperty.Builder |
organizationalUnits(List<String> organizationalUnits)
|
CfnResourceDataSync.AwsOrganizationsSourceProperty.Builder |
organizationSourceType(String organizationSourceType)
|
@Stability(value=Stable) public CfnResourceDataSync.AwsOrganizationsSourceProperty.Builder organizationSourceType(String organizationSourceType)
organizationSourceType - If an AWS organization is present, this is either `OrganizationalUnits` or `EntireOrganization` . This parameter is required.
For OrganizationalUnits , the data is aggregated from a set of organization units. For EntireOrganization , the data is aggregated from the entire AWS organization.this@Stability(value=Stable) public CfnResourceDataSync.AwsOrganizationsSourceProperty.Builder organizationalUnits(List<String> organizationalUnits)
organizationalUnits - The AWS Organizations organization units included in the sync.this@Stability(value=Stable) public CfnResourceDataSync.AwsOrganizationsSourceProperty build()
build in interface software.amazon.jsii.Builder<CfnResourceDataSync.AwsOrganizationsSourceProperty>CfnResourceDataSync.AwsOrganizationsSourcePropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.