Class CfnConnection.RemoteAccountProperty.Builder
java.lang.Object
software.amazon.awscdk.services.interconnect.CfnConnection.RemoteAccountProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnConnection.RemoteAccountProperty>
- Enclosing interface:
CfnConnection.RemoteAccountProperty
@Stability(Stable)
public static final class CfnConnection.RemoteAccountProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnConnection.RemoteAccountProperty>
A builder for
CfnConnection.RemoteAccountProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.identifier(String identifier) Sets the value ofCfnConnection.RemoteAccountProperty.getIdentifier()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
identifier
Sets the value ofCfnConnection.RemoteAccountProperty.getIdentifier()- Parameters:
identifier- The identifier of the remote account. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnConnection.RemoteAccountProperty>- Returns:
- a new instance of
CfnConnection.RemoteAccountProperty - Throws:
NullPointerException- if any required attribute was not provided
-