Interface JiraConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<JiraConfiguration.Builder,,JiraConfiguration> SdkBuilder<JiraConfiguration.Builder,,JiraConfiguration> SdkPojo
- Enclosing class:
JiraConfiguration
@Mutable
@NotThreadSafe
public static interface JiraConfiguration.Builder
extends SdkPojo, CopyableBuilder<JiraConfiguration.Builder,JiraConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionjiraIssueUrl(String jiraIssueUrl) The URL of the associated Jira issue.lastSyncedTime(Instant lastSyncedTime) The date and time when the Jira configuration was last synced.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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
The date and time when the Jira configuration was last synced.
- Parameters:
lastSyncedTime- The date and time when the Jira configuration was last synced.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-