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.BuilderjiraCloud(Consumer<JiraCloudDetail.Builder> jiraCloud) Details about a Jira Cloud integration.jiraCloud(JiraCloudDetail jiraCloud) Details about a Jira Cloud integration.default ProviderDetail.BuilderserviceNow(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
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
-
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.Builderavoiding the need to create one manually viaJiraCloudDetail.builder().When the
Consumercompletes,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.Builderavoiding the need to create one manually viaServiceNowDetail.builder().When the
Consumercompletes,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:
-