@Stability(value=Stable) public static final class CfnStack.StorageConnectorProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnStack.StorageConnectorProperty>
CfnStack.StorageConnectorProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnStack.StorageConnectorProperty |
build()
Builds the configured instance.
|
CfnStack.StorageConnectorProperty.Builder |
connectorType(String connectorType)
Sets the value of
CfnStack.StorageConnectorProperty.getConnectorType() |
CfnStack.StorageConnectorProperty.Builder |
domains(List<String> domains)
Sets the value of
CfnStack.StorageConnectorProperty.getDomains() |
CfnStack.StorageConnectorProperty.Builder |
resourceIdentifier(String resourceIdentifier)
Sets the value of
CfnStack.StorageConnectorProperty.getResourceIdentifier() |
@Stability(value=Stable) public CfnStack.StorageConnectorProperty.Builder connectorType(String connectorType)
CfnStack.StorageConnectorProperty.getConnectorType()connectorType - The type of storage connector. This parameter is required.this@Stability(value=Stable) public CfnStack.StorageConnectorProperty.Builder domains(List<String> domains)
CfnStack.StorageConnectorProperty.getDomains()domains - The names of the domains for the account.this@Stability(value=Stable) public CfnStack.StorageConnectorProperty.Builder resourceIdentifier(String resourceIdentifier)
CfnStack.StorageConnectorProperty.getResourceIdentifier()resourceIdentifier - The ARN of the storage connector.this@Stability(value=Stable) public CfnStack.StorageConnectorProperty build()
build in interface software.amazon.jsii.Builder<CfnStack.StorageConnectorProperty>CfnStack.StorageConnectorPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.