Skip to main content

aws_esdk/deps/aws_cryptography_materialProviders/client/
create_raw_rsa_keyring.rs

1// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved.
2// SPDX-License-Identifier: Apache-2.0
3// Do not modify this file. This file is machine generated, and any changes to it will be overwritten.
4impl crate::deps::aws_cryptography_materialProviders::client::Client {
5    /// Constructs a fluent builder for the [`CreateRawRsaKeyring`](crate::operation::create_raw_rsa_keyring::builders::CreateRawRsaKeyringFluentBuilder) operation.
6    ///
7    /// - The fluent builder is configurable:
8    ///   - [`key_name(impl Into<Option<::std::string::String>>)`](crate::operation::create_raw_rsa_keyring::builders::CreateRawRsaKeyringFluentBuilder::key_name) / [`set_key_name(Option<::std::string::String>)`](crate::operation::create_raw_rsa_keyring::builders::CreateRawRsaKeyringFluentBuilder::set_key_name): (undocumented)<br>
9    ///   - [`key_namespace(impl Into<Option<::std::string::String>>)`](crate::operation::create_raw_rsa_keyring::builders::CreateRawRsaKeyringFluentBuilder::key_namespace) / [`set_key_namespace(Option<::std::string::String>)`](crate::operation::create_raw_rsa_keyring::builders::CreateRawRsaKeyringFluentBuilder::set_key_namespace): (undocumented)<br>
10    ///   - [`padding_scheme(impl Into<Option<crate::deps::aws_cryptography_materialProviders::types::PaddingScheme>>)`](crate::operation::create_raw_rsa_keyring::builders::CreateRawRsaKeyringFluentBuilder::padding_scheme) / [`set_padding_scheme(Option<crate::deps::aws_cryptography_materialProviders::types::PaddingScheme>)`](crate::operation::create_raw_rsa_keyring::builders::CreateRawRsaKeyringFluentBuilder::set_padding_scheme): (undocumented)<br>
11    ///   - [`private_key(impl Into<Option<::aws_smithy_types::Blob>>)`](crate::operation::create_raw_rsa_keyring::builders::CreateRawRsaKeyringFluentBuilder::private_key) / [`set_private_key(Option<::aws_smithy_types::Blob>)`](crate::operation::create_raw_rsa_keyring::builders::CreateRawRsaKeyringFluentBuilder::set_private_key): (undocumented)<br>
12    ///   - [`public_key(impl Into<Option<::aws_smithy_types::Blob>>)`](crate::operation::create_raw_rsa_keyring::builders::CreateRawRsaKeyringFluentBuilder::public_key) / [`set_public_key(Option<::aws_smithy_types::Blob>)`](crate::operation::create_raw_rsa_keyring::builders::CreateRawRsaKeyringFluentBuilder::set_public_key): (undocumented)<br>
13    /// - On success, responds with [`CreateKeyringOutput`](crate::operation::create_raw_rsa_keyring::CreateKeyringOutput) with field(s):
14    ///   - [`keyring(Option<crate::deps::aws_cryptography_materialProviders::types::keyring::KeyringRef>)`](crate::operation::create_raw_rsa_keyring::CreateKeyringOutput::keyring): (undocumented)
15    /// - On failure, responds with [`SdkError<CreateRawRsaKeyringError>`](crate::operation::create_raw_rsa_keyring::CreateRawRsaKeyringError)
16    pub fn create_raw_rsa_keyring(&self) -> crate::deps::aws_cryptography_materialProviders::operation::create_raw_rsa_keyring::builders::CreateRawRsaKeyringFluentBuilder{
17        crate::deps::aws_cryptography_materialProviders::operation::create_raw_rsa_keyring::builders::CreateRawRsaKeyringFluentBuilder::new(self.clone())
18    }
19}