Interface VersionUpdateByJobsConfig.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<VersionUpdateByJobsConfig.Builder,
,VersionUpdateByJobsConfig> SdkBuilder<VersionUpdateByJobsConfig.Builder,
,VersionUpdateByJobsConfig> SdkPojo
- Enclosing class:
VersionUpdateByJobsConfig
public static interface VersionUpdateByJobsConfig.Builder
extends SdkPojo, CopyableBuilder<VersionUpdateByJobsConfig.Builder,VersionUpdateByJobsConfig>
-
Method Summary
Modifier and TypeMethodDescriptionIndicates whether the Job is enabled or not.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.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
enabled
Indicates whether the Job is enabled or not.
- Parameters:
enabled
- Indicates whether the Job is enabled or not.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-