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 |
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.
Copyright © 2019. All rights reserved.