Interface RTAArtifact.Builder2

Enclosing class:
RTAArtifact

public static interface RTAArtifact.Builder2
Builder helper class.
  • Method Details

    • url

      RTAArtifact.Builder3 url(@Nonnull String url)
      Set the url of this RTAArtifact instance.
      Parameters:
      url - Reference to the location of the artifact. Note, the credentials will be found in a secret called 'some_bucket-object_store_secret'. If not provided, a default will be assumed.
      Returns:
      The RTAArtifact builder.