public static interface CreatePackageVersionRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<CreatePackageVersionRequest.Builder,CreatePackageVersionRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreatePackageVersionRequest.Builder packageName(String packageName)
The name of the associated package.
packageName - The name of the associated package.CreatePackageVersionRequest.Builder versionName(String versionName)
The name of the new package version.
versionName - The name of the new package version.CreatePackageVersionRequest.Builder description(String description)
A summary of the package version being created. This can be used to outline the package's contents or purpose.
description - A summary of the package version being created. This can be used to outline the package's contents or
purpose.CreatePackageVersionRequest.Builder attributes(Map<String,String> attributes)
Metadata that can be used to define a package version’s configuration. For example, the S3 file location, configuration options that are being sent to the device or fleet.
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 S3 file
location, configuration options that are being sent to the device or fleet.
The combined size of all the attributes on a package version is limited to 3KB.
CreatePackageVersionRequest.Builder tags(Map<String,String> tags)
Metadata that can be used to manage the package version.
tags - Metadata that can be used to manage the package version.CreatePackageVersionRequest.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.CreatePackageVersionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreatePackageVersionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.