public static interface Outpost.Builder extends SdkPojo, CopyableBuilder<Outpost.Builder,Outpost>
| Modifier and Type | Method and Description |
|---|---|
Outpost.Builder |
capacityInBytes(Long capacityInBytes)
The Amazon S3 capacity of the outpost in bytes.
|
Outpost.Builder |
outpostArn(String outpostArn)
Specifies the unique Amazon Resource Name (ARN) for the outpost.
|
Outpost.Builder |
outpostId(String outpostId)
Specifies the unique identifier for the outpost.
|
Outpost.Builder |
ownerId(String ownerId)
Returns the Amazon Web Services account ID of the outpost owner.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildOutpost.Builder outpostArn(String outpostArn)
Specifies the unique Amazon Resource Name (ARN) for the outpost.
outpostArn - Specifies the unique Amazon Resource Name (ARN) for the outpost.Outpost.Builder outpostId(String outpostId)
Specifies the unique identifier for the outpost.
outpostId - Specifies the unique identifier for the outpost.Outpost.Builder ownerId(String ownerId)
Returns the Amazon Web Services account ID of the outpost owner. Useful for comparing owned versus shared outposts.
ownerId - Returns the Amazon Web Services account ID of the outpost owner. Useful for comparing owned versus
shared outposts.Outpost.Builder capacityInBytes(Long capacityInBytes)
The Amazon S3 capacity of the outpost in bytes.
capacityInBytes - The Amazon S3 capacity of the outpost in bytes.Copyright © 2023. All rights reserved.