Class CfnDataflowEndpointGroupMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.groundstation.CfnDataflowEndpointGroupMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataflowEndpointGroupMixinProps>
- Enclosing interface:
CfnDataflowEndpointGroupMixinProps
@Stability(Stable)
public static final class CfnDataflowEndpointGroupMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataflowEndpointGroupMixinProps>
A builder for
CfnDataflowEndpointGroupMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.contactPostPassDurationSeconds(Number contactPostPassDurationSeconds) Sets the value ofCfnDataflowEndpointGroupMixinProps.getContactPostPassDurationSeconds()contactPrePassDurationSeconds(Number contactPrePassDurationSeconds) Sets the value ofCfnDataflowEndpointGroupMixinProps.getContactPrePassDurationSeconds()endpointDetails(List<? extends Object> endpointDetails) Sets the value ofCfnDataflowEndpointGroupMixinProps.getEndpointDetails()endpointDetails(IResolvable endpointDetails) Sets the value ofCfnDataflowEndpointGroupMixinProps.getEndpointDetails()Sets the value ofCfnDataflowEndpointGroupMixinProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
contactPostPassDurationSeconds
@Stability(Stable) public CfnDataflowEndpointGroupMixinProps.Builder contactPostPassDurationSeconds(Number contactPostPassDurationSeconds) Sets the value ofCfnDataflowEndpointGroupMixinProps.getContactPostPassDurationSeconds()- Parameters:
contactPostPassDurationSeconds- Amount of time, in seconds, after a contact ends that the Ground Station Dataflow Endpoint Group will be in aPOSTPASSstate. A Ground Station Dataflow Endpoint Group State Change event will be emitted when the Dataflow Endpoint Group enters and exits thePOSTPASSstate.- Returns:
this
-
contactPrePassDurationSeconds
@Stability(Stable) public CfnDataflowEndpointGroupMixinProps.Builder contactPrePassDurationSeconds(Number contactPrePassDurationSeconds) Sets the value ofCfnDataflowEndpointGroupMixinProps.getContactPrePassDurationSeconds()- Parameters:
contactPrePassDurationSeconds- Amount of time, in seconds, before a contact starts that the Ground Station Dataflow Endpoint Group will be in aPREPASSstate. A Ground Station Dataflow Endpoint Group State Change event will be emitted when the Dataflow Endpoint Group enters and exits thePREPASSstate.- Returns:
this
-
endpointDetails
@Stability(Stable) public CfnDataflowEndpointGroupMixinProps.Builder endpointDetails(IResolvable endpointDetails) Sets the value ofCfnDataflowEndpointGroupMixinProps.getEndpointDetails()- Parameters:
endpointDetails- List of Endpoint Details, containing address and port for each endpoint. All dataflow endpoints within a single dataflow endpoint group must be of the same type. You cannot mix AWS Ground Station Agent endpoints with Dataflow endpoints in the same group. If your use case requires both types of endpoints, you must create separate dataflow endpoint groups for each type.- Returns:
this
-
endpointDetails
@Stability(Stable) public CfnDataflowEndpointGroupMixinProps.Builder endpointDetails(List<? extends Object> endpointDetails) Sets the value ofCfnDataflowEndpointGroupMixinProps.getEndpointDetails()- Parameters:
endpointDetails- List of Endpoint Details, containing address and port for each endpoint. All dataflow endpoints within a single dataflow endpoint group must be of the same type. You cannot mix AWS Ground Station Agent endpoints with Dataflow endpoints in the same group. If your use case requires both types of endpoints, you must create separate dataflow endpoint groups for each type.- Returns:
this
-
tags
@Stability(Stable) public CfnDataflowEndpointGroupMixinProps.Builder tags(List<? extends CfnTag> tags) Sets the value ofCfnDataflowEndpointGroupMixinProps.getTags()- Parameters:
tags- Tags assigned to a resource.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDataflowEndpointGroupMixinProps>- Returns:
- a new instance of
CfnDataflowEndpointGroupMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-