Class CfnDataflowEndpointGroupV2MixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.groundstation.CfnDataflowEndpointGroupV2MixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataflowEndpointGroupV2MixinProps>
- Enclosing interface:
CfnDataflowEndpointGroupV2MixinProps
@Stability(Stable)
public static final class CfnDataflowEndpointGroupV2MixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataflowEndpointGroupV2MixinProps>
A builder for
CfnDataflowEndpointGroupV2MixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.contactPostPassDurationSeconds(Number contactPostPassDurationSeconds) Sets the value ofCfnDataflowEndpointGroupV2MixinProps.getContactPostPassDurationSeconds()contactPrePassDurationSeconds(Number contactPrePassDurationSeconds) Sets the value ofCfnDataflowEndpointGroupV2MixinProps.getContactPrePassDurationSeconds()Sets the value ofCfnDataflowEndpointGroupV2MixinProps.getEndpoints()endpoints(IResolvable endpoints) Sets the value ofCfnDataflowEndpointGroupV2MixinProps.getEndpoints()Sets the value ofCfnDataflowEndpointGroupV2MixinProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
contactPostPassDurationSeconds
@Stability(Stable) public CfnDataflowEndpointGroupV2MixinProps.Builder contactPostPassDurationSeconds(Number contactPostPassDurationSeconds) Sets the value ofCfnDataflowEndpointGroupV2MixinProps.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 CfnDataflowEndpointGroupV2MixinProps.Builder contactPrePassDurationSeconds(Number contactPrePassDurationSeconds) Sets the value ofCfnDataflowEndpointGroupV2MixinProps.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
@Stability(Stable) public CfnDataflowEndpointGroupV2MixinProps.Builder endpoints(IResolvable endpoints) Sets the value ofCfnDataflowEndpointGroupV2MixinProps.getEndpoints()- Parameters:
endpoints- List of endpoints for the dataflow endpoint group.- Returns:
this
-
endpoints
@Stability(Stable) public CfnDataflowEndpointGroupV2MixinProps.Builder endpoints(List<? extends Object> endpoints) Sets the value ofCfnDataflowEndpointGroupV2MixinProps.getEndpoints()- Parameters:
endpoints- List of endpoints for the dataflow endpoint group.- Returns:
this
-
tags
@Stability(Stable) public CfnDataflowEndpointGroupV2MixinProps.Builder tags(List<? extends CfnTag> tags) Sets the value ofCfnDataflowEndpointGroupV2MixinProps.getTags()- Parameters:
tags- Tags assigned to a resource.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDataflowEndpointGroupV2MixinProps>- Returns:
- a new instance of
CfnDataflowEndpointGroupV2MixinProps - Throws:
NullPointerException- if any required attribute was not provided
-