Class CfnDataflowEndpointGroupV2.Builder
java.lang.Object
software.amazon.awscdk.services.groundstation.CfnDataflowEndpointGroupV2.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataflowEndpointGroupV2>
- Enclosing class:
CfnDataflowEndpointGroupV2
@Stability(Stable)
public static final class CfnDataflowEndpointGroupV2.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataflowEndpointGroupV2>
A fluent builder for
CfnDataflowEndpointGroupV2.-
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.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 CfnDataflowEndpointGroupV2.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnDataflowEndpointGroupV2.Builder.
-
contactPostPassDurationSeconds
@Stability(Stable) public CfnDataflowEndpointGroupV2.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 CfnDataflowEndpointGroupV2.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
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 CfnDataflowEndpointGroupV2.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
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<CfnDataflowEndpointGroupV2>- Returns:
- a newly built instance of
CfnDataflowEndpointGroupV2.
-