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() |
Properties |
getProxyProperties() |
String |
getRegion() |
StageInfo.StageType |
getStageType() |
String |
getStorageAccount() |
boolean |
getUseS3RegionalUrl() |
void |
setCredentials(Map<?,?> credentials) |
void |
setPresignedUrl(String presignedUrl) |
void |
setProxyProperties(Properties proxyProperties) |
void |
setUseS3RegionalUrl(boolean useS3RegionalUrl) |
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()
public void setUseS3RegionalUrl(boolean useS3RegionalUrl)
public boolean getUseS3RegionalUrl()
public void setProxyProperties(Properties proxyProperties)
public Properties getProxyProperties()
Copyright © 2022. All rights reserved.