Class S3AccessPointBuilder


  • public class S3AccessPointBuilder
    extends Object
    This class is used to construct an endpoint host for an S3 access point.
    • Constructor Detail

      • S3AccessPointBuilder

        public S3AccessPointBuilder()
    • Method Detail

      • endpointOverride

        public S3AccessPointBuilder endpointOverride​(URI endpointOverride)
        The endpoint override configured on the client (null if no endpoint override was set).
      • accountId

        public S3AccessPointBuilder accountId​(String accountId)
        The ID of the AWS Account the Access Point is associated with.
      • toUri

        public URI toUri()
        Generate an endpoint URI with no path that maps to the Access Point information stored in this builder.