Interface AppSpecification.Builder

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

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

    • imageUri

      AppSpecification.Builder imageUri(String imageUri)

      The container image to be run by the processing job.

      Parameters:
      imageUri - The container image to be run by the processing job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • containerEntrypoint

      AppSpecification.Builder containerEntrypoint(Collection<String> containerEntrypoint)

      The entrypoint for a container used to run a processing job.

      Parameters:
      containerEntrypoint - The entrypoint for a container used to run a processing job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • containerEntrypoint

      AppSpecification.Builder containerEntrypoint(String... containerEntrypoint)

      The entrypoint for a container used to run a processing job.

      Parameters:
      containerEntrypoint - The entrypoint for a container used to run a processing job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • containerArguments

      AppSpecification.Builder containerArguments(Collection<String> containerArguments)

      The arguments for a container used to run a processing job.

      Parameters:
      containerArguments - The arguments for a container used to run a processing job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • containerArguments

      AppSpecification.Builder containerArguments(String... containerArguments)

      The arguments for a container used to run a processing job.

      Parameters:
      containerArguments - The arguments for a container used to run a processing job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.