Uses of Interface
software.amazon.awssdk.services.s3outposts.model.Outpost.Builder
-
Packages that use Outpost.Builder Package Description software.amazon.awssdk.services.s3outposts.model -
-
Uses of Outpost.Builder in software.amazon.awssdk.services.s3outposts.model
Methods in software.amazon.awssdk.services.s3outposts.model that return Outpost.Builder Modifier and Type Method Description static Outpost.BuilderOutpost. builder()Outpost.BuilderOutpost.Builder. capacityInBytes(Long capacityInBytes)The Amazon S3 capacity of the outpost in bytes.Outpost.BuilderOutpost.Builder. outpostArn(String outpostArn)Specifies the unique Amazon Resource Name (ARN) for the outpost.Outpost.BuilderOutpost.Builder. outpostId(String outpostId)Specifies the unique identifier for the outpost.Outpost.BuilderOutpost.Builder. ownerId(String ownerId)Returns the Amazon Web Services account ID of the outpost owner.Outpost.BuilderOutpost.Builder. s3OutpostArn(String s3OutpostArn)Specifies the unique S3 on Outposts ARN for use with Resource Access Manager (RAM).Outpost.BuilderOutpost. toBuilder()Methods in software.amazon.awssdk.services.s3outposts.model that return types with arguments of type Outpost.Builder Modifier and Type Method Description static Class<? extends Outpost.Builder>Outpost. serializableBuilderClass()
-