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 AWS Organizations options, then Systems
Manager automatically enables all OpsData sources in the selected AWS Regions for all AWS accounts in your
organization (or in the selected organization units).
|
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, 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 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.BuilderawsOrganizationsSource(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.ResourceDataSyncSource.Builder enableAllOpsDataSources(Boolean enableAllOpsDataSources)
When you create a resource data sync, if you choose one of the AWS Organizations options, then Systems Manager automatically enables all OpsData sources in the selected AWS Regions for all AWS accounts in your organization (or in the selected organization units). For more information, see About multiple account and Region resource data syncs in the AWS Systems Manager User Guide.
enableAllOpsDataSources - When you create a resource data sync, if you choose one of the AWS Organizations options, then Systems
Manager automatically enables all OpsData sources in the selected AWS Regions for all AWS accounts in
your organization (or in the selected organization units). For more information, see About multiple account and Region resource data syncs in the AWS Systems Manager User
Guide.Copyright © 2021. All rights reserved.