Interface AntennaDownlinkConfig.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AntennaDownlinkConfig.Builder,AntennaDownlinkConfig>,SdkBuilder<AntennaDownlinkConfig.Builder,AntennaDownlinkConfig>,SdkPojo
- Enclosing class:
- AntennaDownlinkConfig
public static interface AntennaDownlinkConfig.Builder extends SdkPojo, CopyableBuilder<AntennaDownlinkConfig.Builder,AntennaDownlinkConfig>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default AntennaDownlinkConfig.BuilderspectrumConfig(Consumer<SpectrumConfig.Builder> spectrumConfig)Object that describes a spectralConfig.AntennaDownlinkConfig.BuilderspectrumConfig(SpectrumConfig spectrumConfig)Object that describes a 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
-
spectrumConfig
AntennaDownlinkConfig.Builder spectrumConfig(SpectrumConfig spectrumConfig)
Object that describes a spectral
Config.- Parameters:
spectrumConfig- Object that describes a spectralConfig.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
spectrumConfig
default AntennaDownlinkConfig.Builder spectrumConfig(Consumer<SpectrumConfig.Builder> spectrumConfig)
Object that describes a 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)
-
-