Class SagemakerAppImageConfigConfig.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.aws.sagemaker_app_image_config.SagemakerAppImageConfigConfig.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<SagemakerAppImageConfigConfig>
- Enclosing interface:
- SagemakerAppImageConfigConfig
@Stability(Stable) public static final class SagemakerAppImageConfigConfig.Builder extends Object implements software.amazon.jsii.Builder<SagemakerAppImageConfigConfig>
A builder forSagemakerAppImageConfigConfig
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SagemakerAppImageConfigConfig.BuilderappImageConfigName(String appImageConfigName)Sets the value ofSagemakerAppImageConfigConfig.getAppImageConfigName()SagemakerAppImageConfigConfigbuild()Builds the configured instance.SagemakerAppImageConfigConfig.Builderconnection(com.hashicorp.cdktf.SSHProvisionerConnection connection)Sets the value ofTerraformMetaArguments.getConnection()SagemakerAppImageConfigConfig.Builderconnection(com.hashicorp.cdktf.WinrmProvisionerConnection connection)Sets the value ofTerraformMetaArguments.getConnection()SagemakerAppImageConfigConfig.Buildercount(com.hashicorp.cdktf.TerraformCount count)Sets the value ofTerraformMetaArguments.getCount()SagemakerAppImageConfigConfig.Buildercount(Number count)Sets the value ofTerraformMetaArguments.getCount()SagemakerAppImageConfigConfig.BuilderdependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)Sets the value ofTerraformMetaArguments.getDependsOn()SagemakerAppImageConfigConfig.BuilderforEach(com.hashicorp.cdktf.ITerraformIterator forEach)Sets the value ofTerraformMetaArguments.getForEach()SagemakerAppImageConfigConfig.Builderid(String id)Sets the value ofSagemakerAppImageConfigConfig.getId()SagemakerAppImageConfigConfig.BuilderkernelGatewayImageConfig(SagemakerAppImageConfigKernelGatewayImageConfig kernelGatewayImageConfig)Sets the value ofSagemakerAppImageConfigConfig.getKernelGatewayImageConfig()SagemakerAppImageConfigConfig.Builderlifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)Sets the value ofTerraformMetaArguments.getLifecycle()SagemakerAppImageConfigConfig.Builderprovider(com.hashicorp.cdktf.TerraformProvider provider)Sets the value ofTerraformMetaArguments.getProvider()SagemakerAppImageConfigConfig.Builderprovisioners(List<? extends Object> provisioners)Sets the value ofTerraformMetaArguments.getProvisioners()SagemakerAppImageConfigConfig.Buildertags(Map<String,String> tags)Sets the value ofSagemakerAppImageConfigConfig.getTags()SagemakerAppImageConfigConfig.BuildertagsAll(Map<String,String> tagsAll)Sets the value ofSagemakerAppImageConfigConfig.getTagsAll()
-
-
-
Method Detail
-
appImageConfigName
@Stability(Stable) public SagemakerAppImageConfigConfig.Builder appImageConfigName(String appImageConfigName)
Sets the value ofSagemakerAppImageConfigConfig.getAppImageConfigName()- Parameters:
appImageConfigName- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sagemaker_app_image_config#app_image_config_name SagemakerAppImageConfig#app_image_config_name}. This parameter is required.- Returns:
this
-
id
@Stability(Stable) public SagemakerAppImageConfigConfig.Builder id(String id)
Sets the value ofSagemakerAppImageConfigConfig.getId()- Parameters:
id- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sagemaker_app_image_config#id SagemakerAppImageConfig#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.- Returns:
this
-
kernelGatewayImageConfig
@Stability(Stable) public SagemakerAppImageConfigConfig.Builder kernelGatewayImageConfig(SagemakerAppImageConfigKernelGatewayImageConfig kernelGatewayImageConfig)
Sets the value ofSagemakerAppImageConfigConfig.getKernelGatewayImageConfig()- Parameters:
kernelGatewayImageConfig- kernel_gateway_image_config block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sagemaker_app_image_config#kernel_gateway_image_config SagemakerAppImageConfig#kernel_gateway_image_config}- Returns:
this
-
tags
@Stability(Stable) public SagemakerAppImageConfigConfig.Builder tags(Map<String,String> tags)
Sets the value ofSagemakerAppImageConfigConfig.getTags()- Parameters:
tags- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sagemaker_app_image_config#tags SagemakerAppImageConfig#tags}.- Returns:
this
-
tagsAll
@Stability(Stable) public SagemakerAppImageConfigConfig.Builder tagsAll(Map<String,String> tagsAll)
Sets the value ofSagemakerAppImageConfigConfig.getTagsAll()- Parameters:
tagsAll- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sagemaker_app_image_config#tags_all SagemakerAppImageConfig#tags_all}.- Returns:
this
-
connection
@Stability(Experimental) public SagemakerAppImageConfigConfig.Builder connection(com.hashicorp.cdktf.SSHProvisionerConnection connection)
Sets the value ofTerraformMetaArguments.getConnection()- Parameters:
connection- the value to be set.- Returns:
this
-
connection
@Stability(Experimental) public SagemakerAppImageConfigConfig.Builder connection(com.hashicorp.cdktf.WinrmProvisionerConnection connection)
Sets the value ofTerraformMetaArguments.getConnection()- Parameters:
connection- the value to be set.- Returns:
this
-
count
@Stability(Experimental) public SagemakerAppImageConfigConfig.Builder count(Number count)
Sets the value ofTerraformMetaArguments.getCount()- Parameters:
count- the value to be set.- Returns:
this
-
count
@Stability(Experimental) public SagemakerAppImageConfigConfig.Builder count(com.hashicorp.cdktf.TerraformCount count)
Sets the value ofTerraformMetaArguments.getCount()- Parameters:
count- the value to be set.- Returns:
this
-
dependsOn
@Stability(Experimental) public SagemakerAppImageConfigConfig.Builder dependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)
Sets the value ofTerraformMetaArguments.getDependsOn()- Parameters:
dependsOn- the value to be set.- Returns:
this
-
forEach
@Stability(Experimental) public SagemakerAppImageConfigConfig.Builder forEach(com.hashicorp.cdktf.ITerraformIterator forEach)
Sets the value ofTerraformMetaArguments.getForEach()- Parameters:
forEach- the value to be set.- Returns:
this
-
lifecycle
@Stability(Experimental) public SagemakerAppImageConfigConfig.Builder lifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)
Sets the value ofTerraformMetaArguments.getLifecycle()- Parameters:
lifecycle- the value to be set.- Returns:
this
-
provider
@Stability(Experimental) public SagemakerAppImageConfigConfig.Builder provider(com.hashicorp.cdktf.TerraformProvider provider)
Sets the value ofTerraformMetaArguments.getProvider()- Parameters:
provider- the value to be set.- Returns:
this
-
provisioners
@Stability(Experimental) public SagemakerAppImageConfigConfig.Builder provisioners(List<? extends Object> provisioners)
Sets the value ofTerraformMetaArguments.getProvisioners()- Parameters:
provisioners- the value to be set.- Returns:
this
-
build
@Stability(Stable) public SagemakerAppImageConfigConfig build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<SagemakerAppImageConfigConfig>- Returns:
- a new instance of
SagemakerAppImageConfigConfig - Throws:
NullPointerException- if any required attribute was not provided
-
-