public static interface ConnectCustomKeyStoreRequest.Builder extends KmsRequest.Builder, SdkPojo, CopyableBuilder<ConnectCustomKeyStoreRequest.Builder,ConnectCustomKeyStoreRequest>
Modifier and Type | Method and Description |
---|---|
ConnectCustomKeyStoreRequest.Builder |
customKeyStoreId(String customKeyStoreId)
Enter the key store ID of the custom key store that you want to connect.
|
ConnectCustomKeyStoreRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ConnectCustomKeyStoreRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
ConnectCustomKeyStoreRequest.Builder customKeyStoreId(String customKeyStoreId)
Enter the key store ID of the custom key store that you want to connect. To find the ID of a custom key store, use the DescribeCustomKeyStores operation.
customKeyStoreId
- Enter the key store ID of the custom key store that you want to connect. To find the ID of a custom
key store, use the DescribeCustomKeyStores operation.ConnectCustomKeyStoreRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
ConnectCustomKeyStoreRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2022. All rights reserved.