Interface SyncJobSummary.Builder

    • Method Detail

      • arn

        SyncJobSummary.Builder arn​(String arn)

        The SyncJob summary ARN.

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

        SyncJobSummary.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

        SyncJobSummary.Builder syncSource​(String syncSource)

        The sync source.

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

        SyncJobSummary.Builder status​(SyncJobStatus status)

        The SyncJob summaries status.

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

        SyncJobSummary.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

        SyncJobSummary.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.