@Stability(value=Experimental) public static final class AzurermBackendProps.Builder extends Object implements software.amazon.jsii.Builder<AzurermBackendProps>
AzurermBackendProps
Constructor and Description |
---|
Builder() |
@Stability(value=Experimental) public AzurermBackendProps.Builder containerName(String containerName)
AzurermBackendProps.getContainerName()
containerName
- the value to be set. This parameter is required.this
@Stability(value=Experimental) public AzurermBackendProps.Builder key(String key)
AzurermBackendProps.getKey()
key
- the value to be set. This parameter is required.this
@Stability(value=Experimental) public AzurermBackendProps.Builder storageAccountName(String storageAccountName)
AzurermBackendProps.getStorageAccountName()
storageAccountName
- the value to be set. This parameter is required.this
@Stability(value=Experimental) public AzurermBackendProps.Builder accessKey(String accessKey)
AzurermBackendProps.getAccessKey()
accessKey
- the value to be set.this
@Stability(value=Experimental) public AzurermBackendProps.Builder clientId(String clientId)
AzurermBackendProps.getClientId()
clientId
- the value to be set.this
@Stability(value=Experimental) public AzurermBackendProps.Builder clientSecret(String clientSecret)
AzurermBackendProps.getClientSecret()
clientSecret
- the value to be set.this
@Stability(value=Experimental) public AzurermBackendProps.Builder endpoint(String endpoint)
AzurermBackendProps.getEndpoint()
endpoint
- the value to be set.this
@Stability(value=Experimental) public AzurermBackendProps.Builder environment(String environment)
AzurermBackendProps.getEnvironment()
environment
- the value to be set.this
@Stability(value=Experimental) public AzurermBackendProps.Builder msiEndpoint(String msiEndpoint)
AzurermBackendProps.getMsiEndpoint()
msiEndpoint
- the value to be set.this
@Stability(value=Experimental) public AzurermBackendProps.Builder resourceGroupName(String resourceGroupName)
AzurermBackendProps.getResourceGroupName()
resourceGroupName
- the value to be set.this
@Stability(value=Experimental) public AzurermBackendProps.Builder sasToken(String sasToken)
AzurermBackendProps.getSasToken()
sasToken
- the value to be set.this
@Stability(value=Experimental) public AzurermBackendProps.Builder subscriptionId(String subscriptionId)
AzurermBackendProps.getSubscriptionId()
subscriptionId
- the value to be set.this
@Stability(value=Experimental) public AzurermBackendProps.Builder tenantId(String tenantId)
AzurermBackendProps.getTenantId()
tenantId
- the value to be set.this
@Stability(value=Experimental) public AzurermBackendProps.Builder useMsi(Boolean useMsi)
AzurermBackendProps.getUseMsi()
useMsi
- the value to be set.this
@Stability(value=Experimental) public AzurermBackendProps build()
build
in interface software.amazon.jsii.Builder<AzurermBackendProps>
AzurermBackendProps
NullPointerException
- if any required attribute was not providedCopyright © 2021. All rights reserved.