Class AppEngineStandardAppVersionDeploymentZip.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.app_engine_standard_app_version.AppEngineStandardAppVersionDeploymentZip.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<AppEngineStandardAppVersionDeploymentZip>
- Enclosing interface:
- AppEngineStandardAppVersionDeploymentZip
@Stability(Stable) public static final class AppEngineStandardAppVersionDeploymentZip.Builder extends Object implements software.amazon.jsii.Builder<AppEngineStandardAppVersionDeploymentZip>
A builder forAppEngineStandardAppVersionDeploymentZip
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AppEngineStandardAppVersionDeploymentZipbuild()Builds the configured instance.AppEngineStandardAppVersionDeploymentZip.BuilderfilesCount(Number filesCount)Sets the value ofAppEngineStandardAppVersionDeploymentZip.getFilesCount()AppEngineStandardAppVersionDeploymentZip.BuildersourceUrl(String sourceUrl)Sets the value ofAppEngineStandardAppVersionDeploymentZip.getSourceUrl()
-
-
-
Method Detail
-
sourceUrl
@Stability(Stable) public AppEngineStandardAppVersionDeploymentZip.Builder sourceUrl(String sourceUrl)
Sets the value ofAppEngineStandardAppVersionDeploymentZip.getSourceUrl()- Parameters:
sourceUrl- Source URL. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/app_engine_standard_app_version#source_url AppEngineStandardAppVersion#source_url}- Returns:
this
-
filesCount
@Stability(Stable) public AppEngineStandardAppVersionDeploymentZip.Builder filesCount(Number filesCount)
Sets the value ofAppEngineStandardAppVersionDeploymentZip.getFilesCount()- Parameters:
filesCount- files count. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/app_engine_standard_app_version#files_count AppEngineStandardAppVersion#files_count}- Returns:
this
-
build
@Stability(Stable) public AppEngineStandardAppVersionDeploymentZip build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<AppEngineStandardAppVersionDeploymentZip>- Returns:
- a new instance of
AppEngineStandardAppVersionDeploymentZip - Throws:
NullPointerException- if any required attribute was not provided
-
-