Class SagemakerWorkforceSourceIpConfig.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.aws.sagemaker_workforce.SagemakerWorkforceSourceIpConfig.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<SagemakerWorkforceSourceIpConfig>
- Enclosing interface:
- SagemakerWorkforceSourceIpConfig
@Stability(Stable) public static final class SagemakerWorkforceSourceIpConfig.Builder extends Object implements software.amazon.jsii.Builder<SagemakerWorkforceSourceIpConfig>
A builder forSagemakerWorkforceSourceIpConfig
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SagemakerWorkforceSourceIpConfigbuild()Builds the configured instance.SagemakerWorkforceSourceIpConfig.Buildercidrs(List<String> cidrs)Sets the value ofSagemakerWorkforceSourceIpConfig.getCidrs()
-
-
-
Method Detail
-
cidrs
@Stability(Stable) public SagemakerWorkforceSourceIpConfig.Builder cidrs(List<String> cidrs)
Sets the value ofSagemakerWorkforceSourceIpConfig.getCidrs()- Parameters:
cidrs- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sagemaker_workforce#cidrs SagemakerWorkforce#cidrs}. This parameter is required.- Returns:
this
-
build
@Stability(Stable) public SagemakerWorkforceSourceIpConfig build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<SagemakerWorkforceSourceIpConfig>- Returns:
- a new instance of
SagemakerWorkforceSourceIpConfig - Throws:
NullPointerException- if any required attribute was not provided
-
-