Class CfnPrivateConnectionPropsMixin.SelfManagedModeProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.devopsagent.CfnPrivateConnectionPropsMixin.SelfManagedModeProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPrivateConnectionPropsMixin.SelfManagedModeProperty>
- Enclosing interface:
CfnPrivateConnectionPropsMixin.SelfManagedModeProperty
@Stability(Stable)
public static final class CfnPrivateConnectionPropsMixin.SelfManagedModeProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPrivateConnectionPropsMixin.SelfManagedModeProperty>
A builder for
CfnPrivateConnectionPropsMixin.SelfManagedModeProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.resourceConfigurationId(String resourceConfigurationId)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
resourceConfigurationId
@Stability(Stable) public CfnPrivateConnectionPropsMixin.SelfManagedModeProperty.Builder resourceConfigurationId(String resourceConfigurationId) Sets the value ofCfnPrivateConnectionPropsMixin.SelfManagedModeProperty.getResourceConfigurationId()- Parameters:
resourceConfigurationId- The ARN of the Resource Configuration.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnPrivateConnectionPropsMixin.SelfManagedModeProperty>- Returns:
- a new instance of
CfnPrivateConnectionPropsMixin.SelfManagedModeProperty - Throws:
NullPointerException- if any required attribute was not provided
-