public static interface CreatePackageRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<CreatePackageRequest.Builder,CreatePackageRequest>
| Modifier and Type | Method and Description |
|---|---|
CreatePackageRequest.Builder |
clientToken(String clientToken)
A unique case-sensitive identifier that you can provide to ensure the idempotency of the request.
|
CreatePackageRequest.Builder |
description(String description)
A summary of the package being created.
|
CreatePackageRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreatePackageRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreatePackageRequest.Builder |
packageName(String packageName)
The name of the new package.
|
CreatePackageRequest.Builder |
tags(Map<String,String> tags)
Metadata that can be used to manage the package.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreatePackageRequest.Builder packageName(String packageName)
The name of the new package.
packageName - The name of the new package.CreatePackageRequest.Builder description(String description)
A summary of the package being created. This can be used to outline the package's contents or purpose.
description - A summary of the package being created. This can be used to outline the package's contents or purpose.CreatePackageRequest.Builder tags(Map<String,String> tags)
Metadata that can be used to manage the package.
tags - Metadata that can be used to manage the package.CreatePackageRequest.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.CreatePackageRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreatePackageRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.