Interface UpdateIntegrationDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<UpdateIntegrationDetails.Builder,
,UpdateIntegrationDetails> SdkBuilder<UpdateIntegrationDetails.Builder,
,UpdateIntegrationDetails> SdkPojo
- Enclosing class:
UpdateIntegrationDetails
@Mutable
@NotThreadSafe
public static interface UpdateIntegrationDetails.Builder
extends SdkPojo, CopyableBuilder<UpdateIntegrationDetails.Builder,UpdateIntegrationDetails>
-
Method Summary
Modifier and TypeMethodDescriptiondefault UpdateIntegrationDetails.Builder
Details specific to updating an integration with GitHub.github
(UpdateGitHubIntegrationDetail github) Details specific to updating an integration with GitHub.default UpdateIntegrationDetails.Builder
gitlabSelfManaged
(Consumer<UpdateGitLabSelfManagedIntegrationDetail.Builder> gitlabSelfManaged) Details specific to updating an integration with a self-managed GitLab instance.gitlabSelfManaged
(UpdateGitLabSelfManagedIntegrationDetail gitlabSelfManaged) Details specific to updating an integration with a self-managed GitLab instance.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
-
github
Details specific to updating an integration with GitHub.
- Parameters:
github
- Details specific to updating an integration with GitHub.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
github
default UpdateIntegrationDetails.Builder github(Consumer<UpdateGitHubIntegrationDetail.Builder> github) Details specific to updating an integration with GitHub.
This is a convenience method that creates an instance of theUpdateGitHubIntegrationDetail.Builder
avoiding the need to create one manually viaUpdateGitHubIntegrationDetail.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed togithub(UpdateGitHubIntegrationDetail)
.- Parameters:
github
- a consumer that will call methods onUpdateGitHubIntegrationDetail.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
gitlabSelfManaged
UpdateIntegrationDetails.Builder gitlabSelfManaged(UpdateGitLabSelfManagedIntegrationDetail gitlabSelfManaged) Details specific to updating an integration with a self-managed GitLab instance.
- Parameters:
gitlabSelfManaged
- Details specific to updating an integration with a self-managed GitLab instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
gitlabSelfManaged
default UpdateIntegrationDetails.Builder gitlabSelfManaged(Consumer<UpdateGitLabSelfManagedIntegrationDetail.Builder> gitlabSelfManaged) Details specific to updating an integration with a self-managed GitLab instance.
This is a convenience method that creates an instance of theUpdateGitLabSelfManagedIntegrationDetail.Builder
avoiding the need to create one manually viaUpdateGitLabSelfManagedIntegrationDetail.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed togitlabSelfManaged(UpdateGitLabSelfManagedIntegrationDetail)
.- Parameters:
gitlabSelfManaged
- a consumer that will call methods onUpdateGitLabSelfManagedIntegrationDetail.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-