Interface JiraConfiguration.Builder

All Superinterfaces:
Buildable, CopyableBuilder<JiraConfiguration.Builder,JiraConfiguration>, SdkBuilder<JiraConfiguration.Builder,JiraConfiguration>, SdkPojo
Enclosing class:
JiraConfiguration

public static interface JiraConfiguration.Builder extends SdkPojo, CopyableBuilder<JiraConfiguration.Builder,JiraConfiguration>
  • Method Details

    • jiraIssueUrl

      JiraConfiguration.Builder jiraIssueUrl(String jiraIssueUrl)

      The URL of the associated Jira issue.

      Parameters:
      jiraIssueUrl - The URL of the associated Jira issue.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastSyncedTime

      JiraConfiguration.Builder lastSyncedTime(Instant lastSyncedTime)
      Sets the value of the LastSyncedTime property for this object.
      Parameters:
      lastSyncedTime - The new value for the LastSyncedTime property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.