public static interface ResourceDataSyncSource.Builder extends SdkPojo, CopyableBuilder<ResourceDataSyncSource.Builder,ResourceDataSyncSource>
Modifier and Type | Method and Description |
---|---|
default ResourceDataSyncSource.Builder |
awsOrganizationsSource(Consumer<ResourceDataSyncAwsOrganizationsSource.Builder> awsOrganizationsSource)
Information about the AwsOrganizationsSource resource data sync source.
|
ResourceDataSyncSource.Builder |
awsOrganizationsSource(ResourceDataSyncAwsOrganizationsSource awsOrganizationsSource)
Information about the AwsOrganizationsSource resource data sync source.
|
ResourceDataSyncSource.Builder |
includeFutureRegions(Boolean includeFutureRegions)
Whether to automatically synchronize and aggregate data from new AWS Regions when those Regions come online.
|
ResourceDataSyncSource.Builder |
sourceRegions(Collection<String> sourceRegions)
The
SyncSource AWS Regions included in the resource data sync. |
ResourceDataSyncSource.Builder |
sourceRegions(String... sourceRegions)
The
SyncSource AWS Regions included in the resource data sync. |
ResourceDataSyncSource.Builder |
sourceType(String sourceType)
The type of data source for the resource data sync.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
ResourceDataSyncSource.Builder sourceType(String sourceType)
The type of data source for the resource data sync. SourceType
is either
AwsOrganizations
(if an organization is present in AWS Organizations) or
singleAccountMultiRegions
.
sourceType
- The type of data source for the resource data sync. SourceType
is either
AwsOrganizations
(if an organization is present in AWS Organizations) or
singleAccountMultiRegions
.ResourceDataSyncSource.Builder awsOrganizationsSource(ResourceDataSyncAwsOrganizationsSource awsOrganizationsSource)
Information about the AwsOrganizationsSource resource data sync source. A sync source of this type can synchronize data from AWS Organizations.
awsOrganizationsSource
- Information about the AwsOrganizationsSource resource data sync source. A sync source of this type can
synchronize data from AWS Organizations.default ResourceDataSyncSource.Builder awsOrganizationsSource(Consumer<ResourceDataSyncAwsOrganizationsSource.Builder> awsOrganizationsSource)
Information about the AwsOrganizationsSource resource data sync source. A sync source of this type can synchronize data from AWS Organizations.
This is a convenience that creates an instance of theResourceDataSyncAwsOrganizationsSource.Builder
avoiding the need to create one manually via ResourceDataSyncAwsOrganizationsSource.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called
immediately and its result is passed to
awsOrganizationsSource(ResourceDataSyncAwsOrganizationsSource)
.awsOrganizationsSource
- a consumer that will call methods on ResourceDataSyncAwsOrganizationsSource.Builder
awsOrganizationsSource(ResourceDataSyncAwsOrganizationsSource)
ResourceDataSyncSource.Builder sourceRegions(Collection<String> sourceRegions)
The SyncSource
AWS Regions included in the resource data sync.
sourceRegions
- The SyncSource
AWS Regions included in the resource data sync.ResourceDataSyncSource.Builder sourceRegions(String... sourceRegions)
The SyncSource
AWS Regions included in the resource data sync.
sourceRegions
- The SyncSource
AWS Regions included in the resource data sync.ResourceDataSyncSource.Builder includeFutureRegions(Boolean includeFutureRegions)
Whether to automatically synchronize and aggregate data from new AWS Regions when those Regions come online.
includeFutureRegions
- Whether to automatically synchronize and aggregate data from new AWS Regions when those Regions come
online.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.