Struct aws_sdk_macie2::input::get_resource_profile_input::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for GetResourceProfileInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn resource_arn(self, input: impl Into<String>) -> Self
pub fn resource_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the S3 bucket that the request applies to.
sourcepub fn set_resource_arn(self, input: Option<String>) -> Self
pub fn set_resource_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the S3 bucket that the request applies to.
sourcepub fn build(self) -> Result<GetResourceProfileInput, BuildError>
pub fn build(self) -> Result<GetResourceProfileInput, BuildError>
Consumes the builder and constructs a GetResourceProfileInput
.