public static interface GetSyncJobResponse.Builder extends IoTTwinMakerResponse.Builder, SdkPojo, CopyableBuilder<GetSyncJobResponse.Builder,GetSyncJobResponse>
| Modifier and Type | Method and Description |
|---|---|
GetSyncJobResponse.Builder |
arn(String arn)
The sync job ARN.
|
GetSyncJobResponse.Builder |
creationDateTime(Instant creationDateTime)
The creation date and time.
|
default GetSyncJobResponse.Builder |
status(Consumer<SyncJobStatus.Builder> status)
The SyncJob response status.
|
GetSyncJobResponse.Builder |
status(SyncJobStatus status)
The SyncJob response status.
|
GetSyncJobResponse.Builder |
syncRole(String syncRole)
The sync IAM role.
|
GetSyncJobResponse.Builder |
syncSource(String syncSource)
The sync soucre.
|
GetSyncJobResponse.Builder |
updateDateTime(Instant updateDateTime)
The update date and time.
|
GetSyncJobResponse.Builder |
workspaceId(String workspaceId)
The ID of the workspace that contains the sync job.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetSyncJobResponse.Builder arn(String arn)
The sync job ARN.
arn - The sync job ARN.GetSyncJobResponse.Builder workspaceId(String workspaceId)
The ID of the workspace that contains the sync job.
workspaceId - The ID of the workspace that contains the sync job.GetSyncJobResponse.Builder syncSource(String syncSource)
The sync soucre.
Currently the only supported syncSource is SITEWISE .
syncSource - The sync soucre.
Currently the only supported syncSource is SITEWISE .
GetSyncJobResponse.Builder syncRole(String syncRole)
The sync IAM role.
syncRole - The sync IAM role.GetSyncJobResponse.Builder status(SyncJobStatus status)
The SyncJob response status.
status - The SyncJob response status.default GetSyncJobResponse.Builder status(Consumer<SyncJobStatus.Builder> status)
The SyncJob response status.
This is a convenience method that creates an instance of theSyncJobStatus.Builder avoiding the need
to create one manually via SyncJobStatus.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to status(SyncJobStatus).
status - a consumer that will call methods on SyncJobStatus.Builderstatus(SyncJobStatus)GetSyncJobResponse.Builder creationDateTime(Instant creationDateTime)
The creation date and time.
creationDateTime - The creation date and time.GetSyncJobResponse.Builder updateDateTime(Instant updateDateTime)
The update date and time.
updateDateTime - The update date and time.Copyright © 2023. All rights reserved.