StructuredPojo
, ToCopyableBuilder<JobResource.Builder,JobResource>
@Generated("software.amazon.awssdk:codegen") public 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 | Description |
---|---|---|
static interface |
JobResource.Builder |
Modifier and Type | Method | Description |
---|---|---|
static JobResource.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
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() |
public List<S3Resource> s3Resources()
An array of S3Resource
objects.
S3Resource
objects.public List<LambdaResource> lambdaResources()
The Python-language Lambda functions for this job.
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.