Class SecureSourceManagerInstancePrivateConfig.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.secure_source_manager_instance.SecureSourceManagerInstancePrivateConfig.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<SecureSourceManagerInstancePrivateConfig>
- Enclosing interface:
- SecureSourceManagerInstancePrivateConfig
@Stability(Stable) public static final class SecureSourceManagerInstancePrivateConfig.Builder extends Object implements software.amazon.jsii.Builder<SecureSourceManagerInstancePrivateConfig>
A builder forSecureSourceManagerInstancePrivateConfig
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SecureSourceManagerInstancePrivateConfigbuild()Builds the configured instance.SecureSourceManagerInstancePrivateConfig.BuildercaPool(String caPool)Sets the value ofSecureSourceManagerInstancePrivateConfig.getCaPool()SecureSourceManagerInstancePrivateConfig.BuilderisPrivate(com.hashicorp.cdktf.IResolvable isPrivate)Sets the value ofSecureSourceManagerInstancePrivateConfig.getIsPrivate()SecureSourceManagerInstancePrivateConfig.BuilderisPrivate(Boolean isPrivate)Sets the value ofSecureSourceManagerInstancePrivateConfig.getIsPrivate()
-
-
-
Method Detail
-
caPool
@Stability(Stable) public SecureSourceManagerInstancePrivateConfig.Builder caPool(String caPool)
Sets the value ofSecureSourceManagerInstancePrivateConfig.getCaPool()- Parameters:
caPool- CA pool resource, resource must in the format of 'projects/{project}/locations/{location}/caPools/{ca_pool}'. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/secure_source_manager_instance#ca_pool SecureSourceManagerInstance#ca_pool}- Returns:
this
-
isPrivate
@Stability(Stable) public SecureSourceManagerInstancePrivateConfig.Builder isPrivate(Boolean isPrivate)
Sets the value ofSecureSourceManagerInstancePrivateConfig.getIsPrivate()- Parameters:
isPrivate- 'Indicate if it's private instance.'. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/secure_source_manager_instance#is_private SecureSourceManagerInstance#is_private}- Returns:
this
-
isPrivate
@Stability(Stable) public SecureSourceManagerInstancePrivateConfig.Builder isPrivate(com.hashicorp.cdktf.IResolvable isPrivate)
Sets the value ofSecureSourceManagerInstancePrivateConfig.getIsPrivate()- Parameters:
isPrivate- 'Indicate if it's private instance.'. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/secure_source_manager_instance#is_private SecureSourceManagerInstance#is_private}- Returns:
this
-
build
@Stability(Stable) public SecureSourceManagerInstancePrivateConfig build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<SecureSourceManagerInstancePrivateConfig>- Returns:
- a new instance of
SecureSourceManagerInstancePrivateConfig - Throws:
NullPointerException- if any required attribute was not provided
-
-