@Generated(value="software.amazon.awssdk:codegen") public final class ConfigTypeData extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ConfigTypeData.Builder,ConfigTypeData>
Object containing the parameters of a Config.
See the subtype definitions for what each type of Config contains.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ConfigTypeData.Builder |
| Modifier and Type | Method and Description |
|---|---|
AntennaDownlinkConfig |
antennaDownlinkConfig()
Information about how AWS Ground Station should configure an antenna for downlink during a contact.
|
AntennaDownlinkDemodDecodeConfig |
antennaDownlinkDemodDecodeConfig()
Information about how AWS Ground Station should configure an antenna for downlink demod decode during a contact.
|
AntennaUplinkConfig |
antennaUplinkConfig()
Information about how AWS Ground Station should configure an antenna for uplink during a contact.
|
static ConfigTypeData.Builder |
builder() |
DataflowEndpointConfig |
dataflowEndpointConfig()
Information about the dataflow endpoint
Config. |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
S3RecordingConfig |
s3RecordingConfig()
Information about an S3 recording
Config. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ConfigTypeData.Builder> |
serializableBuilderClass() |
ConfigTypeData.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
TrackingConfig |
trackingConfig()
Object that determines whether tracking should be used during a contact executed with this
Config in
the mission profile. |
UplinkEchoConfig |
uplinkEchoConfig()
Information about an uplink echo
Config. |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final AntennaDownlinkConfig antennaDownlinkConfig()
Information about how AWS Ground Station should configure an antenna for downlink during a contact.
public final AntennaDownlinkDemodDecodeConfig antennaDownlinkDemodDecodeConfig()
Information about how AWS Ground Station should configure an antenna for downlink demod decode during a contact.
public final AntennaUplinkConfig antennaUplinkConfig()
Information about how AWS Ground Station should configure an antenna for uplink during a contact.
public final DataflowEndpointConfig dataflowEndpointConfig()
Information about the dataflow endpoint Config.
Config.public final S3RecordingConfig s3RecordingConfig()
Information about an S3 recording Config.
Config.public final TrackingConfig trackingConfig()
Object that determines whether tracking should be used during a contact executed with this Config in
the mission profile.
Config in the mission profile.public final 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.
Config.
Parameters from the AntennaUplinkConfig, corresponding to the specified
AntennaUplinkConfigArn, are used when this UplinkEchoConfig is used in a
contact.
public ConfigTypeData.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ConfigTypeData.Builder,ConfigTypeData>public static ConfigTypeData.Builder builder()
public static Class<? extends ConfigTypeData.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.