public static interface ResourceDataSyncSourceWithState.Builder extends SdkPojo, CopyableBuilder<ResourceDataSyncSourceWithState.Builder,ResourceDataSyncSourceWithState>
| Modifier and Type | Method and Description |
|---|---|
default ResourceDataSyncSourceWithState.Builder |
awsOrganizationsSource(Consumer<ResourceDataSyncAwsOrganizationsSource.Builder> awsOrganizationsSource)
The field name in
SyncSource for the ResourceDataSyncAwsOrganizationsSource type. |
ResourceDataSyncSourceWithState.Builder |
awsOrganizationsSource(ResourceDataSyncAwsOrganizationsSource awsOrganizationsSource)
The field name in
SyncSource for the ResourceDataSyncAwsOrganizationsSource type. |
ResourceDataSyncSourceWithState.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).
|
ResourceDataSyncSourceWithState.Builder |
includeFutureRegions(Boolean includeFutureRegions)
Whether to automatically synchronize and aggregate data from new AWS Regions when those Regions come online.
|
ResourceDataSyncSourceWithState.Builder |
sourceRegions(Collection<String> sourceRegions)
The
SyncSource AWS Regions included in the resource data sync. |
ResourceDataSyncSourceWithState.Builder |
sourceRegions(String... sourceRegions)
The
SyncSource AWS Regions included in the resource data sync. |
ResourceDataSyncSourceWithState.Builder |
sourceType(String sourceType)
The type of data source for the resource data sync.
|
ResourceDataSyncSourceWithState.Builder |
state(String state)
The data type name for including resource data sync state.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildResourceDataSyncSourceWithState.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.ResourceDataSyncSourceWithState.Builder awsOrganizationsSource(ResourceDataSyncAwsOrganizationsSource awsOrganizationsSource)
The field name in SyncSource for the ResourceDataSyncAwsOrganizationsSource type.
awsOrganizationsSource - The field name in SyncSource for the ResourceDataSyncAwsOrganizationsSource
type.default ResourceDataSyncSourceWithState.Builder awsOrganizationsSource(Consumer<ResourceDataSyncAwsOrganizationsSource.Builder> awsOrganizationsSource)
The field name in SyncSource for the ResourceDataSyncAwsOrganizationsSource type.
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)ResourceDataSyncSourceWithState.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.ResourceDataSyncSourceWithState.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.ResourceDataSyncSourceWithState.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.ResourceDataSyncSourceWithState.Builder state(String state)
The data type name for including resource data sync state. There are four sync states:
OrganizationNotExists: Your organization doesn't exist.
NoPermissions: The system can't locate the service-linked role. This role is automatically
created when a user creates a resource data sync in Explorer.
InvalidOrganizationalUnit: You specified or selected an invalid unit in the resource data sync
configuration.
TrustedAccessDisabled: You disabled Systems Manager access in the organization in AWS
Organizations.
state - The data type name for including resource data sync state. There are four sync states:
OrganizationNotExists: Your organization doesn't exist.
NoPermissions: The system can't locate the service-linked role. This role is
automatically created when a user creates a resource data sync in Explorer.
InvalidOrganizationalUnit: You specified or selected an invalid unit in the resource data
sync configuration.
TrustedAccessDisabled: You disabled Systems Manager access in the organization in AWS
Organizations.
ResourceDataSyncSourceWithState.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.