@Generated(value="software.amazon.awssdk:codegen") public final class JobResource extends Object implements StructuredPojo, ToCopyableBuilder<JobResource.Builder,JobResource>
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.
Modifier and Type | Class and Description |
---|---|
static interface |
JobResource.Builder |
Modifier and Type | Method and Description |
---|---|
static JobResource.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<LambdaResource> |
lambdaResources()
The Python-language Lambda functions for this job.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
List<S3Resource> |
s3Resources()
An array of
S3Resource objects. |
static Class<? extends JobResource.Builder> |
serializableBuilderClass() |
JobResource.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public List<S3Resource> s3Resources()
An array of S3Resource
objects.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
S3Resource
objects.public List<LambdaResource> lambdaResources()
The Python-language Lambda functions for this job.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public JobResource.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<JobResource.Builder,JobResource>
public static JobResource.Builder builder()
public static Class<? extends JobResource.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.