AddDataLakeStoreParameters Class
- java.
lang. Object - com.
microsoft. azure. management. datalake. analytics. models. AddDataLakeStoreParameters
- com.
public class AddDataLakeStoreParameters
Additional Data Lake Store parameters.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
suffix()
Get the suffix value. |
Add |
withSuffix(String suffix)
Set the suffix value. |
Method Details
suffix
public String suffix()
Get the suffix value.
Returns:
the suffix value
withSuffix
public AddDataLakeStoreParameters withSuffix(String suffix)
Set the suffix value.
Parameters:
suffix
- the suffix value to set
Returns:
the AddDataLakeStoreParameters object itself.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java