Interface AntennaDownlinkDemodDecodeConfig.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AntennaDownlinkDemodDecodeConfig.Builder,AntennaDownlinkDemodDecodeConfig>,SdkBuilder<AntennaDownlinkDemodDecodeConfig.Builder,AntennaDownlinkDemodDecodeConfig>,SdkPojo
- Enclosing class:
- AntennaDownlinkDemodDecodeConfig
public static interface AntennaDownlinkDemodDecodeConfig.Builder extends SdkPojo, CopyableBuilder<AntennaDownlinkDemodDecodeConfig.Builder,AntennaDownlinkDemodDecodeConfig>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default AntennaDownlinkDemodDecodeConfig.BuilderdecodeConfig(Consumer<DecodeConfig.Builder> decodeConfig)Information about the decodeConfig.AntennaDownlinkDemodDecodeConfig.BuilderdecodeConfig(DecodeConfig decodeConfig)Information about the decodeConfig.default AntennaDownlinkDemodDecodeConfig.BuilderdemodulationConfig(Consumer<DemodulationConfig.Builder> demodulationConfig)Information about the demodulationConfig.AntennaDownlinkDemodDecodeConfig.BuilderdemodulationConfig(DemodulationConfig demodulationConfig)Information about the demodulationConfig.default AntennaDownlinkDemodDecodeConfig.BuilderspectrumConfig(Consumer<SpectrumConfig.Builder> spectrumConfig)Information about the spectralConfig.AntennaDownlinkDemodDecodeConfig.BuilderspectrumConfig(SpectrumConfig spectrumConfig)Information about the spectralConfig.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
decodeConfig
AntennaDownlinkDemodDecodeConfig.Builder decodeConfig(DecodeConfig decodeConfig)
Information about the decode
Config.- Parameters:
decodeConfig- Information about the decodeConfig.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
decodeConfig
default AntennaDownlinkDemodDecodeConfig.Builder decodeConfig(Consumer<DecodeConfig.Builder> decodeConfig)
Information about the decode
This is a convenience method that creates an instance of theConfig.DecodeConfig.Builderavoiding the need to create one manually viaDecodeConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todecodeConfig(DecodeConfig).- Parameters:
decodeConfig- a consumer that will call methods onDecodeConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
decodeConfig(DecodeConfig)
-
demodulationConfig
AntennaDownlinkDemodDecodeConfig.Builder demodulationConfig(DemodulationConfig demodulationConfig)
Information about the demodulation
Config.- Parameters:
demodulationConfig- Information about the demodulationConfig.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
demodulationConfig
default AntennaDownlinkDemodDecodeConfig.Builder demodulationConfig(Consumer<DemodulationConfig.Builder> demodulationConfig)
Information about the demodulation
This is a convenience method that creates an instance of theConfig.DemodulationConfig.Builderavoiding the need to create one manually viaDemodulationConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todemodulationConfig(DemodulationConfig).- Parameters:
demodulationConfig- a consumer that will call methods onDemodulationConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
demodulationConfig(DemodulationConfig)
-
spectrumConfig
AntennaDownlinkDemodDecodeConfig.Builder spectrumConfig(SpectrumConfig spectrumConfig)
Information about the spectral
Config.- Parameters:
spectrumConfig- Information about the spectralConfig.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
spectrumConfig
default AntennaDownlinkDemodDecodeConfig.Builder spectrumConfig(Consumer<SpectrumConfig.Builder> spectrumConfig)
Information about the spectral
This is a convenience method that creates an instance of theConfig.SpectrumConfig.Builderavoiding the need to create one manually viaSpectrumConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tospectrumConfig(SpectrumConfig).- Parameters:
spectrumConfig- a consumer that will call methods onSpectrumConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
spectrumConfig(SpectrumConfig)
-
-