public static interface UpdatePackageVersionRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<UpdatePackageVersionRequest.Builder,UpdatePackageVersionRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdatePackageVersionRequest.Builder |
action(PackageVersionAction action)
The status that the package version should be assigned.
|
UpdatePackageVersionRequest.Builder |
action(String action)
The status that the package version should be assigned.
|
UpdatePackageVersionRequest.Builder |
attributes(Map<String,String> attributes)
Metadata that can be used to define a package version’s configuration.
|
UpdatePackageVersionRequest.Builder |
clientToken(String clientToken)
A unique case-sensitive identifier that you can provide to ensure the idempotency of the request.
|
UpdatePackageVersionRequest.Builder |
description(String description)
The package version description.
|
UpdatePackageVersionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdatePackageVersionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdatePackageVersionRequest.Builder |
packageName(String packageName)
The name of the associated software package.
|
UpdatePackageVersionRequest.Builder |
versionName(String versionName)
The name of the target package version.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdatePackageVersionRequest.Builder packageName(String packageName)
The name of the associated software package.
packageName - The name of the associated software package.UpdatePackageVersionRequest.Builder versionName(String versionName)
The name of the target package version.
versionName - The name of the target package version.UpdatePackageVersionRequest.Builder description(String description)
The package version description.
description - The package version description.UpdatePackageVersionRequest.Builder attributes(Map<String,String> attributes)
Metadata that can be used to define a package version’s configuration. For example, the Amazon S3 file location, configuration options that are being sent to the device or fleet.
Note: Attributes can be updated only when the package version is in a draft state.
The combined size of all the attributes on a package version is limited to 3KB.
attributes - Metadata that can be used to define a package version’s configuration. For example, the Amazon S3 file
location, configuration options that are being sent to the device or fleet.
Note: Attributes can be updated only when the package version is in a draft state.
The combined size of all the attributes on a package version is limited to 3KB.
UpdatePackageVersionRequest.Builder action(String action)
The status that the package version should be assigned. For more information, see Package version lifecycle.
action - The status that the package version should be assigned. For more information, see Package version lifecycle.PackageVersionAction,
PackageVersionActionUpdatePackageVersionRequest.Builder action(PackageVersionAction action)
The status that the package version should be assigned. For more information, see Package version lifecycle.
action - The status that the package version should be assigned. For more information, see Package version lifecycle.PackageVersionAction,
PackageVersionActionUpdatePackageVersionRequest.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.UpdatePackageVersionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdatePackageVersionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.