Package com.hashicorp.cdktf
Class SwiftBackendConfig.Builder
java.lang.Object
com.hashicorp.cdktf.SwiftBackendConfig.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<SwiftBackendConfig>
- Enclosing interface:
SwiftBackendConfig
@Stability(Deprecated)
@Deprecated
public static final class SwiftBackendConfig.Builder
extends Object
implements software.amazon.jsii.Builder<SwiftBackendConfig>
Deprecated.
A builder for
SwiftBackendConfig
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapplicationCredentialId
(String applicationCredentialId) Deprecated.applicationCredentialName
(String applicationCredentialName) Deprecated.applicationCredentialSecret
(String applicationCredentialSecret) Deprecated.archiveContainer
(String archiveContainer) Deprecated.Deprecated.build()
Deprecated.cacertFile
(String cacertFile) Deprecated.Deprecated.Deprecated.Deprecated.defaultDomain
(String defaultDomain) Deprecated.Deprecated.domainName
(String domainName) Deprecated.expireAfter
(String expireAfter) Deprecated.Deprecated.Deprecated.Deprecated.projectDomainId
(String projectDomainId) Deprecated.projectDomainName
(String projectDomainName) Deprecated.regionName
(String regionName) Deprecated.Deprecated.Deprecated.tenantName
(String tenantName) Deprecated.Deprecated.userDomainId
(String userDomainId) Deprecated.userDomainName
(String userDomainName) Deprecated.Deprecated.Deprecated.
-
Constructor Details
-
Builder
public Builder()Deprecated.
-
-
Method Details
-
container
Deprecated.Sets the value ofSwiftBackendConfig.getContainer()
- Parameters:
container
- the value to be set. This parameter is required.- Returns:
this
-
applicationCredentialId
@Stability(Deprecated) @Deprecated public SwiftBackendConfig.Builder applicationCredentialId(String applicationCredentialId) Deprecated.Sets the value ofSwiftBackendConfig.getApplicationCredentialId()
- Parameters:
applicationCredentialId
- the value to be set.- Returns:
this
-
applicationCredentialName
@Stability(Deprecated) @Deprecated public SwiftBackendConfig.Builder applicationCredentialName(String applicationCredentialName) Deprecated.Sets the value ofSwiftBackendConfig.getApplicationCredentialName()
- Parameters:
applicationCredentialName
- the value to be set.- Returns:
this
-
applicationCredentialSecret
@Stability(Deprecated) @Deprecated public SwiftBackendConfig.Builder applicationCredentialSecret(String applicationCredentialSecret) Deprecated.Sets the value ofSwiftBackendConfig.getApplicationCredentialSecret()
- Parameters:
applicationCredentialSecret
- the value to be set.- Returns:
this
-
archiveContainer
@Stability(Deprecated) @Deprecated public SwiftBackendConfig.Builder archiveContainer(String archiveContainer) Deprecated.Sets the value ofSwiftBackendConfig.getArchiveContainer()
- Parameters:
archiveContainer
- the value to be set.- Returns:
this
-
authUrl
Deprecated.Sets the value ofSwiftBackendConfig.getAuthUrl()
- Parameters:
authUrl
- the value to be set.- Returns:
this
-
cacertFile
Deprecated.Sets the value ofSwiftBackendConfig.getCacertFile()
- Parameters:
cacertFile
- the value to be set.- Returns:
this
-
cert
Deprecated.Sets the value ofSwiftBackendConfig.getCert()
- Parameters:
cert
- the value to be set.- Returns:
this
-
cloud
Deprecated.Sets the value ofSwiftBackendConfig.getCloud()
- Parameters:
cloud
- the value to be set.- Returns:
this
-
defaultDomain
@Stability(Deprecated) @Deprecated public SwiftBackendConfig.Builder defaultDomain(String defaultDomain) Deprecated.Sets the value ofSwiftBackendConfig.getDefaultDomain()
- Parameters:
defaultDomain
- the value to be set.- Returns:
this
-
domainId
Deprecated.Sets the value ofSwiftBackendConfig.getDomainId()
- Parameters:
domainId
- the value to be set.- Returns:
this
-
domainName
Deprecated.Sets the value ofSwiftBackendConfig.getDomainName()
- Parameters:
domainName
- the value to be set.- Returns:
this
-
expireAfter
@Stability(Deprecated) @Deprecated public SwiftBackendConfig.Builder expireAfter(String expireAfter) Deprecated.Sets the value ofSwiftBackendConfig.getExpireAfter()
- Parameters:
expireAfter
- the value to be set.- Returns:
this
-
insecure
Deprecated.Sets the value ofSwiftBackendConfig.getInsecure()
- Parameters:
insecure
- the value to be set.- Returns:
this
-
key
Deprecated.Sets the value ofSwiftBackendConfig.getKey()
- Parameters:
key
- the value to be set.- Returns:
this
-
password
Deprecated.Sets the value ofSwiftBackendConfig.getPassword()
- Parameters:
password
- the value to be set.- Returns:
this
-
projectDomainId
@Stability(Deprecated) @Deprecated public SwiftBackendConfig.Builder projectDomainId(String projectDomainId) Deprecated.Sets the value ofSwiftBackendConfig.getProjectDomainId()
- Parameters:
projectDomainId
- the value to be set.- Returns:
this
-
projectDomainName
@Stability(Deprecated) @Deprecated public SwiftBackendConfig.Builder projectDomainName(String projectDomainName) Deprecated.Sets the value ofSwiftBackendConfig.getProjectDomainName()
- Parameters:
projectDomainName
- the value to be set.- Returns:
this
-
regionName
Deprecated.Sets the value ofSwiftBackendConfig.getRegionName()
- Parameters:
regionName
- the value to be set.- Returns:
this
-
stateName
Deprecated.Sets the value ofSwiftBackendConfig.getStateName()
- Parameters:
stateName
- the value to be set.- Returns:
this
-
tenantId
Deprecated.Sets the value ofSwiftBackendConfig.getTenantId()
- Parameters:
tenantId
- the value to be set.- Returns:
this
-
tenantName
Deprecated.Sets the value ofSwiftBackendConfig.getTenantName()
- Parameters:
tenantName
- the value to be set.- Returns:
this
-
token
Deprecated.Sets the value ofSwiftBackendConfig.getToken()
- Parameters:
token
- the value to be set.- Returns:
this
-
userDomainId
@Stability(Deprecated) @Deprecated public SwiftBackendConfig.Builder userDomainId(String userDomainId) Deprecated.Sets the value ofSwiftBackendConfig.getUserDomainId()
- Parameters:
userDomainId
- the value to be set.- Returns:
this
-
userDomainName
@Stability(Deprecated) @Deprecated public SwiftBackendConfig.Builder userDomainName(String userDomainName) Deprecated.Sets the value ofSwiftBackendConfig.getUserDomainName()
- Parameters:
userDomainName
- the value to be set.- Returns:
this
-
userId
Deprecated.Sets the value ofSwiftBackendConfig.getUserId()
- Parameters:
userId
- the value to be set.- Returns:
this
-
userName
Deprecated.Sets the value ofSwiftBackendConfig.getUserName()
- Parameters:
userName
- the value to be set.- Returns:
this
-
build
Deprecated.Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<SwiftBackendConfig>
- Returns:
- a new instance of
SwiftBackendConfig
- Throws:
NullPointerException
- if any required attribute was not provided
-