Package com.hashicorp.cdktf
Class MantaBackendConfig.Builder
java.lang.Object
com.hashicorp.cdktf.MantaBackendConfig.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<MantaBackendConfig>
- Enclosing interface:
MantaBackendConfig
@Stability(Deprecated)
@Deprecated
public static final class MantaBackendConfig.Builder
extends Object
implements software.amazon.jsii.Builder<MantaBackendConfig>
Deprecated.
A builder for
MantaBackendConfig
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.build()
Deprecated.insecureSkipTlsVerify
(Boolean insecureSkipTlsVerify) Deprecated.Deprecated.keyMaterial
(String keyMaterial) Deprecated.objectName
(String objectName) Deprecated.Deprecated.Deprecated.Deprecated.
-
Constructor Details
-
Builder
public Builder()Deprecated.
-
-
Method Details
-
account
Deprecated.Sets the value ofMantaBackendConfig.getAccount()
- Parameters:
account
- the value to be set. This parameter is required.- Returns:
this
-
keyId
Deprecated.Sets the value ofMantaBackendConfig.getKeyId()
- Parameters:
keyId
- the value to be set. This parameter is required.- Returns:
this
-
path
Deprecated.Sets the value ofMantaBackendConfig.getPath()
- Parameters:
path
- the value to be set. This parameter is required.- Returns:
this
-
insecureSkipTlsVerify
@Stability(Deprecated) @Deprecated public MantaBackendConfig.Builder insecureSkipTlsVerify(Boolean insecureSkipTlsVerify) Deprecated.Sets the value ofMantaBackendConfig.getInsecureSkipTlsVerify()
- Parameters:
insecureSkipTlsVerify
- the value to be set.- Returns:
this
-
keyMaterial
@Stability(Deprecated) @Deprecated public MantaBackendConfig.Builder keyMaterial(String keyMaterial) Deprecated.Sets the value ofMantaBackendConfig.getKeyMaterial()
- Parameters:
keyMaterial
- the value to be set.- Returns:
this
-
objectName
Deprecated.Sets the value ofMantaBackendConfig.getObjectName()
- Parameters:
objectName
- the value to be set.- Returns:
this
-
url
Deprecated.Sets the value ofMantaBackendConfig.getUrl()
- Parameters:
url
- the value to be set.- Returns:
this
-
user
Deprecated.Sets the value ofMantaBackendConfig.getUser()
- Parameters:
user
- the value to be set.- Returns:
this
-
build
Deprecated.Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<MantaBackendConfig>
- Returns:
- a new instance of
MantaBackendConfig
- Throws:
NullPointerException
- if any required attribute was not provided
-