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 |
enableAllOpsDataSources(Boolean enableAllOpsDataSources)
When you create a resource data sync, if you choose one of the Organizations options, then Systems Manager
automatically enables all OpsData sources in the selected Regions for all accounts in your organization (or
in the selected organization units).
|
ResourceDataSyncSource.Builder |
includeFutureRegions(Boolean includeFutureRegions)
Whether to automatically synchronize and aggregate data from new Regions when those Regions come online.
|
ResourceDataSyncSource.Builder |
sourceRegions(Collection<String> sourceRegions)
The
SyncSource Regions included in the resource data sync. |
ResourceDataSyncSource.Builder |
sourceRegions(String... sourceRegions)
The
SyncSource Regions included in the resource data sync. |
ResourceDataSyncSource.Builder |
sourceType(String sourceType)
The type of data source for the resource data sync.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildResourceDataSyncSource.Builder sourceType(String sourceType)
The type of data source for the resource data sync. SourceType is either
AwsOrganizations (if an organization is present in Organizations) or
SingleAccountMultiRegions.
sourceType - The type of data source for the resource data sync. SourceType is either
AwsOrganizations (if an organization is present in 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 Organizations.
awsOrganizationsSource - Information about the AwsOrganizationsSource resource data sync source. A sync source of
this type can synchronize data from 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 Organizations.
ResourceDataSyncAwsOrganizationsSource.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.BuilderawsOrganizationsSource(ResourceDataSyncAwsOrganizationsSource)ResourceDataSyncSource.Builder sourceRegions(Collection<String> sourceRegions)
The SyncSource Regions included in the resource data sync.
sourceRegions - The SyncSource Regions included in the resource data sync.ResourceDataSyncSource.Builder sourceRegions(String... sourceRegions)
The SyncSource Regions included in the resource data sync.
sourceRegions - The SyncSource Regions included in the resource data sync.ResourceDataSyncSource.Builder includeFutureRegions(Boolean includeFutureRegions)
Whether to automatically synchronize and aggregate data from new Regions when those Regions come online.
includeFutureRegions - Whether to automatically synchronize and aggregate data from new Regions when those Regions come
online.ResourceDataSyncSource.Builder enableAllOpsDataSources(Boolean enableAllOpsDataSources)
When you create a resource data sync, if you choose one of the Organizations options, then Systems Manager automatically enables all OpsData sources in the selected Regions for all accounts in your organization (or in the selected organization units). For more information, see About multiple account and Region resource data syncs in the Amazon Web Services Systems Manager User Guide.
enableAllOpsDataSources - When you create a resource data sync, if you choose one of the Organizations options, then Systems
Manager automatically enables all OpsData sources in the selected Regions for all accounts in your
organization (or in the selected organization units). For more information, see About multiple account and Region resource data syncs in the Amazon Web Services Systems
Manager User Guide.Copyright © 2021. All rights reserved.