Class ClouddeployCustomTargetTypeCustomActionsIncludeSkaffoldModulesGit.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.clouddeploy_custom_target_type.ClouddeployCustomTargetTypeCustomActionsIncludeSkaffoldModulesGit.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<ClouddeployCustomTargetTypeCustomActionsIncludeSkaffoldModulesGit>
- Enclosing interface:
- ClouddeployCustomTargetTypeCustomActionsIncludeSkaffoldModulesGit
@Stability(Stable) public static final class ClouddeployCustomTargetTypeCustomActionsIncludeSkaffoldModulesGit.Builder extends Object implements software.amazon.jsii.Builder<ClouddeployCustomTargetTypeCustomActionsIncludeSkaffoldModulesGit>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClouddeployCustomTargetTypeCustomActionsIncludeSkaffoldModulesGitbuild()Builds the configured instance.ClouddeployCustomTargetTypeCustomActionsIncludeSkaffoldModulesGit.Builderpath(String path)ClouddeployCustomTargetTypeCustomActionsIncludeSkaffoldModulesGit.Builderref(String ref)ClouddeployCustomTargetTypeCustomActionsIncludeSkaffoldModulesGit.Builderrepo(String repo)
-
-
-
Method Detail
-
repo
@Stability(Stable) public ClouddeployCustomTargetTypeCustomActionsIncludeSkaffoldModulesGit.Builder repo(String repo)
- Parameters:
repo- Git repository the package should be cloned from. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/clouddeploy_custom_target_type#repo ClouddeployCustomTargetType#repo}- Returns:
this
-
path
@Stability(Stable) public ClouddeployCustomTargetTypeCustomActionsIncludeSkaffoldModulesGit.Builder path(String path)
- Parameters:
path- Relative path from the repository root to the Skaffold file. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/clouddeploy_custom_target_type#path ClouddeployCustomTargetType#path}- Returns:
this
-
ref
@Stability(Stable) public ClouddeployCustomTargetTypeCustomActionsIncludeSkaffoldModulesGit.Builder ref(String ref)
- Parameters:
ref- Git ref the package should be cloned from. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/clouddeploy_custom_target_type#ref ClouddeployCustomTargetType#ref}- Returns:
this
-
build
@Stability(Stable) public ClouddeployCustomTargetTypeCustomActionsIncludeSkaffoldModulesGit build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<ClouddeployCustomTargetTypeCustomActionsIncludeSkaffoldModulesGit>- Returns:
- a new instance of
ClouddeployCustomTargetTypeCustomActionsIncludeSkaffoldModulesGit - Throws:
NullPointerException- if any required attribute was not provided
-
-