Interface ProviderUpdateConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ProviderUpdateConfiguration.Builder,
,ProviderUpdateConfiguration> SdkBuilder<ProviderUpdateConfiguration.Builder,
,ProviderUpdateConfiguration> SdkPojo
- Enclosing class:
ProviderUpdateConfiguration
@Mutable
@NotThreadSafe
public static interface ProviderUpdateConfiguration.Builder
extends SdkPojo, CopyableBuilder<ProviderUpdateConfiguration.Builder,ProviderUpdateConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionjiraCloud
(Consumer<JiraCloudUpdateConfiguration.Builder> jiraCloud) The parameters required to update the configuration for a Jira Cloud integration.jiraCloud
(JiraCloudUpdateConfiguration jiraCloud) The parameters required to update the configuration for a Jira Cloud 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
The parameters required to update the configuration for a Jira Cloud integration.
- Parameters:
jiraCloud
- The parameters required to update the configuration for a Jira Cloud integration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jiraCloud
default ProviderUpdateConfiguration.Builder jiraCloud(Consumer<JiraCloudUpdateConfiguration.Builder> jiraCloud) The parameters required to update the configuration for a Jira Cloud integration.
This is a convenience method that creates an instance of theJiraCloudUpdateConfiguration.Builder
avoiding the need to create one manually viaJiraCloudUpdateConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tojiraCloud(JiraCloudUpdateConfiguration)
.- Parameters:
jiraCloud
- a consumer that will call methods onJiraCloudUpdateConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-