Class InstructionFileConfig
- java.lang.Object
-
- software.amazon.encryption.s3.internal.InstructionFileConfig
-
public class InstructionFileConfig extends Object
Provides configuration options for instruction file behaviors.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classInstructionFileConfig.Builderstatic classInstructionFileConfig.InstructionFileClientType
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static InstructionFileConfig.Builderbuilder()voidcloseClient()Closes the S3Client or S3AsyncClient used for instruction files.booleanisInstructionFilePutEnabled()
-
-
-
Method Detail
-
builder
public static InstructionFileConfig.Builder builder()
-
isInstructionFilePutEnabled
public boolean isInstructionFilePutEnabled()
-
closeClient
public void closeClient()
Closes the S3Client or S3AsyncClient used for instruction files.
-
-