Class CfnVirtualGatewayPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.appmesh.mixins.CfnVirtualGatewayPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnVirtualGatewayPropsMixin>
- Enclosing class:
CfnVirtualGatewayPropsMixin
@Stability(Stable)
public static final class CfnVirtualGatewayPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnVirtualGatewayPropsMixin>
A fluent builder for
CfnVirtualGatewayPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) The name of the service mesh that the virtual gateway resides in.The AWS IAM account ID of the service mesh owner.spec(IResolvable spec) The specifications of the virtual gateway.The specifications of the virtual gateway.Optional metadata that you can apply to the virtual gateway to assist with categorization and organization.virtualGatewayName(String virtualGatewayName) The name of the virtual gateway.
-
Method Details
-
create
@Stability(Stable) public static CfnVirtualGatewayPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnVirtualGatewayPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnVirtualGatewayPropsMixin.Builder.
-
meshName
The name of the service mesh that the virtual gateway resides in.- Parameters:
meshName- The name of the service mesh that the virtual gateway resides in. This parameter is required.- Returns:
this- See Also:
-
meshOwner
The AWS IAM account ID of the service mesh owner.If the account ID is not your own, then it's the ID of the account that shared the mesh with your account. For more information about mesh sharing, see Working with shared meshes .
- Parameters:
meshOwner- The AWS IAM account ID of the service mesh owner. This parameter is required.- Returns:
this- See Also:
-
spec
The specifications of the virtual gateway.- Parameters:
spec- The specifications of the virtual gateway. This parameter is required.- Returns:
this- See Also:
-
spec
@Stability(Stable) public CfnVirtualGatewayPropsMixin.Builder spec(CfnVirtualGatewayPropsMixin.VirtualGatewaySpecProperty spec) The specifications of the virtual gateway.- Parameters:
spec- The specifications of the virtual gateway. This parameter is required.- Returns:
this- See Also:
-
tags
Optional metadata that you can apply to the virtual gateway to assist with categorization and organization.Each tag consists of a key and an optional value, both of which you define. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.
- Parameters:
tags- Optional metadata that you can apply to the virtual gateway to assist with categorization and organization. This parameter is required.- Returns:
this- See Also:
-
virtualGatewayName
@Stability(Stable) public CfnVirtualGatewayPropsMixin.Builder virtualGatewayName(String virtualGatewayName) The name of the virtual gateway.- Parameters:
virtualGatewayName- The name of the virtual gateway. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnVirtualGatewayPropsMixin>- Returns:
- a newly built instance of
CfnVirtualGatewayPropsMixin.
-