Uses of Interface
software.amazon.awssdk.services.kms.model.CreateKeyRequest.Builder
Packages that use CreateKeyRequest.Builder
Package
Description
-
Uses of CreateKeyRequest.Builder in software.amazon.awssdk.services.kms
Method parameters in software.amazon.awssdk.services.kms with type arguments of type CreateKeyRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<CreateKeyResponse>KmsAsyncClient.createKey(Consumer<CreateKeyRequest.Builder> createKeyRequest) Creates a unique customer managed KMS key in your Amazon Web Services account and Region.default CreateKeyResponseKmsClient.createKey(Consumer<CreateKeyRequest.Builder> createKeyRequest) Creates a unique customer managed KMS key in your Amazon Web Services account and Region. -
Uses of CreateKeyRequest.Builder in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return CreateKeyRequest.BuilderModifier and TypeMethodDescriptionstatic CreateKeyRequest.BuilderCreateKeyRequest.builder()CreateKeyRequest.Builder.bypassPolicyLockoutSafetyCheck(Boolean bypassPolicyLockoutSafetyCheck) Skips ("bypasses") the key policy lockout safety check.CreateKeyRequest.Builder.customerMasterKeySpec(String customerMasterKeySpec) Deprecated.This parameter has been deprecated.CreateKeyRequest.Builder.customerMasterKeySpec(CustomerMasterKeySpec customerMasterKeySpec) Deprecated.This parameter has been deprecated.CreateKeyRequest.Builder.customKeyStoreId(String customKeyStoreId) Creates the KMS key in the specified custom key store.CreateKeyRequest.Builder.description(String description) A description of the KMS key.Specifies the type of KMS key to create.Specifies the type of KMS key to create.Determines the cryptographic operations for which you can use the KMS key.CreateKeyRequest.Builder.keyUsage(KeyUsageType keyUsage) Determines the cryptographic operations for which you can use the KMS key.CreateKeyRequest.Builder.multiRegion(Boolean multiRegion) Creates a multi-Region primary key that you can replicate into other Amazon Web Services Regions.The source of the key material for the KMS key.CreateKeyRequest.Builder.origin(OriginType origin) The source of the key material for the KMS key.CreateKeyRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateKeyRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The key policy to attach to the KMS key.CreateKeyRequest.Builder.tags(Collection<Tag> tags) Assigns one or more tags to the KMS key.CreateKeyRequest.Builder.tags(Consumer<Tag.Builder>... tags) Assigns one or more tags to the KMS key.Assigns one or more tags to the KMS key.CreateKeyRequest.toBuilder()Identifies the external key that serves as key material for the KMS key in an external key store.Methods in software.amazon.awssdk.services.kms.model that return types with arguments of type CreateKeyRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateKeyRequest.Builder>CreateKeyRequest.serializableBuilderClass()