Interface ProviderDetail.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ProviderDetail.Builder,
,ProviderDetail> SdkBuilder<ProviderDetail.Builder,
,ProviderDetail> SdkPojo
- Enclosing class:
ProviderDetail
@Mutable
@NotThreadSafe
public static interface ProviderDetail.Builder
extends SdkPojo, CopyableBuilder<ProviderDetail.Builder,ProviderDetail>
-
Method Summary
Modifier and TypeMethodDescriptiondefault ProviderDetail.Builder
jiraCloud
(Consumer<JiraCloudDetail.Builder> jiraCloud) Details about a Jira Cloud integration.jiraCloud
(JiraCloudDetail jiraCloud) Details about a Jira Cloud integration.default ProviderDetail.Builder
serviceNow
(Consumer<ServiceNowDetail.Builder> serviceNow) Details about a ServiceNow ITSM integration.serviceNow
(ServiceNowDetail serviceNow) Details about a ServiceNow ITSM integration.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
-
jiraCloud
Details about a Jira Cloud integration.
- Parameters:
jiraCloud
- Details about a Jira Cloud integration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jiraCloud
Details about a Jira Cloud integration.
This is a convenience method that creates an instance of theJiraCloudDetail.Builder
avoiding the need to create one manually viaJiraCloudDetail.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tojiraCloud(JiraCloudDetail)
.- Parameters:
jiraCloud
- a consumer that will call methods onJiraCloudDetail.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
serviceNow
Details about a ServiceNow ITSM integration.
- Parameters:
serviceNow
- Details about a ServiceNow ITSM integration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceNow
Details about a ServiceNow ITSM integration.
This is a convenience method that creates an instance of theServiceNowDetail.Builder
avoiding the need to create one manually viaServiceNowDetail.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toserviceNow(ServiceNowDetail)
.- Parameters:
serviceNow
- a consumer that will call methods onServiceNowDetail.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-