Struct aws_sdk_sagemaker::input::update_workforce_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for UpdateWorkforceInput
Implementations
The name of the private workforce that you want to update. You can find your workforce name by using the operation.
The name of the private workforce that you want to update. You can find your workforce name by using the operation.
A list of one to ten worker IP address ranges (CIDRs) that can be used to access tasks assigned to this workforce.
Maximum: Ten CIDR values
A list of one to ten worker IP address ranges (CIDRs) that can be used to access tasks assigned to this workforce.
Maximum: Ten CIDR values
Use this parameter to update your OIDC Identity Provider (IdP) configuration for a workforce made using your own IdP.
Use this parameter to update your OIDC Identity Provider (IdP) configuration for a workforce made using your own IdP.
Consumes the builder and constructs a UpdateWorkforceInput
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