Uses of Class
software.amazon.awscdk.services.sagemaker.CfnWorkforce.Builder
Packages that use CfnWorkforce.Builder
-
Uses of CfnWorkforce.Builder in software.amazon.awscdk.services.sagemaker
Methods in software.amazon.awscdk.services.sagemaker that return CfnWorkforce.BuilderModifier and TypeMethodDescriptionCfnWorkforce.Builder.cognitoConfig(IResolvable cognitoConfig) The configuration of an Amazon Cognito workforce.CfnWorkforce.Builder.cognitoConfig(CfnWorkforce.CognitoConfigProperty cognitoConfig) The configuration of an Amazon Cognito workforce.static CfnWorkforce.BuilderCfnWorkforce.Builder.ipAddressType(String ipAddressType) The IP address type for the workforce.CfnWorkforce.Builder.oidcConfig(IResolvable oidcConfig) The configuration of an OIDC Identity Provider (IdP) private workforce.CfnWorkforce.Builder.oidcConfig(CfnWorkforce.OidcConfigProperty oidcConfig) The configuration of an OIDC Identity Provider (IdP) private workforce.CfnWorkforce.Builder.sourceIpConfig(IResolvable sourceIpConfig) A list of IP address ranges used to access your training data.CfnWorkforce.Builder.sourceIpConfig(CfnWorkforce.SourceIpConfigProperty sourceIpConfig) A list of IP address ranges used to access your training data.An array of key-value pairs.CfnWorkforce.Builder.workforceName(String workforceName) The name of the private workforce.CfnWorkforce.Builder.workforceVpcConfig(IResolvable workforceVpcConfig) The VPC configuration for the workforce.CfnWorkforce.Builder.workforceVpcConfig(CfnWorkforce.WorkforceVpcConfigRequestProperty workforceVpcConfig) The VPC configuration for the workforce.