Uses of Interface
software.amazon.awssdk.services.ssm.model.ResourceDataSyncSourceWithState.Builder
Packages that use ResourceDataSyncSourceWithState.Builder
-
Uses of ResourceDataSyncSourceWithState.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return ResourceDataSyncSourceWithState.BuilderModifier and TypeMethodDescriptionResourceDataSyncSourceWithState.Builder.awsOrganizationsSource(Consumer<ResourceDataSyncAwsOrganizationsSource.Builder> awsOrganizationsSource) The field name inSyncSourcefor theResourceDataSyncAwsOrganizationsSourcetype.ResourceDataSyncSourceWithState.Builder.awsOrganizationsSource(ResourceDataSyncAwsOrganizationsSource awsOrganizationsSource) The field name inSyncSourcefor theResourceDataSyncAwsOrganizationsSourcetype.ResourceDataSyncSourceWithState.builder()ResourceDataSyncSourceWithState.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).ResourceDataSyncSourceWithState.Builder.includeFutureRegions(Boolean includeFutureRegions) Whether to automatically synchronize and aggregate data from new Amazon Web Services Regions when those Regions come online.ResourceDataSyncSourceWithState.Builder.sourceRegions(String... sourceRegions) TheSyncSourceAmazon Web Services Regions included in the resource data sync.ResourceDataSyncSourceWithState.Builder.sourceRegions(Collection<String> sourceRegions) TheSyncSourceAmazon Web Services Regions included in the resource data sync.ResourceDataSyncSourceWithState.Builder.sourceType(String sourceType) The type of data source for the resource data sync.The data type name for including resource data sync state.ResourceDataSyncSourceWithState.toBuilder()Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type ResourceDataSyncSourceWithState.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ResourceDataSyncSourceWithState.Builder>ResourceDataSyncSourceWithState.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type ResourceDataSyncSourceWithState.BuilderModifier and TypeMethodDescriptiondefault ResourceDataSyncItem.BuilderResourceDataSyncItem.Builder.syncSource(Consumer<ResourceDataSyncSourceWithState.Builder> syncSource) Information about the source where the data was synchronized.