Uses of Class
software.amazon.awscdk.services.sagemaker.CfnWorkforceProps.Builder
Packages that use CfnWorkforceProps.Builder
-
Uses of CfnWorkforceProps.Builder in software.amazon.awscdk.services.sagemaker
Methods in software.amazon.awscdk.services.sagemaker that return CfnWorkforceProps.BuilderModifier and TypeMethodDescriptionstatic CfnWorkforceProps.BuilderCfnWorkforceProps.builder()CfnWorkforceProps.Builder.cognitoConfig(IResolvable cognitoConfig) Sets the value ofCfnWorkforceProps.getCognitoConfig()CfnWorkforceProps.Builder.cognitoConfig(CfnWorkforce.CognitoConfigProperty cognitoConfig) Sets the value ofCfnWorkforceProps.getCognitoConfig()CfnWorkforceProps.Builder.ipAddressType(String ipAddressType) Sets the value ofCfnWorkforceProps.getIpAddressType()CfnWorkforceProps.Builder.oidcConfig(IResolvable oidcConfig) Sets the value ofCfnWorkforceProps.getOidcConfig()CfnWorkforceProps.Builder.oidcConfig(CfnWorkforce.OidcConfigProperty oidcConfig) Sets the value ofCfnWorkforceProps.getOidcConfig()CfnWorkforceProps.Builder.sourceIpConfig(IResolvable sourceIpConfig) Sets the value ofCfnWorkforceProps.getSourceIpConfig()CfnWorkforceProps.Builder.sourceIpConfig(CfnWorkforce.SourceIpConfigProperty sourceIpConfig) Sets the value ofCfnWorkforceProps.getSourceIpConfig()Sets the value ofCfnWorkforceProps.getTags()CfnWorkforceProps.Builder.workforceName(String workforceName) Sets the value ofCfnWorkforceProps.getWorkforceName()CfnWorkforceProps.Builder.workforceVpcConfig(IResolvable workforceVpcConfig) Sets the value ofCfnWorkforceProps.getWorkforceVpcConfig()CfnWorkforceProps.Builder.workforceVpcConfig(CfnWorkforce.WorkforceVpcConfigRequestProperty workforceVpcConfig) Sets the value ofCfnWorkforceProps.getWorkforceVpcConfig()Constructors in software.amazon.awscdk.services.sagemaker with parameters of type CfnWorkforceProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(CfnWorkforceProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnWorkforceProps.Builder.