Class CreateResourceDataSyncRequest
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<CreateResourceDataSyncRequest.Builder,CreateResourceDataSyncRequest>
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()Amazon S3 configuration details for the sync.static Class<? extends CreateResourceDataSyncRequest.Builder>final StringsyncName()A name for the configuration.final ResourceDataSyncSourceSpecify information about the data sources to synchronize.final StringsyncType()SpecifySyncToDestinationto create a resource data sync that synchronizes data to an S3 bucket for Inventory.final StringtoString()Returns a string representation of this object.Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfigurationMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
syncName
A name for the configuration.
- Returns:
- A name for the configuration.
-
s3Destination
Amazon S3 configuration details for the sync. This parameter is required if the
SyncTypevalue is SyncToDestination.- Returns:
- Amazon S3 configuration details for the sync. This parameter is required if the
SyncTypevalue is SyncToDestination.
-
syncType
Specify
SyncToDestinationto create a resource data sync that synchronizes data to an S3 bucket for Inventory. If you specifySyncToDestination, you must provide a value forS3Destination. SpecifySyncFromSourceto synchronize data from a single account and multiple Regions, or multiple Amazon Web Services accounts and Amazon Web Services Regions, as listed in Organizations for Explorer. If you specifySyncFromSource, you must provide a value forSyncSource. The default value isSyncToDestination.- Returns:
- Specify
SyncToDestinationto create a resource data sync that synchronizes data to an S3 bucket for Inventory. If you specifySyncToDestination, you must provide a value forS3Destination. SpecifySyncFromSourceto synchronize data from a single account and multiple Regions, or multiple Amazon Web Services accounts and Amazon Web Services Regions, as listed in Organizations for Explorer. If you specifySyncFromSource, you must provide a value forSyncSource. The default value isSyncToDestination.
-
syncSource
Specify information about the data sources to synchronize. This parameter is required if the
SyncTypevalue is SyncFromSource.- Returns:
- Specify information about the data sources to synchronize. This parameter is required if the
SyncTypevalue is SyncFromSource.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<CreateResourceDataSyncRequest.Builder,CreateResourceDataSyncRequest> - Specified by:
toBuilderin classSsmRequest
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode()- Overrides:
hashCodein classAwsRequest
-
equals
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-