Uses of Interface
software.amazon.awssdk.services.entityresolution.model.JobOutputSource.Builder
-
Packages that use JobOutputSource.Builder Package Description software.amazon.awssdk.services.entityresolution.model -
-
Uses of JobOutputSource.Builder in software.amazon.awssdk.services.entityresolution.model
Methods in software.amazon.awssdk.services.entityresolution.model that return JobOutputSource.Builder Modifier and Type Method Description static JobOutputSource.BuilderJobOutputSource. builder()JobOutputSource.BuilderJobOutputSource.Builder. kmsArn(String kmsArn)Customer KMS ARN for encryption at rest.JobOutputSource.BuilderJobOutputSource.Builder. outputS3Path(String outputS3Path)The S3 path to which Entity Resolution will write the output table.JobOutputSource.BuilderJobOutputSource.Builder. roleArn(String roleArn)The Amazon Resource Name (ARN) of the IAM role.JobOutputSource.BuilderJobOutputSource. toBuilder()Methods in software.amazon.awssdk.services.entityresolution.model that return types with arguments of type JobOutputSource.Builder Modifier and Type Method Description static Class<? extends JobOutputSource.Builder>JobOutputSource. serializableBuilderClass()
-