Class CfnCodeSecurityIntegrationPropsMixin.UpdateDetailsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.inspectorv2.CfnCodeSecurityIntegrationPropsMixin.UpdateDetailsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnCodeSecurityIntegrationPropsMixin.UpdateDetailsProperty>
- Enclosing interface:
CfnCodeSecurityIntegrationPropsMixin.UpdateDetailsProperty
@Stability(Stable)
public static final class CfnCodeSecurityIntegrationPropsMixin.UpdateDetailsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnCodeSecurityIntegrationPropsMixin.UpdateDetailsProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnCodeSecurityIntegrationPropsMixin.UpdateDetailsProperty.getGithub()github(IResolvable github) Sets the value ofCfnCodeSecurityIntegrationPropsMixin.UpdateDetailsProperty.getGithub()gitlabSelfManaged(CfnCodeSecurityIntegrationPropsMixin.UpdateGitLabSelfManagedIntegrationDetailProperty gitlabSelfManaged) gitlabSelfManaged(IResolvable gitlabSelfManaged)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
github
@Stability(Stable) public CfnCodeSecurityIntegrationPropsMixin.UpdateDetailsProperty.Builder github(IResolvable github) Sets the value ofCfnCodeSecurityIntegrationPropsMixin.UpdateDetailsProperty.getGithub()- Parameters:
github- Details specific to updating an integration with GitHub.- Returns:
this
-
github
@Stability(Stable) public CfnCodeSecurityIntegrationPropsMixin.UpdateDetailsProperty.Builder github(CfnCodeSecurityIntegrationPropsMixin.UpdateGitHubIntegrationDetailProperty github) Sets the value ofCfnCodeSecurityIntegrationPropsMixin.UpdateDetailsProperty.getGithub()- Parameters:
github- Details specific to updating an integration with GitHub.- Returns:
this
-
gitlabSelfManaged
@Stability(Stable) public CfnCodeSecurityIntegrationPropsMixin.UpdateDetailsProperty.Builder gitlabSelfManaged(IResolvable gitlabSelfManaged) - Parameters:
gitlabSelfManaged- Details specific to updating an integration with a self-managed GitLab instance.- Returns:
this
-
gitlabSelfManaged
@Stability(Stable) public CfnCodeSecurityIntegrationPropsMixin.UpdateDetailsProperty.Builder gitlabSelfManaged(CfnCodeSecurityIntegrationPropsMixin.UpdateGitLabSelfManagedIntegrationDetailProperty gitlabSelfManaged) - Parameters:
gitlabSelfManaged- Details specific to updating an integration with a self-managed GitLab instance.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnCodeSecurityIntegrationPropsMixin.UpdateDetailsProperty>- Returns:
- a new instance of
CfnCodeSecurityIntegrationPropsMixin.UpdateDetailsProperty - Throws:
NullPointerException- if any required attribute was not provided
-