Class CfnMonitorPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.networkflowmonitor.CfnMonitorPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnMonitorPropsMixin>
- Enclosing class:
CfnMonitorPropsMixin
@Stability(Stable)
public static final class CfnMonitorPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnMonitorPropsMixin>
A fluent builder for
CfnMonitorPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static CfnMonitorPropsMixin.Buildercreate()static CfnMonitorPropsMixin.Buildercreate(CfnPropertyMixinOptions options) localResources(List<? extends Object> localResources) The local resources to monitor.localResources(IResolvable localResources) The local resources to monitor.monitorName(String monitorName) The name of the monitor.remoteResources(List<? extends Object> remoteResources) The remote resources to monitor.remoteResources(IResolvable remoteResources) The remote resources to monitor.The Amazon Resource Name (ARN) of the scope for the monitor.The tags for the monitor.
-
Method Details
-
create
@Stability(Stable) public static CfnMonitorPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnMonitorPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnMonitorPropsMixin.Builder.
-
localResources
The local resources to monitor.- Parameters:
localResources- The local resources to monitor. This parameter is required.- Returns:
this- See Also:
-
localResources
@Stability(Stable) public CfnMonitorPropsMixin.Builder localResources(List<? extends Object> localResources) The local resources to monitor.- Parameters:
localResources- The local resources to monitor. This parameter is required.- Returns:
this- See Also:
-
monitorName
The name of the monitor.- Parameters:
monitorName- The name of the monitor. This parameter is required.- Returns:
this- See Also:
-
remoteResources
The remote resources to monitor.- Parameters:
remoteResources- The remote resources to monitor. This parameter is required.- Returns:
this- See Also:
-
remoteResources
@Stability(Stable) public CfnMonitorPropsMixin.Builder remoteResources(List<? extends Object> remoteResources) The remote resources to monitor.- Parameters:
remoteResources- The remote resources to monitor. This parameter is required.- Returns:
this- See Also:
-
scopeArn
The Amazon Resource Name (ARN) of the scope for the monitor.- Parameters:
scopeArn- The Amazon Resource Name (ARN) of the scope for the monitor. This parameter is required.- Returns:
this- See Also:
-
tags
The tags for the monitor.- Parameters:
tags- The tags for the monitor. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnMonitorPropsMixin>- Returns:
- a newly built instance of
CfnMonitorPropsMixin.
-