Interface GetSyncJobResponse.Builder

    • Method Detail

      • arn

        GetSyncJobResponse.Builder arn​(String arn)

        The sync job ARN.

        Parameters:
        arn - The sync job ARN.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • workspaceId

        GetSyncJobResponse.Builder workspaceId​(String workspaceId)

        The ID of the workspace that contains the sync job.

        Parameters:
        workspaceId - The ID of the workspace that contains the sync job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • syncSource

        GetSyncJobResponse.Builder syncSource​(String syncSource)

        The sync soucre.

        Currently the only supported syncSource is SITEWISE .

        Parameters:
        syncSource - The sync soucre.

        Currently the only supported syncSource is SITEWISE .

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • syncRole

        GetSyncJobResponse.Builder syncRole​(String syncRole)

        The sync IAM role.

        Parameters:
        syncRole - The sync IAM role.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        GetSyncJobResponse.Builder status​(SyncJobStatus status)

        The SyncJob response status.

        Parameters:
        status - The SyncJob response status.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creationDateTime

        GetSyncJobResponse.Builder creationDateTime​(Instant creationDateTime)

        The creation date and time.

        Parameters:
        creationDateTime - The creation date and time.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • updateDateTime

        GetSyncJobResponse.Builder updateDateTime​(Instant updateDateTime)

        The update date and time.

        Parameters:
        updateDateTime - The update date and time.
        Returns:
        Returns a reference to this object so that method calls can be chained together.