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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VersionUpdateByJobsConfig.Builderenabled(Boolean enabled)Indicates whether the Job is enabled or not.VersionUpdateByJobsConfig.BuilderroleArn(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.-
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 Detail
-
enabled
VersionUpdateByJobsConfig.Builder enabled(Boolean 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
VersionUpdateByJobsConfig.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.
- 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.
-
-