@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class S3JobDefinition extends Object implements Serializable, Cloneable, StructuredPojo
Specifies which S3 buckets contain the objects that a classification job analyzes, and the scope of that analysis.
| Constructor and Description |
|---|
S3JobDefinition() |
| Modifier and Type | Method and Description |
|---|---|
S3JobDefinition |
clone() |
boolean |
equals(Object obj) |
List<S3BucketDefinitionForJob> |
getBucketDefinitions()
An array of objects, one for each bucket that contains objects to analyze.
|
Scoping |
getScoping()
A JobScopeTerm object that specifies conditions for including or excluding objects from the job.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setBucketDefinitions(Collection<S3BucketDefinitionForJob> bucketDefinitions)
An array of objects, one for each bucket that contains objects to analyze.
|
void |
setScoping(Scoping scoping)
A JobScopeTerm object that specifies conditions for including or excluding objects from the job.
|
String |
toString()
Returns a string representation of this object.
|
S3JobDefinition |
withBucketDefinitions(Collection<S3BucketDefinitionForJob> bucketDefinitions)
An array of objects, one for each bucket that contains objects to analyze.
|
S3JobDefinition |
withBucketDefinitions(S3BucketDefinitionForJob... bucketDefinitions)
An array of objects, one for each bucket that contains objects to analyze.
|
S3JobDefinition |
withScoping(Scoping scoping)
A JobScopeTerm object that specifies conditions for including or excluding objects from the job.
|
public List<S3BucketDefinitionForJob> getBucketDefinitions()
An array of objects, one for each bucket that contains objects to analyze.
public void setBucketDefinitions(Collection<S3BucketDefinitionForJob> bucketDefinitions)
An array of objects, one for each bucket that contains objects to analyze.
bucketDefinitions - An array of objects, one for each bucket that contains objects to analyze.public S3JobDefinition withBucketDefinitions(S3BucketDefinitionForJob... bucketDefinitions)
An array of objects, one for each bucket that contains objects to analyze.
NOTE: This method appends the values to the existing list (if any). Use
setBucketDefinitions(java.util.Collection) or withBucketDefinitions(java.util.Collection) if
you want to override the existing values.
bucketDefinitions - An array of objects, one for each bucket that contains objects to analyze.public S3JobDefinition withBucketDefinitions(Collection<S3BucketDefinitionForJob> bucketDefinitions)
An array of objects, one for each bucket that contains objects to analyze.
bucketDefinitions - An array of objects, one for each bucket that contains objects to analyze.public void setScoping(Scoping scoping)
A JobScopeTerm object that specifies conditions for including or excluding objects from the job.
scoping - A JobScopeTerm object that specifies conditions for including or excluding objects from the job.public Scoping getScoping()
A JobScopeTerm object that specifies conditions for including or excluding objects from the job.
public S3JobDefinition withScoping(Scoping scoping)
A JobScopeTerm object that specifies conditions for including or excluding objects from the job.
scoping - A JobScopeTerm object that specifies conditions for including or excluding objects from the job.public String toString()
toString in class ObjectObject.toString()public S3JobDefinition clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.