Interface Source.Builder

All Superinterfaces:
Buildable, CopyableBuilder<Source.Builder,Source>, SdkBuilder<Source.Builder,Source>, SdkPojo
Enclosing class:
Source

public static interface Source.Builder extends SdkPojo, CopyableBuilder<Source.Builder,Source>
  • Method Details

    • configDetails

      Source.Builder configDetails(ConfigDetails configDetails)

      Additional details for a Config, if type is dataflow-endpoint or antenna-downlink-demod-decode

      Parameters:
      configDetails - Additional details for a Config, if type is dataflow-endpoint or antenna-downlink-demod-decode
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • configDetails

      default Source.Builder configDetails(Consumer<ConfigDetails.Builder> configDetails)

      Additional details for a Config, if type is dataflow-endpoint or antenna-downlink-demod-decode

      This is a convenience method that creates an instance of the ConfigDetails.Builder avoiding the need to create one manually via ConfigDetails.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to configDetails(ConfigDetails).

      Parameters:
      configDetails - a consumer that will call methods on ConfigDetails.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • configId

      Source.Builder configId(String configId)

      UUID of a Config.

      Parameters:
      configId - UUID of a Config.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • configType

      Source.Builder configType(String configType)

      Type of a Config.

      Parameters:
      configType - Type of a Config.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • configType

      Source.Builder configType(ConfigCapabilityType configType)

      Type of a Config.

      Parameters:
      configType - Type of a Config.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • dataflowSourceRegion

      Source.Builder dataflowSourceRegion(String 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.