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 Summary
Modifier and TypeMethodDescriptioncontainerArguments(String... containerArguments) The arguments for a container used to run a processing job.containerArguments(Collection<String> containerArguments) The arguments for a container used to run a processing job.containerEntrypoint(String... containerEntrypoint) The entrypoint for a container used to run a processing job.containerEntrypoint(Collection<String> containerEntrypoint) The entrypoint for a container used to run a processing job.The container image to be run by the processing job.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
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
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
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
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
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.
 
 
 -