Interface UpdatePackageConfigurationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdatePackageConfigurationRequest.Builder,UpdatePackageConfigurationRequest>
,IotRequest.Builder
,SdkBuilder<UpdatePackageConfigurationRequest.Builder,UpdatePackageConfigurationRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- UpdatePackageConfigurationRequest
public static interface UpdatePackageConfigurationRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<UpdatePackageConfigurationRequest.Builder,UpdatePackageConfigurationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method 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(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
UpdatePackageConfigurationRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
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.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.iot.model.IotRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
versionUpdateByJobsConfig
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.
- Parameters:
versionUpdateByJobsConfig
- Configuration to manage job's package version reporting. This updates the thing's reserved named shadow that the job targets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
versionUpdateByJobsConfig
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 viaVersionUpdateByJobsConfig.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toversionUpdateByJobsConfig(VersionUpdateByJobsConfig)
.- Parameters:
versionUpdateByJobsConfig
- a consumer that will call methods onVersionUpdateByJobsConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
versionUpdateByJobsConfig(VersionUpdateByJobsConfig)
-
clientToken
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdatePackageConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
UpdatePackageConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-