aws-sdk-s3control 1.118.0

AWS SDK for AWS S3 Control
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`PutAccessPointScope`](crate::operation::put_access_point_scope::builders::PutAccessPointScopeFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`account_id(impl Into<String>)`](crate::operation::put_access_point_scope::builders::PutAccessPointScopeFluentBuilder::account_id) / [`set_account_id(Option<String>)`](crate::operation::put_access_point_scope::builders::PutAccessPointScopeFluentBuilder::set_account_id):<br>required: **true**<br><p>The Amazon Web Services account ID that owns the access point with scope that you want to create or replace.</p><br>
    ///   - [`name(impl Into<String>)`](crate::operation::put_access_point_scope::builders::PutAccessPointScopeFluentBuilder::name) / [`set_name(Option<String>)`](crate::operation::put_access_point_scope::builders::PutAccessPointScopeFluentBuilder::set_name):<br>required: **true**<br><p>The name of the access point with the scope that you want to create or replace.</p><br>
    ///   - [`scope(Scope)`](crate::operation::put_access_point_scope::builders::PutAccessPointScopeFluentBuilder::scope) / [`set_scope(Option<Scope>)`](crate::operation::put_access_point_scope::builders::PutAccessPointScopeFluentBuilder::set_scope):<br>required: **true**<br><p>Object prefixes, API operations, or a combination of both.</p><br>
    /// - On success, responds with [`PutAccessPointScopeOutput`](crate::operation::put_access_point_scope::PutAccessPointScopeOutput)
    /// - On failure, responds with [`SdkError<PutAccessPointScopeError>`](crate::operation::put_access_point_scope::PutAccessPointScopeError)
    pub fn put_access_point_scope(&self) -> crate::operation::put_access_point_scope::builders::PutAccessPointScopeFluentBuilder {
        crate::operation::put_access_point_scope::builders::PutAccessPointScopeFluentBuilder::new(self.handle.clone())
    }
}