@Generated(value="software.amazon.awssdk:codegen") public final class LabelingJobOutputConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LabelingJobOutputConfig.Builder,LabelingJobOutputConfig>
Output configuration information for a labeling job.
Modifier and Type | Class and Description |
---|---|
static interface |
LabelingJobOutputConfig.Builder |
Modifier and Type | Method and Description |
---|---|
static LabelingJobOutputConfig.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
kmsKeyId()
The AWS Key Management Service ID of the key used to encrypt the output data, if any.
|
String |
s3OutputPath()
The Amazon S3 location to write output data.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends LabelingJobOutputConfig.Builder> |
serializableBuilderClass() |
LabelingJobOutputConfig.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String s3OutputPath()
The Amazon S3 location to write output data.
public String kmsKeyId()
The AWS Key Management Service ID of the key used to encrypt the output data, if any.
public LabelingJobOutputConfig.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<LabelingJobOutputConfig.Builder,LabelingJobOutputConfig>
public static LabelingJobOutputConfig.Builder builder()
public static Class<? extends LabelingJobOutputConfig.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.