Class CfnPrivateConnection.SelfManagedModeProperty.Builder
java.lang.Object
software.amazon.awscdk.services.devopsagent.CfnPrivateConnection.SelfManagedModeProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPrivateConnection.SelfManagedModeProperty>
- Enclosing interface:
CfnPrivateConnection.SelfManagedModeProperty
@Stability(Stable)
public static final class CfnPrivateConnection.SelfManagedModeProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPrivateConnection.SelfManagedModeProperty>
A builder for
CfnPrivateConnection.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 CfnPrivateConnection.SelfManagedModeProperty.Builder resourceConfigurationId(String resourceConfigurationId) - Parameters:
resourceConfigurationId- The ARN of the Resource Configuration. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnPrivateConnection.SelfManagedModeProperty>- Returns:
- a new instance of
CfnPrivateConnection.SelfManagedModeProperty - Throws:
NullPointerException- if any required attribute was not provided
-