Class S3OutpostResource.Builder
- java.lang.Object
-
- software.amazon.awssdk.services.s3.internal.resource.S3OutpostResource.Builder
-
- Enclosing class:
- S3OutpostResource
public static final class S3OutpostResource.Builder extends Object
A builder forS3OutpostResourceobjects.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description S3OutpostResource.BuilderaccountId(String accountId)The AWS account ID associated with the access point.S3OutpostResourcebuild()Builds an instance ofS3OutpostResource.S3OutpostResource.BuilderoutpostId(String outpostId)The Id of the outpostS3OutpostResource.Builderpartition(String partition)The AWS partition associated with the access point.S3OutpostResource.Builderregion(String region)The AWS region associated with the access point.
-
-
-
Method Detail
-
partition
public S3OutpostResource.Builder partition(String partition)
The AWS partition associated with the access point.
-
region
public S3OutpostResource.Builder region(String region)
The AWS region associated with the access point.
-
accountId
public S3OutpostResource.Builder accountId(String accountId)
The AWS account ID associated with the access point.
-
outpostId
public S3OutpostResource.Builder outpostId(String outpostId)
The Id of the outpost
-
build
public S3OutpostResource build()
Builds an instance ofS3OutpostResource.
-
-