Class CfnDataflowEndpointGroupV2PropsMixin.UplinkDataflowDetailsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.groundstation.CfnDataflowEndpointGroupV2PropsMixin.UplinkDataflowDetailsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataflowEndpointGroupV2PropsMixin.UplinkDataflowDetailsProperty>
- Enclosing interface:
CfnDataflowEndpointGroupV2PropsMixin.UplinkDataflowDetailsProperty
@Stability(Stable)
public static final class CfnDataflowEndpointGroupV2PropsMixin.UplinkDataflowDetailsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataflowEndpointGroupV2PropsMixin.UplinkDataflowDetailsProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionagentConnectionDetails(CfnDataflowEndpointGroupV2PropsMixin.UplinkConnectionDetailsProperty agentConnectionDetails) agentConnectionDetails(IResolvable agentConnectionDetails) build()Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
agentConnectionDetails
@Stability(Stable) public CfnDataflowEndpointGroupV2PropsMixin.UplinkDataflowDetailsProperty.Builder agentConnectionDetails(IResolvable agentConnectionDetails) Sets the value ofCfnDataflowEndpointGroupV2PropsMixin.UplinkDataflowDetailsProperty.getAgentConnectionDetails()- Parameters:
agentConnectionDetails- Uplink connection details for customer to Agent and Agent to Ground Station.- Returns:
this
-
agentConnectionDetails
@Stability(Stable) public CfnDataflowEndpointGroupV2PropsMixin.UplinkDataflowDetailsProperty.Builder agentConnectionDetails(CfnDataflowEndpointGroupV2PropsMixin.UplinkConnectionDetailsProperty agentConnectionDetails) Sets the value ofCfnDataflowEndpointGroupV2PropsMixin.UplinkDataflowDetailsProperty.getAgentConnectionDetails()- Parameters:
agentConnectionDetails- Uplink connection details for customer to Agent and Agent to Ground Station.- Returns:
this
-
build
@Stability(Stable) public CfnDataflowEndpointGroupV2PropsMixin.UplinkDataflowDetailsProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDataflowEndpointGroupV2PropsMixin.UplinkDataflowDetailsProperty>- Returns:
- a new instance of
CfnDataflowEndpointGroupV2PropsMixin.UplinkDataflowDetailsProperty - Throws:
NullPointerException- if any required attribute was not provided
-