Uses of Interface
software.amazon.awssdk.services.iotsitewise.model.File.Builder
-
Packages that use File.Builder Package Description software.amazon.awssdk.services.iotsitewise.model -
-
Uses of File.Builder in software.amazon.awssdk.services.iotsitewise.model
Methods in software.amazon.awssdk.services.iotsitewise.model that return File.Builder Modifier and Type Method Description File.BuilderFile.Builder. bucket(String bucket)The name of the Amazon S3 bucket from which data is imported.static File.BuilderFile. builder()File.BuilderFile.Builder. key(String key)The key of the Amazon S3 object that contains your data.File.BuilderFile. toBuilder()File.BuilderFile.Builder. versionId(String versionId)The version ID to identify a specific version of the Amazon S3 object that contains your data.Methods in software.amazon.awssdk.services.iotsitewise.model that return types with arguments of type File.Builder Modifier and Type Method Description static Class<? extends File.Builder>File. serializableBuilderClass()
-