Struct aws_sdk_sagemaker::input::update_code_repository_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for UpdateCodeRepositoryInput
Implementations
The name of the Git repository to update.
The name of the Git repository to update.
The configuration of the git repository, including the URL and the Amazon Resource
Name (ARN) of the Amazon Web Services Secrets Manager secret that contains the credentials used to
access the repository. The secret must have a staging label of AWSCURRENT
and must be in the following format:
{"username": UserName, "password":
Password}
The configuration of the git repository, including the URL and the Amazon Resource
Name (ARN) of the Amazon Web Services Secrets Manager secret that contains the credentials used to
access the repository. The secret must have a staging label of AWSCURRENT
and must be in the following format:
{"username": UserName, "password":
Password}
Consumes the builder and constructs a UpdateCodeRepositoryInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more