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