@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class JobResource extends Object implements Serializable, Cloneable, StructuredPojo
Contains an array of S3Resource objects. Each S3Resource object represents an Amazon S3
bucket that your transferred data will be exported from or imported into.
| Constructor and Description |
|---|
JobResource() |
| Modifier and Type | Method and Description |
|---|---|
JobResource |
clone() |
boolean |
equals(Object obj) |
List<LambdaResource> |
getLambdaResources()
The Python-language Lambda functions for this job.
|
List<S3Resource> |
getS3Resources()
An array of
S3Resource objects. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setLambdaResources(Collection<LambdaResource> lambdaResources)
The Python-language Lambda functions for this job.
|
void |
setS3Resources(Collection<S3Resource> s3Resources)
An array of
S3Resource objects. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
JobResource |
withLambdaResources(Collection<LambdaResource> lambdaResources)
The Python-language Lambda functions for this job.
|
JobResource |
withLambdaResources(LambdaResource... lambdaResources)
The Python-language Lambda functions for this job.
|
JobResource |
withS3Resources(Collection<S3Resource> s3Resources)
An array of
S3Resource objects. |
JobResource |
withS3Resources(S3Resource... s3Resources)
An array of
S3Resource objects. |
public List<S3Resource> getS3Resources()
An array of S3Resource objects.
S3Resource objects.public void setS3Resources(Collection<S3Resource> s3Resources)
An array of S3Resource objects.
s3Resources - An array of S3Resource objects.public JobResource withS3Resources(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.public JobResource withS3Resources(Collection<S3Resource> s3Resources)
An array of S3Resource objects.
s3Resources - An array of S3Resource objects.public List<LambdaResource> getLambdaResources()
The Python-language Lambda functions for this job.
public void setLambdaResources(Collection<LambdaResource> lambdaResources)
The Python-language Lambda functions for this job.
lambdaResources - The Python-language Lambda functions for this job.public JobResource withLambdaResources(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.public JobResource withLambdaResources(Collection<LambdaResource> lambdaResources)
The Python-language Lambda functions for this job.
lambdaResources - The Python-language Lambda functions for this job.public String toString()
toString in class ObjectObject.toString()public JobResource clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.