Interface AppSpecification.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<AppSpecification.Builder,,- AppSpecification> - SdkBuilder<AppSpecification.Builder,,- AppSpecification> - SdkPojo
- Enclosing class:
- AppSpecification
@Mutable
@NotThreadSafe
public static interface AppSpecification.Builder
extends SdkPojo, CopyableBuilder<AppSpecification.Builder,AppSpecification> 
- 
Method SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
imageUriThe 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.
 
- 
containerEntrypointThe 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.
 
- 
containerEntrypointThe 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.
 
- 
containerArgumentsThe 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.
 
- 
containerArgumentsThe 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.
 
 
-