| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm.model |
| Modifier and Type | Method and Description |
|---|---|
default ResourceDataSyncSourceWithState.Builder |
ResourceDataSyncSourceWithState.Builder.awsOrganizationsSource(Consumer<ResourceDataSyncAwsOrganizationsSource.Builder> awsOrganizationsSource)
The field name in
SyncSource for the ResourceDataSyncAwsOrganizationsSource type. |
ResourceDataSyncSourceWithState.Builder |
ResourceDataSyncSourceWithState.Builder.awsOrganizationsSource(ResourceDataSyncAwsOrganizationsSource awsOrganizationsSource)
The field name in
SyncSource for the ResourceDataSyncAwsOrganizationsSource type. |
static ResourceDataSyncSourceWithState.Builder |
ResourceDataSyncSourceWithState.builder() |
ResourceDataSyncSourceWithState.Builder |
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 |
ResourceDataSyncSourceWithState.Builder.includeFutureRegions(Boolean includeFutureRegions)
Whether to automatically synchronize and aggregate data from new AWS Regions when those Regions come online.
|
ResourceDataSyncSourceWithState.Builder |
ResourceDataSyncSourceWithState.Builder.sourceRegions(Collection<String> sourceRegions)
The
SyncSource AWS Regions included in the resource data sync. |
ResourceDataSyncSourceWithState.Builder |
ResourceDataSyncSourceWithState.Builder.sourceRegions(String... sourceRegions)
The
SyncSource AWS Regions included in the resource data sync. |
ResourceDataSyncSourceWithState.Builder |
ResourceDataSyncSourceWithState.Builder.sourceType(String sourceType)
The type of data source for the resource data sync.
|
ResourceDataSyncSourceWithState.Builder |
ResourceDataSyncSourceWithState.Builder.state(String state)
The data type name for including resource data sync state.
|
ResourceDataSyncSourceWithState.Builder |
ResourceDataSyncSourceWithState.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ResourceDataSyncSourceWithState.Builder> |
ResourceDataSyncSourceWithState.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ResourceDataSyncItem.Builder |
ResourceDataSyncItem.Builder.syncSource(Consumer<ResourceDataSyncSourceWithState.Builder> syncSource)
Information about the source where the data was synchronized.
|
Copyright © 2021. All rights reserved.