public static interface AntennaDownlinkConfig.Builder extends SdkPojo, CopyableBuilder<AntennaDownlinkConfig.Builder,AntennaDownlinkConfig>
Modifier and Type | Method and Description |
---|---|
default AntennaDownlinkConfig.Builder |
spectrumConfig(Consumer<SpectrumConfig.Builder> spectrumConfig)
Object that describes a spectral
Config . |
AntennaDownlinkConfig.Builder |
spectrumConfig(SpectrumConfig spectrumConfig)
Object that describes a spectral
Config . |
equalsBySdkFields, sdkFields
copy
applyMutation, build
AntennaDownlinkConfig.Builder spectrumConfig(SpectrumConfig spectrumConfig)
Object that describes a spectral Config
.
spectrumConfig
- Object that describes a spectral Config
.default AntennaDownlinkConfig.Builder spectrumConfig(Consumer<SpectrumConfig.Builder> spectrumConfig)
Object that describes a spectral Config
.
SpectrumConfig.Builder
avoiding the need to
create one manually via SpectrumConfig.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to spectrumConfig(SpectrumConfig)
.spectrumConfig
- a consumer that will call methods on SpectrumConfig.Builder
spectrumConfig(SpectrumConfig)
Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.