Package software.amazon.awssdk.crt.s3
Class S3ExpressCredentialsProperties
- java.lang.Object
-
- software.amazon.awssdk.crt.s3.S3ExpressCredentialsProperties
-
public class S3ExpressCredentialsProperties extends Object
-
-
Constructor Summary
Constructors Constructor Description S3ExpressCredentialsProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getHostValue()
String
getRegion()
S3ExpressCredentialsProperties
withHostValue(String hostValue)
S3ExpressCredentialsProperties
withRegion(String region)
-
-
-
Method Detail
-
withHostValue
public S3ExpressCredentialsProperties withHostValue(String hostValue)
-
getHostValue
public String getHostValue()
-
withRegion
public S3ExpressCredentialsProperties withRegion(String region)
-
getRegion
public String getRegion()
-
-