Class CfnDataflowEndpointGroupV2Props.Builder
java.lang.Object
software.amazon.awscdk.services.groundstation.CfnDataflowEndpointGroupV2Props.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataflowEndpointGroupV2Props>
- Enclosing interface:
CfnDataflowEndpointGroupV2Props
@Stability(Stable)
public static final class CfnDataflowEndpointGroupV2Props.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataflowEndpointGroupV2Props>
A builder for
CfnDataflowEndpointGroupV2Props-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.contactPostPassDurationSeconds(Number contactPostPassDurationSeconds) Sets the value ofCfnDataflowEndpointGroupV2Props.getContactPostPassDurationSeconds()contactPrePassDurationSeconds(Number contactPrePassDurationSeconds) Sets the value ofCfnDataflowEndpointGroupV2Props.getContactPrePassDurationSeconds()Sets the value ofCfnDataflowEndpointGroupV2Props.getEndpoints()endpoints(IResolvable endpoints) Sets the value ofCfnDataflowEndpointGroupV2Props.getEndpoints()Sets the value ofCfnDataflowEndpointGroupV2Props.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
contactPostPassDurationSeconds
@Stability(Stable) public CfnDataflowEndpointGroupV2Props.Builder contactPostPassDurationSeconds(Number contactPostPassDurationSeconds) Sets the value ofCfnDataflowEndpointGroupV2Props.getContactPostPassDurationSeconds()- Parameters:
contactPostPassDurationSeconds- Amount of time, in seconds, after a contact ends that the Ground Station Dataflow Endpoint Group will be in a POSTPASS state.- Returns:
this
-
contactPrePassDurationSeconds
@Stability(Stable) public CfnDataflowEndpointGroupV2Props.Builder contactPrePassDurationSeconds(Number contactPrePassDurationSeconds) Sets the value ofCfnDataflowEndpointGroupV2Props.getContactPrePassDurationSeconds()- Parameters:
contactPrePassDurationSeconds- Amount of time, in seconds, before a contact starts that the Ground Station Dataflow Endpoint Group will be in a PREPASS state.- Returns:
this
-
endpoints
Sets the value ofCfnDataflowEndpointGroupV2Props.getEndpoints()- Parameters:
endpoints- List of endpoints for the dataflow endpoint group.- Returns:
this
-
endpoints
@Stability(Stable) public CfnDataflowEndpointGroupV2Props.Builder endpoints(List<? extends Object> endpoints) Sets the value ofCfnDataflowEndpointGroupV2Props.getEndpoints()- Parameters:
endpoints- List of endpoints for the dataflow endpoint group.- Returns:
this
-
tags
Sets the value ofCfnDataflowEndpointGroupV2Props.getTags()- Parameters:
tags- Tags assigned to a resource.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDataflowEndpointGroupV2Props>- Returns:
- a new instance of
CfnDataflowEndpointGroupV2Props - Throws:
NullPointerException- if any required attribute was not provided
-