Class CfnGlobalNetwork.Builder

java.lang.Object
software.amazon.awscdk.services.networkmanager.CfnGlobalNetwork.Builder
All Implemented Interfaces:
software.amazon.jsii.Builder<CfnGlobalNetwork>
Enclosing class:
CfnGlobalNetwork

@Stability(Stable) public static final class CfnGlobalNetwork.Builder extends Object implements software.amazon.jsii.Builder<CfnGlobalNetwork>
A fluent builder for CfnGlobalNetwork.
  • Method Details

    • create

      @Stability(Stable) public static CfnGlobalNetwork.Builder create(Construct scope, String id)
      Parameters:
      scope -
      • scope in which this resource is defined.
      This parameter is required.
      id -
      • scoped id of the resource.
      This parameter is required.
      Returns:
      a new instance of CfnGlobalNetwork.Builder.
    • description

      @Stability(Stable) public CfnGlobalNetwork.Builder description(String description)
      A description of the global network.

      Constraints: Maximum length of 256 characters.

      Parameters:
      description - A description of the global network. This parameter is required.
      Returns:
      this
    • tags

      @Stability(Stable) public CfnGlobalNetwork.Builder tags(List<? extends CfnTag> tags)
      The tags for the global network.

      Parameters:
      tags - The tags for the global network. This parameter is required.
      Returns:
      this
    • build

      @Stability(Stable) public CfnGlobalNetwork build()
      Specified by:
      build in interface software.amazon.jsii.Builder<CfnGlobalNetwork>
      Returns:
      a newly built instance of CfnGlobalNetwork.