Interface Source.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Source.Builder,
,Source> SdkBuilder<Source.Builder,
,Source> SdkPojo
- Enclosing class:
Source
-
Method Summary
Modifier and TypeMethodDescriptiondefault Source.Builder
configDetails
(Consumer<ConfigDetails.Builder> configDetails) Additional details for aConfig
, if type isdataflow-endpoint
orantenna-downlink-demod-decode
configDetails
(ConfigDetails configDetails) Additional details for aConfig
, if type isdataflow-endpoint
orantenna-downlink-demod-decode
UUID of aConfig
.configType
(String configType) Type of aConfig
.configType
(ConfigCapabilityType configType) Type of aConfig
.dataflowSourceRegion
(String dataflowSourceRegion) Region of a dataflow source.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 Details
-
configDetails
Additional details for a
Config
, if type isdataflow-endpoint
orantenna-downlink-demod-decode
- Parameters:
configDetails
- Additional details for aConfig
, if type isdataflow-endpoint
orantenna-downlink-demod-decode
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configDetails
Additional details for a
This is a convenience method that creates an instance of theConfig
, if type isdataflow-endpoint
orantenna-downlink-demod-decode
ConfigDetails.Builder
avoiding the need to create one manually viaConfigDetails.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toconfigDetails(ConfigDetails)
.- Parameters:
configDetails
- a consumer that will call methods onConfigDetails.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
configId
UUID of a
Config
.- Parameters:
configId
- UUID of aConfig
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configType
Type of a
Config
.- Parameters:
configType
- Type of aConfig
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
configType
Type of a
Config
.- Parameters:
configType
- Type of aConfig
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
dataflowSourceRegion
Region of a dataflow source.
- Parameters:
dataflowSourceRegion
- Region of a dataflow source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-