@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class S3JobManifestGenerator extends Object implements Serializable, Cloneable
The container for the service that will create the S3 manifest.
Constructor and Description |
---|
S3JobManifestGenerator() |
Modifier and Type | Method and Description |
---|---|
S3JobManifestGenerator |
clone() |
boolean |
equals(Object obj) |
Boolean |
getEnableManifestOutput()
Determines whether or not to write the job's generated manifest to a bucket.
|
String |
getExpectedBucketOwner()
The Amazon Web Services account ID that owns the bucket the generated manifest is written to.
|
JobManifestGeneratorFilter |
getFilter()
Specifies rules the S3JobManifestGenerator should use to use to decide whether an object in the source bucket
should or should not be included in the generated job manifest.
|
S3ManifestOutputLocation |
getManifestOutputLocation()
Specifies the location the generated manifest will be written to.
|
String |
getSourceBucket()
The source bucket used by the ManifestGenerator.
|
int |
hashCode() |
Boolean |
isEnableManifestOutput()
Determines whether or not to write the job's generated manifest to a bucket.
|
void |
setEnableManifestOutput(Boolean enableManifestOutput)
Determines whether or not to write the job's generated manifest to a bucket.
|
void |
setExpectedBucketOwner(String expectedBucketOwner)
The Amazon Web Services account ID that owns the bucket the generated manifest is written to.
|
void |
setFilter(JobManifestGeneratorFilter filter)
Specifies rules the S3JobManifestGenerator should use to use to decide whether an object in the source bucket
should or should not be included in the generated job manifest.
|
void |
setManifestOutputLocation(S3ManifestOutputLocation manifestOutputLocation)
Specifies the location the generated manifest will be written to.
|
void |
setSourceBucket(String sourceBucket)
The source bucket used by the ManifestGenerator.
|
String |
toString()
Returns a string representation of this object.
|
S3JobManifestGenerator |
withEnableManifestOutput(Boolean enableManifestOutput)
Determines whether or not to write the job's generated manifest to a bucket.
|
S3JobManifestGenerator |
withExpectedBucketOwner(String expectedBucketOwner)
The Amazon Web Services account ID that owns the bucket the generated manifest is written to.
|
S3JobManifestGenerator |
withFilter(JobManifestGeneratorFilter filter)
Specifies rules the S3JobManifestGenerator should use to use to decide whether an object in the source bucket
should or should not be included in the generated job manifest.
|
S3JobManifestGenerator |
withManifestOutputLocation(S3ManifestOutputLocation manifestOutputLocation)
Specifies the location the generated manifest will be written to.
|
S3JobManifestGenerator |
withSourceBucket(String sourceBucket)
The source bucket used by the ManifestGenerator.
|
public void setExpectedBucketOwner(String expectedBucketOwner)
The Amazon Web Services account ID that owns the bucket the generated manifest is written to. If provided the generated manifest bucket's owner Amazon Web Services account ID must match this value, else the job fails.
expectedBucketOwner
- The Amazon Web Services account ID that owns the bucket the generated manifest is written to. If provided
the generated manifest bucket's owner Amazon Web Services account ID must match this value, else the job
fails.public String getExpectedBucketOwner()
The Amazon Web Services account ID that owns the bucket the generated manifest is written to. If provided the generated manifest bucket's owner Amazon Web Services account ID must match this value, else the job fails.
public S3JobManifestGenerator withExpectedBucketOwner(String expectedBucketOwner)
The Amazon Web Services account ID that owns the bucket the generated manifest is written to. If provided the generated manifest bucket's owner Amazon Web Services account ID must match this value, else the job fails.
expectedBucketOwner
- The Amazon Web Services account ID that owns the bucket the generated manifest is written to. If provided
the generated manifest bucket's owner Amazon Web Services account ID must match this value, else the job
fails.public void setSourceBucket(String sourceBucket)
The source bucket used by the ManifestGenerator.
sourceBucket
- The source bucket used by the ManifestGenerator.public String getSourceBucket()
The source bucket used by the ManifestGenerator.
public S3JobManifestGenerator withSourceBucket(String sourceBucket)
The source bucket used by the ManifestGenerator.
sourceBucket
- The source bucket used by the ManifestGenerator.public void setManifestOutputLocation(S3ManifestOutputLocation manifestOutputLocation)
Specifies the location the generated manifest will be written to.
manifestOutputLocation
- Specifies the location the generated manifest will be written to.public S3ManifestOutputLocation getManifestOutputLocation()
Specifies the location the generated manifest will be written to.
public S3JobManifestGenerator withManifestOutputLocation(S3ManifestOutputLocation manifestOutputLocation)
Specifies the location the generated manifest will be written to.
manifestOutputLocation
- Specifies the location the generated manifest will be written to.public void setFilter(JobManifestGeneratorFilter filter)
Specifies rules the S3JobManifestGenerator should use to use to decide whether an object in the source bucket should or should not be included in the generated job manifest.
filter
- Specifies rules the S3JobManifestGenerator should use to use to decide whether an object in the source
bucket should or should not be included in the generated job manifest.public JobManifestGeneratorFilter getFilter()
Specifies rules the S3JobManifestGenerator should use to use to decide whether an object in the source bucket should or should not be included in the generated job manifest.
public S3JobManifestGenerator withFilter(JobManifestGeneratorFilter filter)
Specifies rules the S3JobManifestGenerator should use to use to decide whether an object in the source bucket should or should not be included in the generated job manifest.
filter
- Specifies rules the S3JobManifestGenerator should use to use to decide whether an object in the source
bucket should or should not be included in the generated job manifest.public void setEnableManifestOutput(Boolean enableManifestOutput)
Determines whether or not to write the job's generated manifest to a bucket.
enableManifestOutput
- Determines whether or not to write the job's generated manifest to a bucket.public Boolean getEnableManifestOutput()
Determines whether or not to write the job's generated manifest to a bucket.
public S3JobManifestGenerator withEnableManifestOutput(Boolean enableManifestOutput)
Determines whether or not to write the job's generated manifest to a bucket.
enableManifestOutput
- Determines whether or not to write the job's generated manifest to a bucket.public Boolean isEnableManifestOutput()
Determines whether or not to write the job's generated manifest to a bucket.
public String toString()
toString
in class Object
Object.toString()
public S3JobManifestGenerator clone()