Class JobOutputSource
- java.lang.Object
-
- software.amazon.awssdk.services.entityresolution.model.JobOutputSource
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<JobOutputSource.Builder,JobOutputSource>
@Generated("software.amazon.awssdk:codegen") public final class JobOutputSource extends Object implements SdkPojo, Serializable, ToCopyableBuilder<JobOutputSource.Builder,JobOutputSource>
An object containing
KMSArn,OutputS3Path, andRoleArn.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceJobOutputSource.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static JobOutputSource.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringkmsArn()Customer KMS ARN for encryption at rest.StringoutputS3Path()The S3 path to which Entity Resolution will write the output table.StringroleArn()The Amazon Resource Name (ARN) of the IAM role.List<SdkField<?>>sdkFields()static Class<? extends JobOutputSource.Builder>serializableBuilderClass()JobOutputSource.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
kmsArn
public final String kmsArn()
Customer KMS ARN for encryption at rest. If not provided, system will use an Entity Resolution managed KMS key.
- Returns:
- Customer KMS ARN for encryption at rest. If not provided, system will use an Entity Resolution managed KMS key.
-
outputS3Path
public final String outputS3Path()
The S3 path to which Entity Resolution will write the output table.
- Returns:
- The S3 path to which Entity Resolution will write the output table.
-
roleArn
public final String roleArn()
The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes this role to access Amazon Web Services resources on your behalf as part of workflow execution.
- Returns:
- The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes this role to access Amazon Web Services resources on your behalf as part of workflow execution.
-
toBuilder
public JobOutputSource.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<JobOutputSource.Builder,JobOutputSource>
-
builder
public static JobOutputSource.Builder builder()
-
serializableBuilderClass
public static Class<? extends JobOutputSource.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-