public static interface ConfigTypeData.Builder extends SdkPojo, CopyableBuilder<ConfigTypeData.Builder,ConfigTypeData>
| Modifier and Type | Method and Description |
|---|---|
ConfigTypeData.Builder |
antennaDownlinkConfig(AntennaDownlinkConfig antennaDownlinkConfig)
Information about how AWS Ground Station should configure an antenna for downlink during a contact.
|
default ConfigTypeData.Builder |
antennaDownlinkConfig(Consumer<AntennaDownlinkConfig.Builder> antennaDownlinkConfig)
Information about how AWS Ground Station should configure an antenna for downlink during a contact.
|
ConfigTypeData.Builder |
antennaDownlinkDemodDecodeConfig(AntennaDownlinkDemodDecodeConfig antennaDownlinkDemodDecodeConfig)
Information about how AWS Ground Station should configure an antenna for downlink demod decode during a
contact.
|
default ConfigTypeData.Builder |
antennaDownlinkDemodDecodeConfig(Consumer<AntennaDownlinkDemodDecodeConfig.Builder> antennaDownlinkDemodDecodeConfig)
Information about how AWS Ground Station should configure an antenna for downlink demod decode during a
contact.
|
ConfigTypeData.Builder |
antennaUplinkConfig(AntennaUplinkConfig antennaUplinkConfig)
Information about how AWS Ground Station should configure an antenna for uplink during a contact.
|
default ConfigTypeData.Builder |
antennaUplinkConfig(Consumer<AntennaUplinkConfig.Builder> antennaUplinkConfig)
Information about how AWS Ground Station should configure an antenna for uplink during a contact.
|
default ConfigTypeData.Builder |
dataflowEndpointConfig(Consumer<DataflowEndpointConfig.Builder> dataflowEndpointConfig)
Information about the dataflow endpoint
Config. |
ConfigTypeData.Builder |
dataflowEndpointConfig(DataflowEndpointConfig dataflowEndpointConfig)
Information about the dataflow endpoint
Config. |
default ConfigTypeData.Builder |
s3RecordingConfig(Consumer<S3RecordingConfig.Builder> s3RecordingConfig)
Information about an S3 recording
Config. |
ConfigTypeData.Builder |
s3RecordingConfig(S3RecordingConfig s3RecordingConfig)
Information about an S3 recording
Config. |
default ConfigTypeData.Builder |
trackingConfig(Consumer<TrackingConfig.Builder> trackingConfig)
Object that determines whether tracking should be used during a contact executed with this
Config in the mission profile. |
ConfigTypeData.Builder |
trackingConfig(TrackingConfig trackingConfig)
Object that determines whether tracking should be used during a contact executed with this
Config in the mission profile. |
default ConfigTypeData.Builder |
uplinkEchoConfig(Consumer<UplinkEchoConfig.Builder> uplinkEchoConfig)
Information about an uplink echo
Config. |
ConfigTypeData.Builder |
uplinkEchoConfig(UplinkEchoConfig uplinkEchoConfig)
Information about an uplink echo
Config. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildConfigTypeData.Builder antennaDownlinkConfig(AntennaDownlinkConfig antennaDownlinkConfig)
Information about how AWS Ground Station should configure an antenna for downlink during a contact.
antennaDownlinkConfig - Information about how AWS Ground Station should configure an antenna for downlink during a contact.default ConfigTypeData.Builder antennaDownlinkConfig(Consumer<AntennaDownlinkConfig.Builder> antennaDownlinkConfig)
Information about how AWS Ground Station should configure an antenna for downlink during a contact.
This is a convenience method that creates an instance of theAntennaDownlinkConfig.Builder avoiding
the need to create one manually via AntennaDownlinkConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to antennaDownlinkConfig(AntennaDownlinkConfig).
antennaDownlinkConfig - a consumer that will call methods on AntennaDownlinkConfig.BuilderantennaDownlinkConfig(AntennaDownlinkConfig)ConfigTypeData.Builder antennaDownlinkDemodDecodeConfig(AntennaDownlinkDemodDecodeConfig antennaDownlinkDemodDecodeConfig)
Information about how AWS Ground Station should configure an antenna for downlink demod decode during a contact.
antennaDownlinkDemodDecodeConfig - Information about how AWS Ground Station should configure an antenna for downlink demod decode during a
contact.default ConfigTypeData.Builder antennaDownlinkDemodDecodeConfig(Consumer<AntennaDownlinkDemodDecodeConfig.Builder> antennaDownlinkDemodDecodeConfig)
Information about how AWS Ground Station should configure an antenna for downlink demod decode during a contact.
This is a convenience method that creates an instance of theAntennaDownlinkDemodDecodeConfig.Builder
avoiding the need to create one manually via AntennaDownlinkDemodDecodeConfig.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
antennaDownlinkDemodDecodeConfig(AntennaDownlinkDemodDecodeConfig).
antennaDownlinkDemodDecodeConfig - a consumer that will call methods on AntennaDownlinkDemodDecodeConfig.BuilderantennaDownlinkDemodDecodeConfig(AntennaDownlinkDemodDecodeConfig)ConfigTypeData.Builder antennaUplinkConfig(AntennaUplinkConfig antennaUplinkConfig)
Information about how AWS Ground Station should configure an antenna for uplink during a contact.
antennaUplinkConfig - Information about how AWS Ground Station should configure an antenna for uplink during a contact.default ConfigTypeData.Builder antennaUplinkConfig(Consumer<AntennaUplinkConfig.Builder> antennaUplinkConfig)
Information about how AWS Ground Station should configure an antenna for uplink during a contact.
This is a convenience method that creates an instance of theAntennaUplinkConfig.Builder avoiding the
need to create one manually via AntennaUplinkConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to antennaUplinkConfig(AntennaUplinkConfig).
antennaUplinkConfig - a consumer that will call methods on AntennaUplinkConfig.BuilderantennaUplinkConfig(AntennaUplinkConfig)ConfigTypeData.Builder dataflowEndpointConfig(DataflowEndpointConfig dataflowEndpointConfig)
Information about the dataflow endpoint Config.
dataflowEndpointConfig - Information about the dataflow endpoint Config.default ConfigTypeData.Builder dataflowEndpointConfig(Consumer<DataflowEndpointConfig.Builder> dataflowEndpointConfig)
Information about the dataflow endpoint Config.
DataflowEndpointConfig.Builder avoiding
the need to create one manually via DataflowEndpointConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to dataflowEndpointConfig(DataflowEndpointConfig).
dataflowEndpointConfig - a consumer that will call methods on DataflowEndpointConfig.BuilderdataflowEndpointConfig(DataflowEndpointConfig)ConfigTypeData.Builder s3RecordingConfig(S3RecordingConfig s3RecordingConfig)
Information about an S3 recording Config.
s3RecordingConfig - Information about an S3 recording Config.default ConfigTypeData.Builder s3RecordingConfig(Consumer<S3RecordingConfig.Builder> s3RecordingConfig)
Information about an S3 recording Config.
S3RecordingConfig.Builder avoiding the
need to create one manually via S3RecordingConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to s3RecordingConfig(S3RecordingConfig).
s3RecordingConfig - a consumer that will call methods on S3RecordingConfig.Builders3RecordingConfig(S3RecordingConfig)ConfigTypeData.Builder trackingConfig(TrackingConfig trackingConfig)
Object that determines whether tracking should be used during a contact executed with this
Config in the mission profile.
trackingConfig - Object that determines whether tracking should be used during a contact executed with this
Config in the mission profile.default ConfigTypeData.Builder trackingConfig(Consumer<TrackingConfig.Builder> trackingConfig)
Object that determines whether tracking should be used during a contact executed with this
Config in the mission profile.
TrackingConfig.Builder avoiding the need
to create one manually via TrackingConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to trackingConfig(TrackingConfig).
trackingConfig - a consumer that will call methods on TrackingConfig.BuildertrackingConfig(TrackingConfig)ConfigTypeData.Builder uplinkEchoConfig(UplinkEchoConfig uplinkEchoConfig)
Information about an uplink echo Config.
Parameters from the AntennaUplinkConfig, corresponding to the specified
AntennaUplinkConfigArn, are used when this UplinkEchoConfig is used in a contact.
uplinkEchoConfig - Information about an uplink echo Config.
Parameters from the AntennaUplinkConfig, corresponding to the specified
AntennaUplinkConfigArn, are used when this UplinkEchoConfig is used in a
contact.
default ConfigTypeData.Builder uplinkEchoConfig(Consumer<UplinkEchoConfig.Builder> uplinkEchoConfig)
Information about an uplink echo Config.
Parameters from the AntennaUplinkConfig, corresponding to the specified
AntennaUplinkConfigArn, are used when this UplinkEchoConfig is used in a contact.
UplinkEchoConfig.Builder avoiding the
need to create one manually via UplinkEchoConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to uplinkEchoConfig(UplinkEchoConfig).
uplinkEchoConfig - a consumer that will call methods on UplinkEchoConfig.BuilderuplinkEchoConfig(UplinkEchoConfig)Copyright © 2023. All rights reserved.