pub struct Builder { /* private fields */ }
Expand description
A builder for DmsTransferSettings
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn service_access_role_arn(self, input: impl Into<String>) -> Self
pub fn service_access_role_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) used by the service access IAM role. The role must allow the iam:PassRole
action.
sourcepub fn set_service_access_role_arn(self, input: Option<String>) -> Self
pub fn set_service_access_role_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) used by the service access IAM role. The role must allow the iam:PassRole
action.
sourcepub fn bucket_name(self, input: impl Into<String>) -> Self
pub fn bucket_name(self, input: impl Into<String>) -> Self
The name of the S3 bucket to use.
sourcepub fn set_bucket_name(self, input: Option<String>) -> Self
pub fn set_bucket_name(self, input: Option<String>) -> Self
The name of the S3 bucket to use.
sourcepub fn build(self) -> DmsTransferSettings
pub fn build(self) -> DmsTransferSettings
Consumes the builder and constructs a DmsTransferSettings
.