Class S3ObjectLambdaEndpointBuilder
java.lang.Object
software.amazon.awssdk.services.s3.internal.resource.S3ObjectLambdaEndpointBuilder
This class is used to construct an endpoint for an S3 Object Lambda access point.
- 
Method SummaryModifier and TypeMethodDescriptionaccessPointName(String accessPointName) create()Create a new instance of this builder class.dualstackEnabled(Boolean dualstackEnabled) endpointOverride(URI endpointOverride) The endpoint override configured on the client (null if no endpoint override was set).fipsEnabled(Boolean fipsEnabled) toUri()
- 
Method Details- 
createCreate a new instance of this builder class.
- 
endpointOverrideThe endpoint override configured on the client (null if no endpoint override was set).
- 
accessPointName
- 
region
- 
accountId
- 
protocol
- 
domain
- 
fipsEnabled
- 
dualstackEnabled
- 
toUri
 
-