public static interface JobResource.Builder extends CopyableBuilder<JobResource.Builder,JobResource>
| Modifier and Type | Method and Description |
|---|---|
JobResource.Builder |
lambdaResources(Collection<LambdaResource> lambdaResources)
The Python-language Lambda functions for this job.
|
JobResource.Builder |
lambdaResources(Consumer<LambdaResource.Builder>... 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(Consumer<S3Resource.Builder>... 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.
s3Resources - An array of S3Resource objects.JobResource.Builder s3Resources(Consumer<S3Resource.Builder>... s3Resources)
An array of S3Resource objects.
List.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #s3Resources(List) .s3Resources - a consumer that will call methods on List.Builder #s3Resources(List) 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.
lambdaResources - The Python-language Lambda functions for this job.JobResource.Builder lambdaResources(Consumer<LambdaResource.Builder>... lambdaResources)
The Python-language Lambda functions for this job.
This is a convenience that creates an instance of theList.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #lambdaResources(List) .lambdaResources - a consumer that will call methods on List.Builder #lambdaResources(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.