public final class S3OutpostAccessPointBuilder extends Object
Modifier and Type | Method and Description |
---|---|
static S3OutpostAccessPointBuilder |
create()
Create a new instance of this builder class.
|
URI |
toURI()
Generate an endpoint URI with no path that maps to the Outpost Access Point information stored in this builder.
|
S3OutpostAccessPointBuilder |
withAccessPointName(String accessPointName) |
S3OutpostAccessPointBuilder |
withAccountId(String accountId) |
S3OutpostAccessPointBuilder |
withDomain(String domain) |
S3OutpostAccessPointBuilder |
withEndpointOverride(URI endpointOverride) |
S3OutpostAccessPointBuilder |
withOutpostId(String outpostId) |
S3OutpostAccessPointBuilder |
withProtocol(String protocol) |
S3OutpostAccessPointBuilder |
withRegion(String region) |
public static S3OutpostAccessPointBuilder create()
public S3OutpostAccessPointBuilder withEndpointOverride(URI endpointOverride)
public S3OutpostAccessPointBuilder withAccessPointName(String accessPointName)
public S3OutpostAccessPointBuilder withRegion(String region)
public S3OutpostAccessPointBuilder withAccountId(String accountId)
public S3OutpostAccessPointBuilder withOutpostId(String outpostId)
public S3OutpostAccessPointBuilder withProtocol(String protocol)
public S3OutpostAccessPointBuilder withDomain(String domain)
public URI toURI()
Copyright © 2022. All rights reserved.