@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class OutputDataConfig extends Object implements Serializable, Cloneable, StructuredPojo
The output properties for a detection job.
Constructor and Description |
---|
OutputDataConfig() |
Modifier and Type | Method and Description |
---|---|
OutputDataConfig |
clone() |
boolean |
equals(Object obj) |
String |
getS3Bucket()
When you use the
OutputDataConfig object with asynchronous operations, you specify the Amazon S3
location where you want to write the output data. |
String |
getS3Key()
The path to the output data files in the S3 bucket.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setS3Bucket(String s3Bucket)
When you use the
OutputDataConfig object with asynchronous operations, you specify the Amazon S3
location where you want to write the output data. |
void |
setS3Key(String s3Key)
The path to the output data files in the S3 bucket.
|
String |
toString()
Returns a string representation of this object.
|
OutputDataConfig |
withS3Bucket(String s3Bucket)
When you use the
OutputDataConfig object with asynchronous operations, you specify the Amazon S3
location where you want to write the output data. |
OutputDataConfig |
withS3Key(String s3Key)
The path to the output data files in the S3 bucket.
|
public void setS3Bucket(String s3Bucket)
When you use the OutputDataConfig
object with asynchronous operations, you specify the Amazon S3
location where you want to write the output data. The URI must be in the same region as the API endpoint that you
are calling. The location is used as the prefix for the actual location of the output.
s3Bucket
- When you use the OutputDataConfig
object with asynchronous operations, you specify the Amazon
S3 location where you want to write the output data. The URI must be in the same region as the API
endpoint that you are calling. The location is used as the prefix for the actual location of the output.public String getS3Bucket()
When you use the OutputDataConfig
object with asynchronous operations, you specify the Amazon S3
location where you want to write the output data. The URI must be in the same region as the API endpoint that you
are calling. The location is used as the prefix for the actual location of the output.
OutputDataConfig
object with asynchronous operations, you specify the
Amazon S3 location where you want to write the output data. The URI must be in the same region as the API
endpoint that you are calling. The location is used as the prefix for the actual location of the output.public OutputDataConfig withS3Bucket(String s3Bucket)
When you use the OutputDataConfig
object with asynchronous operations, you specify the Amazon S3
location where you want to write the output data. The URI must be in the same region as the API endpoint that you
are calling. The location is used as the prefix for the actual location of the output.
s3Bucket
- When you use the OutputDataConfig
object with asynchronous operations, you specify the Amazon
S3 location where you want to write the output data. The URI must be in the same region as the API
endpoint that you are calling. The location is used as the prefix for the actual location of the output.public void setS3Key(String s3Key)
The path to the output data files in the S3 bucket. Amazon Comprehend Medical creates an output directory using the job ID so that the output from one job does not overwrite the output of another.
s3Key
- The path to the output data files in the S3 bucket. Amazon Comprehend Medical creates an output directory
using the job ID so that the output from one job does not overwrite the output of another.public String getS3Key()
The path to the output data files in the S3 bucket. Amazon Comprehend Medical creates an output directory using the job ID so that the output from one job does not overwrite the output of another.
public OutputDataConfig withS3Key(String s3Key)
The path to the output data files in the S3 bucket. Amazon Comprehend Medical creates an output directory using the job ID so that the output from one job does not overwrite the output of another.
s3Key
- The path to the output data files in the S3 bucket. Amazon Comprehend Medical creates an output directory
using the job ID so that the output from one job does not overwrite the output of another.public String toString()
toString
in class Object
Object.toString()
public OutputDataConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.