Uses of Interface
software.amazon.awssdk.services.iot.model.S3Destination.Builder
-
Packages that use S3Destination.Builder Package Description software.amazon.awssdk.services.iot.model -
-
Uses of S3Destination.Builder in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return S3Destination.Builder Modifier and Type Method Description S3Destination.BuilderS3Destination.Builder. bucket(String bucket)The S3 bucket that contains the updated firmware.static S3Destination.BuilderS3Destination. builder()S3Destination.BuilderS3Destination.Builder. prefix(String prefix)The S3 prefix.S3Destination.BuilderS3Destination. toBuilder()Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type S3Destination.Builder Modifier and Type Method Description static Class<? extends S3Destination.Builder>S3Destination. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iot.model with type arguments of type S3Destination.Builder Modifier and Type Method Description default Destination.BuilderDestination.Builder. s3Destination(Consumer<S3Destination.Builder> s3Destination)Describes the location in S3 of the updated firmware.
-