Class CfnDataflowEndpointGroupV2PropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.groundstation.CfnDataflowEndpointGroupV2PropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataflowEndpointGroupV2PropsMixin>
- Enclosing class:
CfnDataflowEndpointGroupV2PropsMixin
@Stability(Stable)
public static final class CfnDataflowEndpointGroupV2PropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataflowEndpointGroupV2PropsMixin>
A fluent builder for
CfnDataflowEndpointGroupV2PropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()contactPostPassDurationSeconds(Number contactPostPassDurationSeconds) Amount of time, in seconds, after a contact ends that the Ground Station Dataflow Endpoint Group will be in a POSTPASS state.contactPrePassDurationSeconds(Number contactPrePassDurationSeconds) Amount of time, in seconds, before a contact starts that the Ground Station Dataflow Endpoint Group will be in a PREPASS state.create()create(CfnPropertyMixinOptions options) List of endpoints for the dataflow endpoint group.endpoints(IResolvable endpoints) List of endpoints for the dataflow endpoint group.Tags assigned to a resource.
-
Method Details
-
create
@Stability(Stable) public static CfnDataflowEndpointGroupV2PropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnDataflowEndpointGroupV2PropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnDataflowEndpointGroupV2PropsMixin.Builder.
-
contactPostPassDurationSeconds
@Stability(Stable) public CfnDataflowEndpointGroupV2PropsMixin.Builder contactPostPassDurationSeconds(Number contactPostPassDurationSeconds) Amount of time, in seconds, after a contact ends that the Ground Station Dataflow Endpoint Group will be in a POSTPASS state.- Parameters:
contactPostPassDurationSeconds- Amount of time, in seconds, after a contact ends that the Ground Station Dataflow Endpoint Group will be in a POSTPASS state. This parameter is required.- Returns:
this- See Also:
-
contactPrePassDurationSeconds
@Stability(Stable) public CfnDataflowEndpointGroupV2PropsMixin.Builder contactPrePassDurationSeconds(Number contactPrePassDurationSeconds) Amount of time, in seconds, before a contact starts that the Ground Station Dataflow Endpoint Group will be in a PREPASS state.- Parameters:
contactPrePassDurationSeconds- Amount of time, in seconds, before a contact starts that the Ground Station Dataflow Endpoint Group will be in a PREPASS state. This parameter is required.- Returns:
this- See Also:
-
endpoints
@Stability(Stable) public CfnDataflowEndpointGroupV2PropsMixin.Builder endpoints(IResolvable endpoints) List of endpoints for the dataflow endpoint group.- Parameters:
endpoints- List of endpoints for the dataflow endpoint group. This parameter is required.- Returns:
this- See Also:
-
endpoints
@Stability(Stable) public CfnDataflowEndpointGroupV2PropsMixin.Builder endpoints(List<? extends Object> endpoints) List of endpoints for the dataflow endpoint group.- Parameters:
endpoints- List of endpoints for the dataflow endpoint group. This parameter is required.- Returns:
this- See Also:
-
tags
@Stability(Stable) public CfnDataflowEndpointGroupV2PropsMixin.Builder tags(List<? extends CfnTag> tags) Tags assigned to a resource.- Parameters:
tags- Tags assigned to a resource. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDataflowEndpointGroupV2PropsMixin>- Returns:
- a newly built instance of
CfnDataflowEndpointGroupV2PropsMixin.
-