Class CfnPentestPropsMixin.IntegratedRepositoryProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.securityagent.CfnPentestPropsMixin.IntegratedRepositoryProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPentestPropsMixin.IntegratedRepositoryProperty>
- Enclosing interface:
CfnPentestPropsMixin.IntegratedRepositoryProperty
@Stability(Stable)
public static final class CfnPentestPropsMixin.IntegratedRepositoryProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPentestPropsMixin.IntegratedRepositoryProperty>
A builder for
CfnPentestPropsMixin.IntegratedRepositoryProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.integrationId(String integrationId) Sets the value ofCfnPentestPropsMixin.IntegratedRepositoryProperty.getIntegrationId()providerResourceId(String providerResourceId)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
integrationId
@Stability(Stable) public CfnPentestPropsMixin.IntegratedRepositoryProperty.Builder integrationId(String integrationId) Sets the value ofCfnPentestPropsMixin.IntegratedRepositoryProperty.getIntegrationId()- Parameters:
integrationId- the value to be set.- Returns:
this
-
providerResourceId
@Stability(Stable) public CfnPentestPropsMixin.IntegratedRepositoryProperty.Builder providerResourceId(String providerResourceId) - Parameters:
providerResourceId- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnPentestPropsMixin.IntegratedRepositoryProperty>- Returns:
- a new instance of
CfnPentestPropsMixin.IntegratedRepositoryProperty - Throws:
NullPointerException- if any required attribute was not provided
-