@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class S3BatchJobIdentifier extends Object implements Serializable, Cloneable, StructuredPojo
A batch job identifier in which the batch jobs to run are identified by an Amazon S3 location.
Constructor and Description |
---|
S3BatchJobIdentifier() |
Modifier and Type | Method and Description |
---|---|
S3BatchJobIdentifier |
clone() |
boolean |
equals(Object obj) |
String |
getBucket()
The Amazon S3 bucket that contains the batch job definitions.
|
JobIdentifier |
getIdentifier()
Identifies the batch job definition.
|
String |
getKeyPrefix()
The key prefix that specifies the path to the folder in the S3 bucket that has the batch job definitions.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setBucket(String bucket)
The Amazon S3 bucket that contains the batch job definitions.
|
void |
setIdentifier(JobIdentifier identifier)
Identifies the batch job definition.
|
void |
setKeyPrefix(String keyPrefix)
The key prefix that specifies the path to the folder in the S3 bucket that has the batch job definitions.
|
String |
toString()
Returns a string representation of this object.
|
S3BatchJobIdentifier |
withBucket(String bucket)
The Amazon S3 bucket that contains the batch job definitions.
|
S3BatchJobIdentifier |
withIdentifier(JobIdentifier identifier)
Identifies the batch job definition.
|
S3BatchJobIdentifier |
withKeyPrefix(String keyPrefix)
The key prefix that specifies the path to the folder in the S3 bucket that has the batch job definitions.
|
public void setBucket(String bucket)
The Amazon S3 bucket that contains the batch job definitions.
bucket
- The Amazon S3 bucket that contains the batch job definitions.public String getBucket()
The Amazon S3 bucket that contains the batch job definitions.
public S3BatchJobIdentifier withBucket(String bucket)
The Amazon S3 bucket that contains the batch job definitions.
bucket
- The Amazon S3 bucket that contains the batch job definitions.public void setIdentifier(JobIdentifier identifier)
Identifies the batch job definition. This identifier can also point to any batch job definition that already
exists in the application or to one of the batch job definitions within the directory that is specified in
keyPrefix
.
identifier
- Identifies the batch job definition. This identifier can also point to any batch job definition that
already exists in the application or to one of the batch job definitions within the directory that is
specified in keyPrefix
.public JobIdentifier getIdentifier()
Identifies the batch job definition. This identifier can also point to any batch job definition that already
exists in the application or to one of the batch job definitions within the directory that is specified in
keyPrefix
.
keyPrefix
.public S3BatchJobIdentifier withIdentifier(JobIdentifier identifier)
Identifies the batch job definition. This identifier can also point to any batch job definition that already
exists in the application or to one of the batch job definitions within the directory that is specified in
keyPrefix
.
identifier
- Identifies the batch job definition. This identifier can also point to any batch job definition that
already exists in the application or to one of the batch job definitions within the directory that is
specified in keyPrefix
.public void setKeyPrefix(String keyPrefix)
The key prefix that specifies the path to the folder in the S3 bucket that has the batch job definitions.
keyPrefix
- The key prefix that specifies the path to the folder in the S3 bucket that has the batch job definitions.public String getKeyPrefix()
The key prefix that specifies the path to the folder in the S3 bucket that has the batch job definitions.
public S3BatchJobIdentifier withKeyPrefix(String keyPrefix)
The key prefix that specifies the path to the folder in the S3 bucket that has the batch job definitions.
keyPrefix
- The key prefix that specifies the path to the folder in the S3 bucket that has the batch job definitions.public String toString()
toString
in class Object
Object.toString()
public S3BatchJobIdentifier clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.