public static interface CreateAppBundleRequest.Builder extends AppFabricRequest.Builder, SdkPojo, CopyableBuilder<CreateAppBundleRequest.Builder,CreateAppBundleRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateAppBundleRequest.Builder |
clientToken(String clientToken)
Specifies a unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateAppBundleRequest.Builder |
customerManagedKeyIdentifier(String customerManagedKeyIdentifier)
The Amazon Resource Name (ARN) of the Key Management Service (KMS) key to use to encrypt the application
data.
|
CreateAppBundleRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateAppBundleRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateAppBundleRequest.Builder |
tags(Collection<Tag> tags)
A map of the key-value pairs of the tag or tags to assign to the resource.
|
CreateAppBundleRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
A map of the key-value pairs of the tag or tags to assign to the resource.
|
CreateAppBundleRequest.Builder |
tags(Tag... tags)
A map of the key-value pairs of the tag or tags to assign to the resource.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateAppBundleRequest.Builder clientToken(String clientToken)
Specifies a unique, case-sensitive identifier that you provide to ensure the idempotency of the request. This lets you safely retry the request without accidentally performing the same operation a second time. Passing the same value to a later call to an operation requires that you also pass the same value for all other parameters. We recommend that you use a UUID type of value.
If you don't provide this value, then Amazon Web Services generates a random one for you.
If you retry the operation with the same ClientToken, but with different parameters, the retry
fails with an IdempotentParameterMismatch error.
clientToken - Specifies a unique, case-sensitive identifier that you provide to ensure the idempotency of the
request. This lets you safely retry the request without accidentally performing the same operation a
second time. Passing the same value to a later call to an operation requires that you also pass the
same value for all other parameters. We recommend that you use a UUID type of value.
If you don't provide this value, then Amazon Web Services generates a random one for you.
If you retry the operation with the same ClientToken, but with different parameters, the
retry fails with an IdempotentParameterMismatch error.
CreateAppBundleRequest.Builder customerManagedKeyIdentifier(String customerManagedKeyIdentifier)
The Amazon Resource Name (ARN) of the Key Management Service (KMS) key to use to encrypt the application data. If this is not specified, an Amazon Web Services owned key is used for encryption.
customerManagedKeyIdentifier - The Amazon Resource Name (ARN) of the Key Management Service (KMS) key to use to encrypt the
application data. If this is not specified, an Amazon Web Services owned key is used for encryption.CreateAppBundleRequest.Builder tags(Collection<Tag> tags)
A map of the key-value pairs of the tag or tags to assign to the resource.
tags - A map of the key-value pairs of the tag or tags to assign to the resource.CreateAppBundleRequest.Builder tags(Tag... tags)
A map of the key-value pairs of the tag or tags to assign to the resource.
tags - A map of the key-value pairs of the tag or tags to assign to the resource.CreateAppBundleRequest.Builder tags(Consumer<Tag.Builder>... tags)
A map of the key-value pairs of the tag or tags to assign to the resource.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one manually
via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) CreateAppBundleRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateAppBundleRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.