@Stability(value=Experimental) public static final class MantaBackendProps.Builder extends Object implements software.amazon.jsii.Builder<MantaBackendProps>
MantaBackendProps
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
MantaBackendProps.Builder |
account(String account)
Sets the value of
MantaBackendProps.getAccount() |
MantaBackendProps |
build()
Builds the configured instance.
|
MantaBackendProps.Builder |
insecureSkipTlsVerify(Boolean insecureSkipTlsVerify)
Sets the value of
MantaBackendProps.getInsecureSkipTlsVerify() |
MantaBackendProps.Builder |
keyId(String keyId)
Sets the value of
MantaBackendProps.getKeyId() |
MantaBackendProps.Builder |
keyMaterial(String keyMaterial)
Sets the value of
MantaBackendProps.getKeyMaterial() |
MantaBackendProps.Builder |
objectName(String objectName)
Sets the value of
MantaBackendProps.getObjectName() |
MantaBackendProps.Builder |
path(String path)
Sets the value of
MantaBackendProps.getPath() |
MantaBackendProps.Builder |
url(String url)
Sets the value of
MantaBackendProps.getUrl() |
MantaBackendProps.Builder |
user(String user)
Sets the value of
MantaBackendProps.getUser() |
@Stability(value=Experimental) public MantaBackendProps.Builder account(String account)
MantaBackendProps.getAccount()
account
- the value to be set. This parameter is required.this
@Stability(value=Experimental) public MantaBackendProps.Builder keyId(String keyId)
MantaBackendProps.getKeyId()
keyId
- the value to be set. This parameter is required.this
@Stability(value=Experimental) public MantaBackendProps.Builder path(String path)
MantaBackendProps.getPath()
path
- the value to be set. This parameter is required.this
@Stability(value=Experimental) public MantaBackendProps.Builder insecureSkipTlsVerify(Boolean insecureSkipTlsVerify)
MantaBackendProps.getInsecureSkipTlsVerify()
insecureSkipTlsVerify
- the value to be set.this
@Stability(value=Experimental) public MantaBackendProps.Builder keyMaterial(String keyMaterial)
MantaBackendProps.getKeyMaterial()
keyMaterial
- the value to be set.this
@Stability(value=Experimental) public MantaBackendProps.Builder objectName(String objectName)
MantaBackendProps.getObjectName()
objectName
- the value to be set.this
@Stability(value=Experimental) public MantaBackendProps.Builder url(String url)
MantaBackendProps.getUrl()
url
- the value to be set.this
@Stability(value=Experimental) public MantaBackendProps.Builder user(String user)
MantaBackendProps.getUser()
user
- the value to be set.this
@Stability(value=Experimental) public MantaBackendProps build()
build
in interface software.amazon.jsii.Builder<MantaBackendProps>
MantaBackendProps
NullPointerException
- if any required attribute was not providedCopyright © 2022. All rights reserved.