public static interface UpdatePackageRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<UpdatePackageRequest.Builder,UpdatePackageRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdatePackageRequest.Builder |
clientToken(String clientToken)
A unique case-sensitive identifier that you can provide to ensure the idempotency of the request.
|
UpdatePackageRequest.Builder |
defaultVersionName(String defaultVersionName)
The name of the default package version.
|
UpdatePackageRequest.Builder |
description(String description)
The package description.
|
UpdatePackageRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdatePackageRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdatePackageRequest.Builder |
packageName(String packageName)
The name of the target software package.
|
UpdatePackageRequest.Builder |
unsetDefaultVersion(Boolean unsetDefaultVersion)
Indicates whether you want to remove the named default package version from the software package.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdatePackageRequest.Builder packageName(String packageName)
The name of the target software package.
packageName - The name of the target software package.UpdatePackageRequest.Builder description(String description)
The package description.
description - The package description.UpdatePackageRequest.Builder defaultVersionName(String defaultVersionName)
The name of the default package version.
Note: You cannot name a defaultVersion and set unsetDefaultVersion equal to
true at the same time.
defaultVersionName - The name of the default package version.
Note: You cannot name a defaultVersion and set unsetDefaultVersion
equal to true at the same time.
UpdatePackageRequest.Builder unsetDefaultVersion(Boolean unsetDefaultVersion)
Indicates whether you want to remove the named default package version from the software package. Set as
true to remove the default package version.
Note: You cannot name a defaultVersion and set unsetDefaultVersion equal to
true at the same time.
unsetDefaultVersion - Indicates whether you want to remove the named default package version from the software package. Set
as true to remove the default package version.
Note: You cannot name a defaultVersion and set unsetDefaultVersion
equal to true at the same time.
UpdatePackageRequest.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.UpdatePackageRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdatePackageRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.