Uses of Class
software.amazon.encryption.s3.internal.InstructionFileConfig.Builder
-
Packages that use InstructionFileConfig.Builder Package Description software.amazon.encryption.s3.internal -
-
Uses of InstructionFileConfig.Builder in software.amazon.encryption.s3.internal
Methods in software.amazon.encryption.s3.internal that return InstructionFileConfig.Builder Modifier and Type Method Description static InstructionFileConfig.BuilderInstructionFileConfig. builder()InstructionFileConfig.BuilderInstructionFileConfig.Builder. disableInstructionFile(boolean disableInstructionFile)When set to true, the S3 Encryption Client will not attempt to get instruction files.InstructionFileConfig.BuilderInstructionFileConfig.Builder. instructionFileAsyncClient(software.amazon.awssdk.services.s3.S3AsyncClient instructionFileAsyncClient)Sets the S3 Async client to use to retrieve instruction files.InstructionFileConfig.BuilderInstructionFileConfig.Builder. instructionFileClient(software.amazon.awssdk.services.s3.S3Client instructionFileClient)Sets the S3 client to use to retrieve instruction files.
-