Interface JiraCloudDetail.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<JiraCloudDetail.Builder,
,JiraCloudDetail> SdkBuilder<JiraCloudDetail.Builder,
,JiraCloudDetail> SdkPojo
- Enclosing class:
JiraCloudDetail
@Mutable
@NotThreadSafe
public static interface JiraCloudDetail.Builder
extends SdkPojo, CopyableBuilder<JiraCloudDetail.Builder,JiraCloudDetail>
-
Method Summary
Modifier and TypeMethodDescriptionauthStatus
(String authStatus) The status of the authorization between Jira Cloud and the service.authStatus
(ConnectorAuthStatus authStatus) The status of the authorization between Jira Cloud and the service.The URL to provide to customers for OAuth auth code flow.The cloud id of the Jira Cloud.The URL domain of your Jira Cloud instance.projectKey
(String projectKey) The projectKey of Jira Cloud.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, sdkFieldNameToField, sdkFields
-
Method Details
-
cloudId
The cloud id of the Jira Cloud.
- Parameters:
cloudId
- The cloud id of the Jira Cloud.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
projectKey
The projectKey of Jira Cloud.
- Parameters:
projectKey
- The projectKey of Jira Cloud.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domain
The URL domain of your Jira Cloud instance.
- Parameters:
domain
- The URL domain of your Jira Cloud instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
authUrl
The URL to provide to customers for OAuth auth code flow.
- Parameters:
authUrl
- The URL to provide to customers for OAuth auth code flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
authStatus
The status of the authorization between Jira Cloud and the service.
- Parameters:
authStatus
- The status of the authorization between Jira Cloud and the service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
authStatus
The status of the authorization between Jira Cloud and the service.
- Parameters:
authStatus
- The status of the authorization between Jira Cloud and the service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-