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. |
equalsBySdkFields, sdkFieldscopyapplyMutation, 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.
S3Resource.Builder avoiding the need to create one
manually via S3Resource.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #s3Resources(List.
s3Resources - a consumer that will call methods on
S3Resource.Builder#s3Resources(java.util.Collection) 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 method that creates an instance of theLambdaResource.Builder avoiding the need to create one
manually via LambdaResource.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #lambdaResources(List.
lambdaResources - a consumer that will call methods on
LambdaResource.Builder#lambdaResources(java.util.Collection) 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 method that creates an instance of theEc2AmiResource.Builder avoiding the need to create one
manually via Ec2AmiResource.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #ec2AmiResources(List.
ec2AmiResources - a consumer that will call methods on
Ec2AmiResource.Builder#ec2AmiResources(java.util.Collection) Copyright © 2022. All rights reserved.