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