Class CfnCodeSecurityIntegration.CreateDetailsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.inspectorv2.CfnCodeSecurityIntegration.CreateDetailsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnCodeSecurityIntegration.CreateDetailsProperty>
- Enclosing interface:
CfnCodeSecurityIntegration.CreateDetailsProperty
@Stability(Stable)
public static final class CfnCodeSecurityIntegration.CreateDetailsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnCodeSecurityIntegration.CreateDetailsProperty>
A builder for
CfnCodeSecurityIntegration.CreateDetailsProperty
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.gitlabSelfManaged
(IResolvable gitlabSelfManaged) Sets the value ofCfnCodeSecurityIntegration.CreateDetailsProperty.getGitlabSelfManaged()
gitlabSelfManaged
(CfnCodeSecurityIntegration.CreateGitLabSelfManagedIntegrationDetailProperty gitlabSelfManaged) Sets the value ofCfnCodeSecurityIntegration.CreateDetailsProperty.getGitlabSelfManaged()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
gitlabSelfManaged
@Stability(Stable) public CfnCodeSecurityIntegration.CreateDetailsProperty.Builder gitlabSelfManaged(IResolvable gitlabSelfManaged) Sets the value ofCfnCodeSecurityIntegration.CreateDetailsProperty.getGitlabSelfManaged()
- Parameters:
gitlabSelfManaged
- the value to be set. This parameter is required.- Returns:
this
-
gitlabSelfManaged
@Stability(Stable) public CfnCodeSecurityIntegration.CreateDetailsProperty.Builder gitlabSelfManaged(CfnCodeSecurityIntegration.CreateGitLabSelfManagedIntegrationDetailProperty gitlabSelfManaged) Sets the value ofCfnCodeSecurityIntegration.CreateDetailsProperty.getGitlabSelfManaged()
- Parameters:
gitlabSelfManaged
- the value to be set. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnCodeSecurityIntegration.CreateDetailsProperty>
- Returns:
- a new instance of
CfnCodeSecurityIntegration.CreateDetailsProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-