public class StageInfo extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
StageInfo.StageType |
| Modifier and Type | Method and Description |
|---|---|
static StageInfo |
createStageInfo(String locationType,
String location,
Map<?,?> credentials,
String region,
String endPoint,
String storageAccount,
boolean isClientSideEncrypted) |
Map<?,?> |
getCredentials() |
String |
getEndPoint() |
boolean |
getIsClientSideEncrypted() |
String |
getLocation() |
String |
getPresignedUrl() |
String |
getRegion() |
StageInfo.StageType |
getStageType() |
String |
getStorageAccount() |
void |
setCredentials(Map<?,?> credentials) |
void |
setPresignedUrl(String presignedUrl) |
public static StageInfo createStageInfo(String locationType, String location, Map<?,?> credentials, String region, String endPoint, String storageAccount, boolean isClientSideEncrypted) throws IllegalArgumentException
IllegalArgumentExceptionpublic StageInfo.StageType getStageType()
public String getLocation()
public Map<?,?> getCredentials()
public void setCredentials(Map<?,?> credentials)
public String getRegion()
public String getEndPoint()
public String getStorageAccount()
public String getPresignedUrl()
public void setPresignedUrl(String presignedUrl)
public boolean getIsClientSideEncrypted()
Copyright © 2020. All rights reserved.