@Stability(value=Stable) public static final class CfnResourceDataSync.SyncSourceProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnResourceDataSync.SyncSourceProperty>
CfnResourceDataSync.SyncSourceProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnResourceDataSync.SyncSourceProperty.Builder sourceRegions(List<String> sourceRegions)
CfnResourceDataSync.SyncSourceProperty.getSourceRegions()sourceRegions - The `SyncSource` AWS Regions included in the resource data sync. This parameter is required.this@Stability(value=Stable) public CfnResourceDataSync.SyncSourceProperty.Builder sourceType(String sourceType)
CfnResourceDataSync.SyncSourceProperty.getSourceType()sourceType - The type of data source for the resource data sync. This parameter is required.
SourceType is either AwsOrganizations (if an organization is present in AWS Organizations ) or SingleAccountMultiRegions .this@Stability(value=Stable) public CfnResourceDataSync.SyncSourceProperty.Builder awsOrganizationsSource(IResolvable awsOrganizationsSource)
CfnResourceDataSync.SyncSourceProperty.getAwsOrganizationsSource()awsOrganizationsSource - Information about the AwsOrganizationsSource resource data sync source.
A sync source of this type can synchronize data from AWS Organizations .this@Stability(value=Stable) public CfnResourceDataSync.SyncSourceProperty.Builder awsOrganizationsSource(CfnResourceDataSync.AwsOrganizationsSourceProperty awsOrganizationsSource)
CfnResourceDataSync.SyncSourceProperty.getAwsOrganizationsSource()awsOrganizationsSource - Information about the AwsOrganizationsSource resource data sync source.
A sync source of this type can synchronize data from AWS Organizations .this@Stability(value=Stable) public CfnResourceDataSync.SyncSourceProperty.Builder includeFutureRegions(Boolean includeFutureRegions)
CfnResourceDataSync.SyncSourceProperty.getIncludeFutureRegions()includeFutureRegions - Whether to automatically synchronize and aggregate data from new AWS Regions when those Regions come online.this@Stability(value=Stable) public CfnResourceDataSync.SyncSourceProperty.Builder includeFutureRegions(IResolvable includeFutureRegions)
CfnResourceDataSync.SyncSourceProperty.getIncludeFutureRegions()includeFutureRegions - Whether to automatically synchronize and aggregate data from new AWS Regions when those Regions come online.this@Stability(value=Stable) public CfnResourceDataSync.SyncSourceProperty build()
build in interface software.amazon.jsii.Builder<CfnResourceDataSync.SyncSourceProperty>CfnResourceDataSync.SyncSourcePropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.