@Stability(value=Experimental) public static final class HttpBackendProps.Builder extends Object implements software.amazon.jsii.Builder<HttpBackendProps>
HttpBackendProps
Constructor and Description |
---|
Builder() |
@Stability(value=Experimental) public HttpBackendProps.Builder address(String address)
HttpBackendProps.getAddress()
address
- the value to be set. This parameter is required.this
@Stability(value=Experimental) public HttpBackendProps.Builder lockAddress(String lockAddress)
HttpBackendProps.getLockAddress()
lockAddress
- the value to be set.this
@Stability(value=Experimental) public HttpBackendProps.Builder lockMethod(String lockMethod)
HttpBackendProps.getLockMethod()
lockMethod
- the value to be set.this
@Stability(value=Experimental) public HttpBackendProps.Builder password(String password)
HttpBackendProps.getPassword()
password
- the value to be set.this
@Stability(value=Experimental) public HttpBackendProps.Builder retryMax(Number retryMax)
HttpBackendProps.getRetryMax()
retryMax
- the value to be set.this
@Stability(value=Experimental) public HttpBackendProps.Builder retryWaitMax(Number retryWaitMax)
HttpBackendProps.getRetryWaitMax()
retryWaitMax
- the value to be set.this
@Stability(value=Experimental) public HttpBackendProps.Builder retryWaitMin(Number retryWaitMin)
HttpBackendProps.getRetryWaitMin()
retryWaitMin
- the value to be set.this
@Stability(value=Experimental) public HttpBackendProps.Builder skipCertVerification(Boolean skipCertVerification)
HttpBackendProps.getSkipCertVerification()
skipCertVerification
- the value to be set.this
@Stability(value=Experimental) public HttpBackendProps.Builder unlockAddress(String unlockAddress)
HttpBackendProps.getUnlockAddress()
unlockAddress
- the value to be set.this
@Stability(value=Experimental) public HttpBackendProps.Builder unlockMethod(String unlockMethod)
HttpBackendProps.getUnlockMethod()
unlockMethod
- the value to be set.this
@Stability(value=Experimental) public HttpBackendProps.Builder updateMethod(String updateMethod)
HttpBackendProps.getUpdateMethod()
updateMethod
- the value to be set.this
@Stability(value=Experimental) public HttpBackendProps.Builder username(String username)
HttpBackendProps.getUsername()
username
- the value to be set.this
@Stability(value=Experimental) public HttpBackendProps build()
build
in interface software.amazon.jsii.Builder<HttpBackendProps>
HttpBackendProps
NullPointerException
- if any required attribute was not providedCopyright © 2022. All rights reserved.