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