Struct aws_sdk_sagemaker::model::workforce::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for Workforce
Implementations
The name of the private workforce.
The name of the private workforce.
The Amazon Resource Name (ARN) of the private workforce.
The Amazon Resource Name (ARN) of the private workforce.
The most recent date that was used to successfully add one or more IP address ranges (CIDRs) to a private workforce's allow list.
The most recent date that was used to successfully add one or more IP address ranges (CIDRs) to a private workforce's allow list.
A list of one to ten IP address ranges (CIDRs) to be added to the workforce allow list. By default, a workforce isn't restricted to specific IP addresses.
A list of one to ten IP address ranges (CIDRs) to be added to the workforce allow list. By default, a workforce isn't restricted to specific IP addresses.
The subdomain for your OIDC Identity Provider.
The subdomain for your OIDC Identity Provider.
The configuration of an Amazon Cognito workforce. A single Cognito workforce is created using and corresponds to a single Amazon Cognito user pool.
The configuration of an Amazon Cognito workforce. A single Cognito workforce is created using and corresponds to a single Amazon Cognito user pool.
The configuration of an OIDC Identity Provider (IdP) private workforce.
The configuration of an OIDC Identity Provider (IdP) private workforce.
The date that the workforce is created.
The date that the workforce is created.
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