Interface CreateIntegrationDetail.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<CreateIntegrationDetail.Builder,,- CreateIntegrationDetail> - SdkBuilder<CreateIntegrationDetail.Builder,,- CreateIntegrationDetail> - SdkPojo
- Enclosing class:
- CreateIntegrationDetail
@Mutable
@NotThreadSafe
public static interface CreateIntegrationDetail.Builder
extends SdkPojo, CopyableBuilder<CreateIntegrationDetail.Builder,CreateIntegrationDetail> 
- 
Method SummaryModifier and TypeMethodDescriptiondefault CreateIntegrationDetail.BuildergitlabSelfManaged(Consumer<CreateGitLabSelfManagedIntegrationDetail.Builder> gitlabSelfManaged) Details specific to creating an integration with a self-managed GitLab instance.gitlabSelfManaged(CreateGitLabSelfManagedIntegrationDetail gitlabSelfManaged) Details specific to creating an integration with a self-managed GitLab instance.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
gitlabSelfManagedCreateIntegrationDetail.Builder gitlabSelfManaged(CreateGitLabSelfManagedIntegrationDetail gitlabSelfManaged) Details specific to creating an integration with a self-managed GitLab instance. - Parameters:
- gitlabSelfManaged- Details specific to creating an integration with a self-managed GitLab instance.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
gitlabSelfManageddefault CreateIntegrationDetail.Builder gitlabSelfManaged(Consumer<CreateGitLabSelfManagedIntegrationDetail.Builder> gitlabSelfManaged) Details specific to creating an integration with a self-managed GitLab instance. This is a convenience method that creates an instance of theCreateGitLabSelfManagedIntegrationDetail.Builderavoiding the need to create one manually viaCreateGitLabSelfManagedIntegrationDetail.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed togitlabSelfManaged(CreateGitLabSelfManagedIntegrationDetail).- Parameters:
- gitlabSelfManaged- a consumer that will call methods on- CreateGitLabSelfManagedIntegrationDetail.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-