public static interface UpdateTrustStoreRequest.Builder extends WorkSpacesWebRequest.Builder, SdkPojo, CopyableBuilder<UpdateTrustStoreRequest.Builder,UpdateTrustStoreRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateTrustStoreRequest.Builder |
certificatesToAdd(Collection<SdkBytes> certificatesToAdd)
A list of CA certificates to add to the trust store.
|
UpdateTrustStoreRequest.Builder |
certificatesToAdd(SdkBytes... certificatesToAdd)
A list of CA certificates to add to the trust store.
|
UpdateTrustStoreRequest.Builder |
certificatesToDelete(Collection<String> certificatesToDelete)
A list of CA certificates to delete from a trust store.
|
UpdateTrustStoreRequest.Builder |
certificatesToDelete(String... certificatesToDelete)
A list of CA certificates to delete from a trust store.
|
UpdateTrustStoreRequest.Builder |
clientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
UpdateTrustStoreRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateTrustStoreRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateTrustStoreRequest.Builder |
trustStoreArn(String trustStoreArn)
The ARN of the trust store.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateTrustStoreRequest.Builder certificatesToAdd(Collection<SdkBytes> certificatesToAdd)
A list of CA certificates to add to the trust store.
certificatesToAdd - A list of CA certificates to add to the trust store.UpdateTrustStoreRequest.Builder certificatesToAdd(SdkBytes... certificatesToAdd)
A list of CA certificates to add to the trust store.
certificatesToAdd - A list of CA certificates to add to the trust store.UpdateTrustStoreRequest.Builder certificatesToDelete(Collection<String> certificatesToDelete)
A list of CA certificates to delete from a trust store.
certificatesToDelete - A list of CA certificates to delete from a trust store.UpdateTrustStoreRequest.Builder certificatesToDelete(String... certificatesToDelete)
A list of CA certificates to delete from a trust store.
certificatesToDelete - A list of CA certificates to delete from a trust store.UpdateTrustStoreRequest.Builder clientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, subsequent retries with the same client token return the result from the original successful request.
If you do not specify a client token, one is automatically generated by the AWS SDK.
clientToken - A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
Idempotency ensures that an API request completes only once. With an idempotent request, if the
original request completes successfully, subsequent retries with the same client token return the
result from the original successful request.
If you do not specify a client token, one is automatically generated by the AWS SDK.
UpdateTrustStoreRequest.Builder trustStoreArn(String trustStoreArn)
The ARN of the trust store.
trustStoreArn - The ARN of the trust store.UpdateTrustStoreRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateTrustStoreRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.