Interface SourceConfiguration.Builder

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

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

    • applicationName

      SourceConfiguration.Builder applicationName(String applicationName)

      The name of the application associated with the configuration.

      Parameters:
      applicationName - The name of the application associated with the configuration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • templateName

      SourceConfiguration.Builder templateName(String templateName)

      The name of the configuration template.

      Parameters:
      templateName - The name of the configuration template.
      Returns:
      Returns a reference to this object so that method calls can be chained together.