Modifier and Type | Method and Description |
---|---|
CfnFlow.Builder |
availabilityZone(java.lang.String availabilityZone)
The Availability Zone that you want to create the flow in.
|
CfnFlow |
build() |
static CfnFlow.Builder |
create(Construct scope,
java.lang.String id) |
CfnFlow.Builder |
name(java.lang.String name)
The name of the flow.
|
CfnFlow.Builder |
source(CfnFlow.SourceProperty source)
The settings for the source that you want to use for the new flow.
|
CfnFlow.Builder |
source(IResolvable source)
The settings for the source that you want to use for the new flow.
|
CfnFlow.Builder |
sourceFailoverConfig(CfnFlow.FailoverConfigProperty sourceFailoverConfig)
The settings for source failover.
|
CfnFlow.Builder |
sourceFailoverConfig(IResolvable sourceFailoverConfig)
The settings for source failover.
|
public static CfnFlow.Builder create(Construct scope, java.lang.String id)
scope
- - scope in which this resource is defined. This parameter is required.id
- - scoped id of the resource. This parameter is required.CfnFlow.EncryptionProperty.Builder
.public CfnFlow.Builder name(java.lang.String name)
name
- The name of the flow. This parameter is required.this
public CfnFlow.Builder source(CfnFlow.SourceProperty source)
source
- The settings for the source that you want to use for the new flow. This parameter is required.this
public CfnFlow.Builder source(IResolvable source)
source
- The settings for the source that you want to use for the new flow. This parameter is required.this
public CfnFlow.Builder availabilityZone(java.lang.String availabilityZone)
These options are limited to the Availability Zones within the current AWS Region.
availabilityZone
- The Availability Zone that you want to create the flow in. This parameter is required.this
public CfnFlow.Builder sourceFailoverConfig(IResolvable sourceFailoverConfig)
sourceFailoverConfig
- The settings for source failover. This parameter is required.this
public CfnFlow.Builder sourceFailoverConfig(CfnFlow.FailoverConfigProperty sourceFailoverConfig)
sourceFailoverConfig
- The settings for source failover. This parameter is required.this
public CfnFlow build()