Interface ConnectCustomKeyStoreRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ConnectCustomKeyStoreRequest.Builder,ConnectCustomKeyStoreRequest>,KmsRequest.Builder,SdkBuilder<ConnectCustomKeyStoreRequest.Builder,ConnectCustomKeyStoreRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ConnectCustomKeyStoreRequest
public static interface ConnectCustomKeyStoreRequest.Builder extends KmsRequest.Builder, SdkPojo, CopyableBuilder<ConnectCustomKeyStoreRequest.Builder,ConnectCustomKeyStoreRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConnectCustomKeyStoreRequest.BuildercustomKeyStoreId(String customKeyStoreId)Enter the key store ID of the custom key store that you want to connect.ConnectCustomKeyStoreRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ConnectCustomKeyStoreRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.kms.model.KmsRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
customKeyStoreId
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ConnectCustomKeyStoreRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ConnectCustomKeyStoreRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-