pub struct Builder { /* private fields */ }
Expand description
A builder for DynamoDbSettings
.
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 to access the 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 to access the IAM role. The role must allow the iam:PassRole
action.
sourcepub fn build(self) -> DynamoDbSettings
pub fn build(self) -> DynamoDbSettings
Consumes the builder and constructs a DynamoDbSettings
.