public static interface JobResource.Builder extends SdkPojo, CopyableBuilder<JobResource.Builder,JobResource>
| Modifier and Type | Method and Description |
|---|---|
JobResource.Builder |
ec2AmiResources(Collection<Ec2AmiResource> ec2AmiResources)
The Amazon Machine Images (AMIs) associated with this job.
|
JobResource.Builder |
ec2AmiResources(Consumer<Ec2AmiResource.Builder>... ec2AmiResources)
The Amazon Machine Images (AMIs) associated with this job.
|
JobResource.Builder |
ec2AmiResources(Ec2AmiResource... ec2AmiResources)
The Amazon Machine Images (AMIs) associated with this job.
|
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. |
copyapplyMutation, 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) JobResource.Builder ec2AmiResources(Collection<Ec2AmiResource> ec2AmiResources)
The Amazon Machine Images (AMIs) associated with this job.
ec2AmiResources - The Amazon Machine Images (AMIs) associated with this job.JobResource.Builder ec2AmiResources(Ec2AmiResource... ec2AmiResources)
The Amazon Machine Images (AMIs) associated with this job.
ec2AmiResources - The Amazon Machine Images (AMIs) associated with this job.JobResource.Builder ec2AmiResources(Consumer<Ec2AmiResource.Builder>... ec2AmiResources)
The Amazon Machine Images (AMIs) associated with 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 #ec2AmiResources(List) .ec2AmiResources - a consumer that will call methods on List.Builder #ec2AmiResources(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.