@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InputDataConfig extends Object implements Serializable, Cloneable, StructuredPojo
The input properties for an entities detection job. This includes the name of the S3 bucket and the path to the files to be analyzed.
Constructor and Description |
---|
InputDataConfig() |
Modifier and Type | Method and Description |
---|---|
InputDataConfig |
clone() |
boolean |
equals(Object obj) |
String |
getS3Bucket()
The URI of the S3 bucket that contains the input data.
|
String |
getS3Key()
The path to the input data files in the S3 bucket.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setS3Bucket(String s3Bucket)
The URI of the S3 bucket that contains the input data.
|
void |
setS3Key(String s3Key)
The path to the input data files in the S3 bucket.
|
String |
toString()
Returns a string representation of this object.
|
InputDataConfig |
withS3Bucket(String s3Bucket)
The URI of the S3 bucket that contains the input data.
|
InputDataConfig |
withS3Key(String s3Key)
The path to the input data files in the S3 bucket.
|
public void setS3Bucket(String s3Bucket)
The URI of the S3 bucket that contains the input data. The bucket must be in the same region as the API endpoint that you are calling.
s3Bucket
- The URI of the S3 bucket that contains the input data. The bucket must be in the same region as the API
endpoint that you are calling.public String getS3Bucket()
The URI of the S3 bucket that contains the input data. The bucket must be in the same region as the API endpoint that you are calling.
public InputDataConfig withS3Bucket(String s3Bucket)
The URI of the S3 bucket that contains the input data. The bucket must be in the same region as the API endpoint that you are calling.
s3Bucket
- The URI of the S3 bucket that contains the input data. The bucket must be in the same region as the API
endpoint that you are calling.public void setS3Key(String s3Key)
The path to the input data files in the S3 bucket.
s3Key
- The path to the input data files in the S3 bucket.public String getS3Key()
The path to the input data files in the S3 bucket.
public InputDataConfig withS3Key(String s3Key)
The path to the input data files in the S3 bucket.
s3Key
- The path to the input data files in the S3 bucket.public String toString()
toString
in class Object
Object.toString()
public InputDataConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.