public static interface UpdatePackageConfigurationRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<UpdatePackageConfigurationRequest.Builder,UpdatePackageConfigurationRequest>
Modifier and Type | Method and Description |
---|---|
UpdatePackageConfigurationRequest.Builder |
clientToken(String clientToken)
A unique case-sensitive identifier that you can provide to ensure the idempotency of the request.
|
UpdatePackageConfigurationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdatePackageConfigurationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default UpdatePackageConfigurationRequest.Builder |
versionUpdateByJobsConfig(Consumer<VersionUpdateByJobsConfig.Builder> versionUpdateByJobsConfig)
Configuration to manage job's package version reporting.
|
UpdatePackageConfigurationRequest.Builder |
versionUpdateByJobsConfig(VersionUpdateByJobsConfig versionUpdateByJobsConfig)
Configuration to manage job's package version reporting.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
UpdatePackageConfigurationRequest.Builder versionUpdateByJobsConfig(VersionUpdateByJobsConfig versionUpdateByJobsConfig)
Configuration to manage job's package version reporting. This updates the thing's reserved named shadow that the job targets.
versionUpdateByJobsConfig
- Configuration to manage job's package version reporting. This updates the thing's reserved named
shadow that the job targets.default UpdatePackageConfigurationRequest.Builder versionUpdateByJobsConfig(Consumer<VersionUpdateByJobsConfig.Builder> versionUpdateByJobsConfig)
Configuration to manage job's package version reporting. This updates the thing's reserved named shadow that the job targets.
This is a convenience method that creates an instance of theVersionUpdateByJobsConfig.Builder
avoiding the need to create one manually via VersionUpdateByJobsConfig.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately
and its result is passed to versionUpdateByJobsConfig(VersionUpdateByJobsConfig)
.
versionUpdateByJobsConfig
- a consumer that will call methods on VersionUpdateByJobsConfig.Builder
versionUpdateByJobsConfig(VersionUpdateByJobsConfig)
UpdatePackageConfigurationRequest.Builder clientToken(String clientToken)
A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.
clientToken
- A unique case-sensitive identifier that you can provide to ensure the idempotency of the request.
Don't reuse this client token if a new idempotent request is required.UpdatePackageConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
UpdatePackageConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2023. All rights reserved.