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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JiraConfiguration.BuilderjiraIssueUrl(String jiraIssueUrl)The URL of the associated Jira issue.JiraConfiguration.BuilderlastSyncedTime(Instant lastSyncedTime)Sets the value of the LastSyncedTime property for this object.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
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.
-
-