public static interface ResourceDataSyncItem.Builder extends SdkPojo, CopyableBuilder<ResourceDataSyncItem.Builder,ResourceDataSyncItem>
| Modifier and Type | Method and Description |
|---|---|
ResourceDataSyncItem.Builder |
lastStatus(LastResourceDataSyncStatus lastStatus)
The status reported by the last sync.
|
ResourceDataSyncItem.Builder |
lastStatus(String lastStatus)
The status reported by the last sync.
|
ResourceDataSyncItem.Builder |
lastSuccessfulSyncTime(Instant lastSuccessfulSyncTime)
The last time the sync operations returned a status of
SUCCESSFUL (UTC). |
ResourceDataSyncItem.Builder |
lastSyncStatusMessage(String lastSyncStatusMessage)
The status message details reported by the last sync.
|
ResourceDataSyncItem.Builder |
lastSyncTime(Instant lastSyncTime)
The last time the configuration attempted to sync (UTC).
|
default ResourceDataSyncItem.Builder |
s3Destination(Consumer<ResourceDataSyncS3Destination.Builder> s3Destination)
Configuration information for the target Amazon S3 bucket.
|
ResourceDataSyncItem.Builder |
s3Destination(ResourceDataSyncS3Destination s3Destination)
Configuration information for the target Amazon S3 bucket.
|
ResourceDataSyncItem.Builder |
syncCreatedTime(Instant syncCreatedTime)
The date and time the configuration was created (UTC).
|
ResourceDataSyncItem.Builder |
syncLastModifiedTime(Instant syncLastModifiedTime)
The date and time the resource data sync was changed.
|
ResourceDataSyncItem.Builder |
syncName(String syncName)
The name of the Resource Data Sync.
|
default ResourceDataSyncItem.Builder |
syncSource(Consumer<ResourceDataSyncSourceWithState.Builder> syncSource)
Information about the source where the data was synchronized.
|
ResourceDataSyncItem.Builder |
syncSource(ResourceDataSyncSourceWithState syncSource)
Information about the source where the data was synchronized.
|
ResourceDataSyncItem.Builder |
syncType(String syncType)
The type of resource data sync.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildResourceDataSyncItem.Builder syncName(String syncName)
The name of the Resource Data Sync.
syncName - The name of the Resource Data Sync.ResourceDataSyncItem.Builder syncType(String syncType)
The type of resource data sync. If SyncType is SyncToDestination, then the resource
data sync synchronizes data to an Amazon S3 bucket. If the SyncType is
SyncFromSource then the resource data sync synchronizes data from AWS Organizations or from
multiple AWS Regions.
syncType - The type of resource data sync. If SyncType is SyncToDestination, then the
resource data sync synchronizes data to an Amazon S3 bucket. If the SyncType is
SyncFromSource then the resource data sync synchronizes data from AWS Organizations or
from multiple AWS Regions.ResourceDataSyncItem.Builder syncSource(ResourceDataSyncSourceWithState syncSource)
Information about the source where the data was synchronized.
syncSource - Information about the source where the data was synchronized.default ResourceDataSyncItem.Builder syncSource(Consumer<ResourceDataSyncSourceWithState.Builder> syncSource)
Information about the source where the data was synchronized.
This is a convenience that creates an instance of theResourceDataSyncSourceWithState.Builder
avoiding the need to create one manually via ResourceDataSyncSourceWithState.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to syncSource(ResourceDataSyncSourceWithState).syncSource - a consumer that will call methods on ResourceDataSyncSourceWithState.BuildersyncSource(ResourceDataSyncSourceWithState)ResourceDataSyncItem.Builder s3Destination(ResourceDataSyncS3Destination s3Destination)
Configuration information for the target Amazon S3 bucket.
s3Destination - Configuration information for the target Amazon S3 bucket.default ResourceDataSyncItem.Builder s3Destination(Consumer<ResourceDataSyncS3Destination.Builder> s3Destination)
Configuration information for the target Amazon S3 bucket.
This is a convenience that creates an instance of theResourceDataSyncS3Destination.Builder avoiding
the need to create one manually via ResourceDataSyncS3Destination.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to s3Destination(ResourceDataSyncS3Destination).s3Destination - a consumer that will call methods on ResourceDataSyncS3Destination.Builders3Destination(ResourceDataSyncS3Destination)ResourceDataSyncItem.Builder lastSyncTime(Instant lastSyncTime)
The last time the configuration attempted to sync (UTC).
lastSyncTime - The last time the configuration attempted to sync (UTC).ResourceDataSyncItem.Builder lastSuccessfulSyncTime(Instant lastSuccessfulSyncTime)
The last time the sync operations returned a status of SUCCESSFUL (UTC).
lastSuccessfulSyncTime - The last time the sync operations returned a status of SUCCESSFUL (UTC).ResourceDataSyncItem.Builder syncLastModifiedTime(Instant syncLastModifiedTime)
The date and time the resource data sync was changed.
syncLastModifiedTime - The date and time the resource data sync was changed.ResourceDataSyncItem.Builder lastStatus(String lastStatus)
The status reported by the last sync.
lastStatus - The status reported by the last sync.LastResourceDataSyncStatus,
LastResourceDataSyncStatusResourceDataSyncItem.Builder lastStatus(LastResourceDataSyncStatus lastStatus)
The status reported by the last sync.
lastStatus - The status reported by the last sync.LastResourceDataSyncStatus,
LastResourceDataSyncStatusResourceDataSyncItem.Builder syncCreatedTime(Instant syncCreatedTime)
The date and time the configuration was created (UTC).
syncCreatedTime - The date and time the configuration was created (UTC).ResourceDataSyncItem.Builder lastSyncStatusMessage(String lastSyncStatusMessage)
The status message details reported by the last sync.
lastSyncStatusMessage - The status message details reported by the last sync.Copyright © 2020. All rights reserved.