Class ResourceDataSyncItem
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ResourceDataSyncItem.Builder,ResourceDataSyncItem>
Information about a resource data sync configuration, including its current status and last successful sync.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic ResourceDataSyncItem.Builderbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()The status reported by the last sync.final StringThe status reported by the last sync.final InstantThe last time the sync operations returned a status ofSUCCESSFUL(UTC).final StringThe status message details reported by the last sync.final InstantThe last time the configuration attempted to sync (UTC).Configuration information for the target S3 bucket.static Class<? extends ResourceDataSyncItem.Builder>final InstantThe date and time the configuration was created (UTC).final InstantThe date and time the resource data sync was changed.final StringsyncName()The name of the resource data sync.Information about the source where the data was synchronized.final StringsyncType()The type of resource data sync.final StringtoString()Returns a string representation of this object.Methods 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
The name of the resource data sync.
- Returns:
- The name of the resource data sync.
-
syncType
The type of resource data sync. If
SyncTypeisSyncToDestination, then the resource data sync synchronizes data to an S3 bucket. If theSyncTypeisSyncFromSourcethen the resource data sync synchronizes data from Organizations or from multiple Amazon Web Services Regions.- Returns:
- The type of resource data sync. If
SyncTypeisSyncToDestination, then the resource data sync synchronizes data to an S3 bucket. If theSyncTypeisSyncFromSourcethen the resource data sync synchronizes data from Organizations or from multiple Amazon Web Services Regions.
-
syncSource
Information about the source where the data was synchronized.
- Returns:
- Information about the source where the data was synchronized.
-
s3Destination
Configuration information for the target S3 bucket.
- Returns:
- Configuration information for the target S3 bucket.
-
lastSyncTime
The last time the configuration attempted to sync (UTC).
- Returns:
- The last time the configuration attempted to sync (UTC).
-
lastSuccessfulSyncTime
The last time the sync operations returned a status of
SUCCESSFUL(UTC).- Returns:
- The last time the sync operations returned a status of
SUCCESSFUL(UTC).
-
syncLastModifiedTime
The date and time the resource data sync was changed.
- Returns:
- The date and time the resource data sync was changed.
-
lastStatus
The status reported by the last sync.
If the service returns an enum value that is not available in the current SDK version,
lastStatuswill returnLastResourceDataSyncStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromlastStatusAsString().- Returns:
- The status reported by the last sync.
- See Also:
-
lastStatusAsString
The status reported by the last sync.
If the service returns an enum value that is not available in the current SDK version,
lastStatuswill returnLastResourceDataSyncStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromlastStatusAsString().- Returns:
- The status reported by the last sync.
- See Also:
-
syncCreatedTime
The date and time the configuration was created (UTC).
- Returns:
- The date and time the configuration was created (UTC).
-
lastSyncStatusMessage
The status message details reported by the last sync.
- Returns:
- The status message details reported by the last sync.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<ResourceDataSyncItem.Builder,ResourceDataSyncItem>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
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
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-