public class AddDataLakeStoreWithAccountParameters extends Object
| Constructor and Description |
|---|
AddDataLakeStoreWithAccountParameters() |
| Modifier and Type | Method and Description |
|---|---|
String |
name()
Get the unique name of the Data Lake Store account to add.
|
String |
suffix()
Get the optional suffix for the Data Lake Store account.
|
AddDataLakeStoreWithAccountParameters |
withName(String name)
Set the unique name of the Data Lake Store account to add.
|
AddDataLakeStoreWithAccountParameters |
withSuffix(String suffix)
Set the optional suffix for the Data Lake Store account.
|
public AddDataLakeStoreWithAccountParameters()
public String name()
public AddDataLakeStoreWithAccountParameters withName(String name)
name - the name value to setpublic String suffix()
public AddDataLakeStoreWithAccountParameters withSuffix(String suffix)
suffix - the suffix value to setCopyright © 2019. All rights reserved.