Uses of Interface
software.amazon.awssdk.services.iot.model.S3Location.Builder
-
Packages that use S3Location.Builder Package Description software.amazon.awssdk.services.iot.model -
-
Uses of S3Location.Builder in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return S3Location.Builder Modifier and Type Method Description S3Location.BuilderS3Location.Builder. bucket(String bucket)The S3 bucket.static S3Location.BuilderS3Location. builder()S3Location.BuilderS3Location.Builder. key(String key)The S3 key.S3Location.BuilderS3Location. toBuilder()S3Location.BuilderS3Location.Builder. version(String version)The S3 bucket version.Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type S3Location.Builder Modifier and Type Method Description static Class<? extends S3Location.Builder>S3Location. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iot.model with type arguments of type S3Location.Builder Modifier and Type Method Description default FileLocation.BuilderFileLocation.Builder. s3Location(Consumer<S3Location.Builder> s3Location)The location of the updated firmware in S3.default PackageVersionArtifact.BuilderPackageVersionArtifact.Builder. s3Location(Consumer<S3Location.Builder> s3Location)Sets the value of the S3Location property for this object.default Sbom.BuilderSbom.Builder. s3Location(Consumer<S3Location.Builder> s3Location)Sets the value of the S3Location property for this object.default StreamFile.BuilderStreamFile.Builder. s3Location(Consumer<S3Location.Builder> s3Location)The location of the file in S3.
-