Class S3OutpostAccessPointBuilder
java.lang.Object
software.amazon.awssdk.services.s3.internal.resource.S3OutpostAccessPointBuilder
This class is used to construct an endpoint for an S3 outpost access point.
-
Method Summary
Modifier and TypeMethodDescriptionaccessPointName
(String accessPointName) static S3OutpostAccessPointBuilder
create()
Create a new instance of this builder class.endpointOverride
(URI endpointOverride) The endpoint override configured on the client (null if no endpoint override was set).toUri()
Generate an endpoint URI with no path that maps to the Outpost Access Point information stored in this builder.
-
Method Details
-
create
Create a new instance of this builder class. -
endpointOverride
The endpoint override configured on the client (null if no endpoint override was set). -
accessPointName
-
region
-
accountId
-
outpostId
-
protocol
-
domain
-
toUri
Generate an endpoint URI with no path that maps to the Outpost Access Point information stored in this builder.
-