Uses of Interface
software.amazon.awssdk.services.ssm.model.ResourceDataSyncSource.Builder
Packages that use ResourceDataSyncSource.Builder
-
Uses of ResourceDataSyncSource.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return ResourceDataSyncSource.BuilderModifier and TypeMethodDescriptiondefault ResourceDataSyncSource.BuilderResourceDataSyncSource.Builder.awsOrganizationsSource(Consumer<ResourceDataSyncAwsOrganizationsSource.Builder> awsOrganizationsSource) Information about theAwsOrganizationsSourceresource data sync source.ResourceDataSyncSource.Builder.awsOrganizationsSource(ResourceDataSyncAwsOrganizationsSource awsOrganizationsSource) Information about theAwsOrganizationsSourceresource data sync source.ResourceDataSyncSource.builder()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 Amazon Web Services Regions for all Amazon Web Services accounts in your organization (or in the selected organization units).ResourceDataSyncSource.Builder.includeFutureRegions(Boolean includeFutureRegions) Whether to automatically synchronize and aggregate data from new Amazon Web Services Regions when those Regions come online.ResourceDataSyncSource.Builder.sourceRegions(String... sourceRegions) TheSyncSourceAmazon Web Services Regions included in the resource data sync.ResourceDataSyncSource.Builder.sourceRegions(Collection<String> sourceRegions) TheSyncSourceAmazon Web Services Regions included in the resource data sync.ResourceDataSyncSource.Builder.sourceType(String sourceType) The type of data source for the resource data sync.ResourceDataSyncSource.toBuilder()Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type ResourceDataSyncSource.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ResourceDataSyncSource.Builder>ResourceDataSyncSource.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type ResourceDataSyncSource.BuilderModifier and TypeMethodDescriptionCreateResourceDataSyncRequest.Builder.syncSource(Consumer<ResourceDataSyncSource.Builder> syncSource) Specify information about the data sources to synchronize.UpdateResourceDataSyncRequest.Builder.syncSource(Consumer<ResourceDataSyncSource.Builder> syncSource) Specify information about the data sources to synchronize.