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.BuilderDetails specific to updating an integration with GitHub.github(UpdateGitHubIntegrationDetail github) Details specific to updating an integration with GitHub.default UpdateIntegrationDetails.BuildergitlabSelfManaged(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
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
- 
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.Builderavoiding the need to create one manually viaUpdateGitLabSelfManagedIntegrationDetail.builder().When the
Consumercompletes,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:
 
 - 
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.Builderavoiding the need to create one manually viaUpdateGitHubIntegrationDetail.builder().When the
Consumercompletes,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:
 
 
 -