@Stability(value=Experimental) public static final class ConsulBackendProps.Builder extends Object implements software.amazon.jsii.Builder<ConsulBackendProps>
ConsulBackendProps
Constructor and Description |
---|
Builder() |
@Stability(value=Experimental) public ConsulBackendProps.Builder accessToken(String accessToken)
ConsulBackendProps.getAccessToken()
accessToken
- the value to be set. This parameter is required.this
@Stability(value=Experimental) public ConsulBackendProps.Builder path(String path)
ConsulBackendProps.getPath()
path
- the value to be set. This parameter is required.this
@Stability(value=Experimental) public ConsulBackendProps.Builder address(String address)
ConsulBackendProps.getAddress()
address
- the value to be set.this
@Stability(value=Experimental) public ConsulBackendProps.Builder caFile(String caFile)
ConsulBackendProps.getCaFile()
caFile
- the value to be set.this
@Stability(value=Experimental) public ConsulBackendProps.Builder certFile(String certFile)
ConsulBackendProps.getCertFile()
certFile
- the value to be set.this
@Stability(value=Experimental) public ConsulBackendProps.Builder datacenter(String datacenter)
ConsulBackendProps.getDatacenter()
datacenter
- the value to be set.this
@Stability(value=Experimental) public ConsulBackendProps.Builder gzip(Boolean gzip)
ConsulBackendProps.getGzip()
gzip
- the value to be set.this
@Stability(value=Experimental) public ConsulBackendProps.Builder httpAuth(String httpAuth)
ConsulBackendProps.getHttpAuth()
httpAuth
- the value to be set.this
@Stability(value=Experimental) public ConsulBackendProps.Builder keyFile(String keyFile)
ConsulBackendProps.getKeyFile()
keyFile
- the value to be set.this
@Stability(value=Experimental) public ConsulBackendProps.Builder lock(Boolean lock)
ConsulBackendProps.getLock()
lock
- the value to be set.this
@Stability(value=Experimental) public ConsulBackendProps.Builder scheme(String scheme)
ConsulBackendProps.getScheme()
scheme
- the value to be set.this
@Stability(value=Experimental) public ConsulBackendProps build()
build
in interface software.amazon.jsii.Builder<ConsulBackendProps>
ConsulBackendProps
NullPointerException
- if any required attribute was not providedCopyright © 2021. All rights reserved.