Uses of Interface
software.amazon.awssdk.services.personalize.model.S3DataConfig.Builder
-
Packages that use S3DataConfig.Builder Package Description software.amazon.awssdk.services.personalize.model -
-
Uses of S3DataConfig.Builder in software.amazon.awssdk.services.personalize.model
Methods in software.amazon.awssdk.services.personalize.model that return S3DataConfig.Builder Modifier and Type Method Description static S3DataConfig.BuilderS3DataConfig. builder()S3DataConfig.BuilderS3DataConfig.Builder. kmsKeyArn(String kmsKeyArn)The Amazon Resource Name (ARN) of the Key Management Service (KMS) key that Amazon Personalize uses to encrypt or decrypt the input and output files.S3DataConfig.BuilderS3DataConfig.Builder. path(String path)The file path of the Amazon S3 bucket.S3DataConfig.BuilderS3DataConfig. toBuilder()Methods in software.amazon.awssdk.services.personalize.model that return types with arguments of type S3DataConfig.Builder Modifier and Type Method Description static Class<? extends S3DataConfig.Builder>S3DataConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.personalize.model with type arguments of type S3DataConfig.Builder Modifier and Type Method Description default BatchInferenceJobOutput.BuilderBatchInferenceJobOutput.Builder. s3DataDestination(Consumer<S3DataConfig.Builder> s3DataDestination)Information on the Amazon S3 bucket in which the batch inference job's output is stored.default BatchSegmentJobOutput.BuilderBatchSegmentJobOutput.Builder. s3DataDestination(Consumer<S3DataConfig.Builder> s3DataDestination)Sets the value of the S3DataDestination property for this object.default DatasetExportJobOutput.BuilderDatasetExportJobOutput.Builder. s3DataDestination(Consumer<S3DataConfig.Builder> s3DataDestination)Sets the value of the S3DataDestination property for this object.default MetricAttributionOutput.BuilderMetricAttributionOutput.Builder. s3DataDestination(Consumer<S3DataConfig.Builder> s3DataDestination)Sets the value of the S3DataDestination property for this object.default BatchInferenceJobInput.BuilderBatchInferenceJobInput.Builder. s3DataSource(Consumer<S3DataConfig.Builder> s3DataSource)The URI of the Amazon S3 location that contains your input data.default BatchSegmentJobInput.BuilderBatchSegmentJobInput.Builder. s3DataSource(Consumer<S3DataConfig.Builder> s3DataSource)Sets the value of the S3DataSource property for this object.
-