Interface AccountJiraConfigurationOutput.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AccountJiraConfigurationOutput.Builder,
,AccountJiraConfigurationOutput> SdkBuilder<AccountJiraConfigurationOutput.Builder,
,AccountJiraConfigurationOutput> SdkPojo
- Enclosing class:
AccountJiraConfigurationOutput
public static interface AccountJiraConfigurationOutput.Builder
extends SdkPojo, CopyableBuilder<AccountJiraConfigurationOutput.Builder,AccountJiraConfigurationOutput>
-
Method Summary
Modifier and TypeMethodDescriptionintegrationStatus
(String integrationStatus) Account-level: Configuration status of the Jira integration.integrationStatus
(IntegrationStatus integrationStatus) Account-level: Configuration status of the Jira integration.issueManagementStatus
(String issueManagementStatus) Account-level: Jira issue management status.issueManagementStatus
(AccountJiraIssueManagementStatus issueManagementStatus) Account-level: Jira issue management status.issueManagementType
(String issueManagementType) Account-level: Jira issue management type.issueManagementType
(IssueManagementType issueManagementType) Account-level: Jira issue management type.jiraProjectKey
(String jiraProjectKey) Account-level: Jira project key to sync workloads to.statusMessage
(String statusMessage) Account-level: Status message on configuration of the Jira integration.Account-level: Jira subdomain URL.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 Details
-
integrationStatus
Account-level: Configuration status of the Jira integration.
- Parameters:
integrationStatus
- Account-level: Configuration status of the Jira integration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
integrationStatus
Account-level: Configuration status of the Jira integration.
- Parameters:
integrationStatus
- Account-level: Configuration status of the Jira integration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
issueManagementStatus
Account-level: Jira issue management status.
- Parameters:
issueManagementStatus
- Account-level: Jira issue management status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
issueManagementStatus
AccountJiraConfigurationOutput.Builder issueManagementStatus(AccountJiraIssueManagementStatus issueManagementStatus) Account-level: Jira issue management status.
- Parameters:
issueManagementStatus
- Account-level: Jira issue management status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
issueManagementType
Account-level: Jira issue management type.
- Parameters:
issueManagementType
- Account-level: Jira issue management type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
issueManagementType
Account-level: Jira issue management type.
- Parameters:
issueManagementType
- Account-level: Jira issue management type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
subdomain
Account-level: Jira subdomain URL.
- Parameters:
subdomain
- Account-level: Jira subdomain URL.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jiraProjectKey
Account-level: Jira project key to sync workloads to.
- Parameters:
jiraProjectKey
- Account-level: Jira project key to sync workloads to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statusMessage
Account-level: Status message on configuration of the Jira integration.
- Parameters:
statusMessage
- Account-level: Status message on configuration of the Jira integration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-