Class CfnConfig.ConfigDataProperty.Builder
java.lang.Object
software.amazon.awscdk.services.groundstation.CfnConfig.ConfigDataProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnConfig.ConfigDataProperty>
- Enclosing interface:
CfnConfig.ConfigDataProperty
@Stability(Stable)
public static final class CfnConfig.ConfigDataProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnConfig.ConfigDataProperty>
A builder for
CfnConfig.ConfigDataProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionantennaDownlinkConfig
(IResolvable antennaDownlinkConfig) Sets the value ofCfnConfig.ConfigDataProperty.getAntennaDownlinkConfig()
antennaDownlinkConfig
(CfnConfig.AntennaDownlinkConfigProperty antennaDownlinkConfig) Sets the value ofCfnConfig.ConfigDataProperty.getAntennaDownlinkConfig()
antennaDownlinkDemodDecodeConfig
(IResolvable antennaDownlinkDemodDecodeConfig) Sets the value ofCfnConfig.ConfigDataProperty.getAntennaDownlinkDemodDecodeConfig()
antennaDownlinkDemodDecodeConfig
(CfnConfig.AntennaDownlinkDemodDecodeConfigProperty antennaDownlinkDemodDecodeConfig) Sets the value ofCfnConfig.ConfigDataProperty.getAntennaDownlinkDemodDecodeConfig()
antennaUplinkConfig
(IResolvable antennaUplinkConfig) Sets the value ofCfnConfig.ConfigDataProperty.getAntennaUplinkConfig()
antennaUplinkConfig
(CfnConfig.AntennaUplinkConfigProperty antennaUplinkConfig) Sets the value ofCfnConfig.ConfigDataProperty.getAntennaUplinkConfig()
build()
Builds the configured instance.dataflowEndpointConfig
(IResolvable dataflowEndpointConfig) Sets the value ofCfnConfig.ConfigDataProperty.getDataflowEndpointConfig()
dataflowEndpointConfig
(CfnConfig.DataflowEndpointConfigProperty dataflowEndpointConfig) Sets the value ofCfnConfig.ConfigDataProperty.getDataflowEndpointConfig()
s3RecordingConfig
(IResolvable s3RecordingConfig) Sets the value ofCfnConfig.ConfigDataProperty.getS3RecordingConfig()
s3RecordingConfig
(CfnConfig.S3RecordingConfigProperty s3RecordingConfig) Sets the value ofCfnConfig.ConfigDataProperty.getS3RecordingConfig()
trackingConfig
(IResolvable trackingConfig) Sets the value ofCfnConfig.ConfigDataProperty.getTrackingConfig()
trackingConfig
(CfnConfig.TrackingConfigProperty trackingConfig) Sets the value ofCfnConfig.ConfigDataProperty.getTrackingConfig()
uplinkEchoConfig
(IResolvable uplinkEchoConfig) Sets the value ofCfnConfig.ConfigDataProperty.getUplinkEchoConfig()
uplinkEchoConfig
(CfnConfig.UplinkEchoConfigProperty uplinkEchoConfig) Sets the value ofCfnConfig.ConfigDataProperty.getUplinkEchoConfig()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
antennaDownlinkConfig
@Stability(Stable) public CfnConfig.ConfigDataProperty.Builder antennaDownlinkConfig(IResolvable antennaDownlinkConfig) Sets the value ofCfnConfig.ConfigDataProperty.getAntennaDownlinkConfig()
- Parameters:
antennaDownlinkConfig
- Provides information for an antenna downlink config object. Antenna downlink config objects are used to provide parameters for downlinks where no demodulation or decoding is performed by Ground Station (RF over IP downlinks).- Returns:
this
-
antennaDownlinkConfig
@Stability(Stable) public CfnConfig.ConfigDataProperty.Builder antennaDownlinkConfig(CfnConfig.AntennaDownlinkConfigProperty antennaDownlinkConfig) Sets the value ofCfnConfig.ConfigDataProperty.getAntennaDownlinkConfig()
- Parameters:
antennaDownlinkConfig
- Provides information for an antenna downlink config object. Antenna downlink config objects are used to provide parameters for downlinks where no demodulation or decoding is performed by Ground Station (RF over IP downlinks).- Returns:
this
-
antennaDownlinkDemodDecodeConfig
@Stability(Stable) public CfnConfig.ConfigDataProperty.Builder antennaDownlinkDemodDecodeConfig(IResolvable antennaDownlinkDemodDecodeConfig) Sets the value ofCfnConfig.ConfigDataProperty.getAntennaDownlinkDemodDecodeConfig()
- Parameters:
antennaDownlinkDemodDecodeConfig
- Provides information for a downlink demod decode config object. Downlink demod decode config objects are used to provide parameters for downlinks where the Ground Station service will demodulate and decode the downlinked data.- Returns:
this
-
antennaDownlinkDemodDecodeConfig
@Stability(Stable) public CfnConfig.ConfigDataProperty.Builder antennaDownlinkDemodDecodeConfig(CfnConfig.AntennaDownlinkDemodDecodeConfigProperty antennaDownlinkDemodDecodeConfig) Sets the value ofCfnConfig.ConfigDataProperty.getAntennaDownlinkDemodDecodeConfig()
- Parameters:
antennaDownlinkDemodDecodeConfig
- Provides information for a downlink demod decode config object. Downlink demod decode config objects are used to provide parameters for downlinks where the Ground Station service will demodulate and decode the downlinked data.- Returns:
this
-
antennaUplinkConfig
@Stability(Stable) public CfnConfig.ConfigDataProperty.Builder antennaUplinkConfig(IResolvable antennaUplinkConfig) Sets the value ofCfnConfig.ConfigDataProperty.getAntennaUplinkConfig()
- Parameters:
antennaUplinkConfig
- Provides information for an uplink config object. Uplink config objects are used to provide parameters for uplink contacts.- Returns:
this
-
antennaUplinkConfig
@Stability(Stable) public CfnConfig.ConfigDataProperty.Builder antennaUplinkConfig(CfnConfig.AntennaUplinkConfigProperty antennaUplinkConfig) Sets the value ofCfnConfig.ConfigDataProperty.getAntennaUplinkConfig()
- Parameters:
antennaUplinkConfig
- Provides information for an uplink config object. Uplink config objects are used to provide parameters for uplink contacts.- Returns:
this
-
dataflowEndpointConfig
@Stability(Stable) public CfnConfig.ConfigDataProperty.Builder dataflowEndpointConfig(IResolvable dataflowEndpointConfig) Sets the value ofCfnConfig.ConfigDataProperty.getDataflowEndpointConfig()
- Parameters:
dataflowEndpointConfig
- Provides information for a dataflow endpoint config object. Dataflow endpoint config objects are used to provide parameters about which IP endpoint(s) to use during a contact. Dataflow endpoints are where Ground Station sends data during a downlink contact and where Ground Station receives data to send to the satellite during an uplink contact.- Returns:
this
-
dataflowEndpointConfig
@Stability(Stable) public CfnConfig.ConfigDataProperty.Builder dataflowEndpointConfig(CfnConfig.DataflowEndpointConfigProperty dataflowEndpointConfig) Sets the value ofCfnConfig.ConfigDataProperty.getDataflowEndpointConfig()
- Parameters:
dataflowEndpointConfig
- Provides information for a dataflow endpoint config object. Dataflow endpoint config objects are used to provide parameters about which IP endpoint(s) to use during a contact. Dataflow endpoints are where Ground Station sends data during a downlink contact and where Ground Station receives data to send to the satellite during an uplink contact.- Returns:
this
-
s3RecordingConfig
@Stability(Stable) public CfnConfig.ConfigDataProperty.Builder s3RecordingConfig(IResolvable s3RecordingConfig) Sets the value ofCfnConfig.ConfigDataProperty.getS3RecordingConfig()
- Parameters:
s3RecordingConfig
- Provides information for an S3 recording config object. S3 recording config objects are used to provide parameters for S3 recording during downlink contacts.- Returns:
this
-
s3RecordingConfig
@Stability(Stable) public CfnConfig.ConfigDataProperty.Builder s3RecordingConfig(CfnConfig.S3RecordingConfigProperty s3RecordingConfig) Sets the value ofCfnConfig.ConfigDataProperty.getS3RecordingConfig()
- Parameters:
s3RecordingConfig
- Provides information for an S3 recording config object. S3 recording config objects are used to provide parameters for S3 recording during downlink contacts.- Returns:
this
-
trackingConfig
@Stability(Stable) public CfnConfig.ConfigDataProperty.Builder trackingConfig(IResolvable trackingConfig) Sets the value ofCfnConfig.ConfigDataProperty.getTrackingConfig()
- Parameters:
trackingConfig
- Provides information for a tracking config object. Tracking config objects are used to provide parameters about how to track the satellite through the sky during a contact.- Returns:
this
-
trackingConfig
@Stability(Stable) public CfnConfig.ConfigDataProperty.Builder trackingConfig(CfnConfig.TrackingConfigProperty trackingConfig) Sets the value ofCfnConfig.ConfigDataProperty.getTrackingConfig()
- Parameters:
trackingConfig
- Provides information for a tracking config object. Tracking config objects are used to provide parameters about how to track the satellite through the sky during a contact.- Returns:
this
-
uplinkEchoConfig
@Stability(Stable) public CfnConfig.ConfigDataProperty.Builder uplinkEchoConfig(IResolvable uplinkEchoConfig) Sets the value ofCfnConfig.ConfigDataProperty.getUplinkEchoConfig()
- Parameters:
uplinkEchoConfig
- Provides information for an uplink echo config object. Uplink echo config objects are used to provide parameters for uplink echo during uplink contacts.- Returns:
this
-
uplinkEchoConfig
@Stability(Stable) public CfnConfig.ConfigDataProperty.Builder uplinkEchoConfig(CfnConfig.UplinkEchoConfigProperty uplinkEchoConfig) Sets the value ofCfnConfig.ConfigDataProperty.getUplinkEchoConfig()
- Parameters:
uplinkEchoConfig
- Provides information for an uplink echo config object. Uplink echo config objects are used to provide parameters for uplink echo during uplink contacts.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnConfig.ConfigDataProperty>
- Returns:
- a new instance of
CfnConfig.ConfigDataProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-