Uses of Interface
software.amazon.awssdk.services.iot.model.VersionUpdateByJobsConfig.Builder
-
Packages that use VersionUpdateByJobsConfig.Builder Package Description software.amazon.awssdk.services.iot.model -
-
Uses of VersionUpdateByJobsConfig.Builder in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return VersionUpdateByJobsConfig.Builder Modifier and Type Method Description static VersionUpdateByJobsConfig.BuilderVersionUpdateByJobsConfig. builder()VersionUpdateByJobsConfig.BuilderVersionUpdateByJobsConfig.Builder. enabled(Boolean enabled)Indicates whether the Job is enabled or not.VersionUpdateByJobsConfig.BuilderVersionUpdateByJobsConfig.Builder. roleArn(String roleArn)The Amazon Resource Name (ARN) of the role that grants permission to the IoT jobs service to update the reserved named shadow when the job successfully completes.VersionUpdateByJobsConfig.BuilderVersionUpdateByJobsConfig. toBuilder()Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type VersionUpdateByJobsConfig.Builder Modifier and Type Method Description static Class<? extends VersionUpdateByJobsConfig.Builder>VersionUpdateByJobsConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iot.model with type arguments of type VersionUpdateByJobsConfig.Builder Modifier and Type Method Description default GetPackageConfigurationResponse.BuilderGetPackageConfigurationResponse.Builder. versionUpdateByJobsConfig(Consumer<VersionUpdateByJobsConfig.Builder> versionUpdateByJobsConfig)The version that is associated to a specific job.default UpdatePackageConfigurationRequest.BuilderUpdatePackageConfigurationRequest.Builder. versionUpdateByJobsConfig(Consumer<VersionUpdateByJobsConfig.Builder> versionUpdateByJobsConfig)Configuration to manage job's package version reporting.
-