Class CfnCodeSecurityIntegrationProps.Builder
java.lang.Object
software.amazon.awscdk.services.inspectorv2.CfnCodeSecurityIntegrationProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnCodeSecurityIntegrationProps>
- Enclosing interface:
CfnCodeSecurityIntegrationProps
@Stability(Stable)
public static final class CfnCodeSecurityIntegrationProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnCodeSecurityIntegrationProps>
A builder for
CfnCodeSecurityIntegrationProps
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.createIntegrationDetails
(IResolvable createIntegrationDetails) Sets the value ofCfnCodeSecurityIntegrationProps.getCreateIntegrationDetails()
createIntegrationDetails
(CfnCodeSecurityIntegration.CreateDetailsProperty createIntegrationDetails) Sets the value ofCfnCodeSecurityIntegrationProps.getCreateIntegrationDetails()
Sets the value ofCfnCodeSecurityIntegrationProps.getName()
Sets the value ofCfnCodeSecurityIntegrationProps.getTags()
Sets the value ofCfnCodeSecurityIntegrationProps.getType()
updateIntegrationDetails
(IResolvable updateIntegrationDetails) Sets the value ofCfnCodeSecurityIntegrationProps.getUpdateIntegrationDetails()
updateIntegrationDetails
(CfnCodeSecurityIntegration.UpdateDetailsProperty updateIntegrationDetails) Sets the value ofCfnCodeSecurityIntegrationProps.getUpdateIntegrationDetails()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
createIntegrationDetails
@Stability(Stable) public CfnCodeSecurityIntegrationProps.Builder createIntegrationDetails(IResolvable createIntegrationDetails) Sets the value ofCfnCodeSecurityIntegrationProps.getCreateIntegrationDetails()
- Parameters:
createIntegrationDetails
- the value to be set.- Returns:
this
-
createIntegrationDetails
@Stability(Stable) public CfnCodeSecurityIntegrationProps.Builder createIntegrationDetails(CfnCodeSecurityIntegration.CreateDetailsProperty createIntegrationDetails) Sets the value ofCfnCodeSecurityIntegrationProps.getCreateIntegrationDetails()
- Parameters:
createIntegrationDetails
- the value to be set.- Returns:
this
-
name
Sets the value ofCfnCodeSecurityIntegrationProps.getName()
- Parameters:
name
- Code Security Integration name.- Returns:
this
-
tags
Sets the value ofCfnCodeSecurityIntegrationProps.getTags()
- Parameters:
tags
- the value to be set.- Returns:
this
-
type
Sets the value ofCfnCodeSecurityIntegrationProps.getType()
- Parameters:
type
- the value to be set.- Returns:
this
-
updateIntegrationDetails
@Stability(Stable) public CfnCodeSecurityIntegrationProps.Builder updateIntegrationDetails(IResolvable updateIntegrationDetails) Sets the value ofCfnCodeSecurityIntegrationProps.getUpdateIntegrationDetails()
- Parameters:
updateIntegrationDetails
- the value to be set.- Returns:
this
-
updateIntegrationDetails
@Stability(Stable) public CfnCodeSecurityIntegrationProps.Builder updateIntegrationDetails(CfnCodeSecurityIntegration.UpdateDetailsProperty updateIntegrationDetails) Sets the value ofCfnCodeSecurityIntegrationProps.getUpdateIntegrationDetails()
- Parameters:
updateIntegrationDetails
- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnCodeSecurityIntegrationProps>
- Returns:
- a new instance of
CfnCodeSecurityIntegrationProps
- Throws:
NullPointerException
- if any required attribute was not provided
-