CopyableBuilder<JobResource.Builder,JobResource>, SdkBuilder<JobResource.Builder,JobResource>public static interface JobResource.Builder extends CopyableBuilder<JobResource.Builder,JobResource>
| Modifier and Type | Method | Description |
|---|---|---|
JobResource.Builder |
lambdaResources(Collection<LambdaResource> lambdaResources) |
The Python-language Lambda functions for this job.
|
JobResource.Builder |
lambdaResources(LambdaResource... lambdaResources) |
The Python-language Lambda functions for this job.
|
JobResource.Builder |
s3Resources(Collection<S3Resource> s3Resources) |
An array of
S3Resource objects. |
JobResource.Builder |
s3Resources(S3Resource... s3Resources) |
An array of
S3Resource objects. |
copyapply, buildJobResource.Builder s3Resources(Collection<S3Resource> s3Resources)
An array of S3Resource objects.
s3Resources - An array of S3Resource objects.JobResource.Builder s3Resources(S3Resource... s3Resources)
An array of S3Resource objects.
NOTE: This method appends the values to the existing list (if any). Use
#setS3Resources(java.util.Collection) or #withS3Resources(java.util.Collection) if you want
to override the existing values.
s3Resources - An array of S3Resource objects.JobResource.Builder lambdaResources(Collection<LambdaResource> lambdaResources)
The Python-language Lambda functions for this job.
lambdaResources - The Python-language Lambda functions for this job.JobResource.Builder lambdaResources(LambdaResource... lambdaResources)
The Python-language Lambda functions for this job.
NOTE: This method appends the values to the existing list (if any). Use
#setLambdaResources(java.util.Collection) or #withLambdaResources(java.util.Collection) if
you want to override the existing values.
lambdaResources - The Python-language Lambda functions for this job.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.