Uses of Interface
software.amazon.awssdk.services.iotfleetwise.model.S3Config.Builder
-
Packages that use S3Config.Builder Package Description software.amazon.awssdk.services.iotfleetwise.model -
-
Uses of S3Config.Builder in software.amazon.awssdk.services.iotfleetwise.model
Methods in software.amazon.awssdk.services.iotfleetwise.model that return S3Config.Builder Modifier and Type Method Description S3Config.BuilderS3Config.Builder. bucketArn(String bucketArn)The Amazon Resource Name (ARN) of the Amazon S3 bucket.static S3Config.BuilderS3Config. builder()S3Config.BuilderS3Config.Builder. dataFormat(String dataFormat)Specify the format that files are saved in the Amazon S3 bucket.S3Config.BuilderS3Config.Builder. dataFormat(DataFormat dataFormat)Specify the format that files are saved in the Amazon S3 bucket.S3Config.BuilderS3Config.Builder. prefix(String prefix)(Optional) Enter an S3 bucket prefix.S3Config.BuilderS3Config.Builder. storageCompressionFormat(String storageCompressionFormat)By default, stored data is compressed as a .gzip file.S3Config.BuilderS3Config.Builder. storageCompressionFormat(StorageCompressionFormat storageCompressionFormat)By default, stored data is compressed as a .gzip file.S3Config.BuilderS3Config. toBuilder()Methods in software.amazon.awssdk.services.iotfleetwise.model that return types with arguments of type S3Config.Builder Modifier and Type Method Description static Class<? extends S3Config.Builder>S3Config. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iotfleetwise.model with type arguments of type S3Config.Builder Modifier and Type Method Description static DataDestinationConfigDataDestinationConfig. fromS3Config(Consumer<S3Config.Builder> s3Config)Create an instance of this class withDataDestinationConfig.s3Config()initialized to the given value.default DataDestinationConfig.BuilderDataDestinationConfig.Builder. s3Config(Consumer<S3Config.Builder> s3Config)The Amazon S3 bucket where the Amazon Web Services IoT FleetWise campaign sends data.
-