public static interface AppSpecification.Builder extends SdkPojo, CopyableBuilder<AppSpecification.Builder,AppSpecification>
Modifier and Type | Method and Description |
---|---|
AppSpecification.Builder |
containerArguments(Collection<String> containerArguments)
The arguments for a container used to run a processing job.
|
AppSpecification.Builder |
containerArguments(String... containerArguments)
The arguments for a container used to run a processing job.
|
AppSpecification.Builder |
containerEntrypoint(Collection<String> containerEntrypoint)
The entrypoint for a container used to run a processing job.
|
AppSpecification.Builder |
containerEntrypoint(String... containerEntrypoint)
The entrypoint for a container used to run a processing job.
|
AppSpecification.Builder |
imageUri(String imageUri)
The container image to be run by the processing job.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
AppSpecification.Builder imageUri(String imageUri)
The container image to be run by the processing job.
imageUri
- The container image to be run by the processing job.AppSpecification.Builder containerEntrypoint(Collection<String> containerEntrypoint)
The entrypoint for a container used to run a processing job.
containerEntrypoint
- The entrypoint for a container used to run a processing job.AppSpecification.Builder containerEntrypoint(String... containerEntrypoint)
The entrypoint for a container used to run a processing job.
containerEntrypoint
- The entrypoint for a container used to run a processing job.AppSpecification.Builder containerArguments(Collection<String> containerArguments)
The arguments for a container used to run a processing job.
containerArguments
- The arguments for a container used to run a processing job.AppSpecification.Builder containerArguments(String... containerArguments)
The arguments for a container used to run a processing job.
containerArguments
- The arguments for a container used to run a processing job.Copyright © 2020. All rights reserved.