SpaceData.Builder |
SpaceData.Builder.arn(String arn) |
The ARN of the private re:Post.
|
static SpaceData.Builder |
SpaceData.builder() |
|
SpaceData.Builder |
SpaceData.Builder.configurationStatus(String configurationStatus) |
The configuration status of the private re:Post.
|
SpaceData.Builder |
SpaceData.Builder.configurationStatus(ConfigurationStatus configurationStatus) |
The configuration status of the private re:Post.
|
SpaceData.Builder |
SpaceData.Builder.contentSize(Long contentSize) |
The content size of the private re:Post.
|
SpaceData.Builder |
SpaceData.Builder.createDateTime(Instant createDateTime) |
The date when the private re:Post was created.
|
SpaceData.Builder |
SpaceData.Builder.deleteDateTime(Instant deleteDateTime) |
The date when the private re:Post was deleted.
|
SpaceData.Builder |
SpaceData.Builder.description(String description) |
The description for the private re:Post.
|
SpaceData.Builder |
SpaceData.Builder.name(String name) |
The name for the private re:Post.
|
SpaceData.Builder |
SpaceData.Builder.randomDomain(String randomDomain) |
The AWS generated subdomain of the private re:Post.
|
SpaceData.Builder |
SpaceData.Builder.spaceId(String spaceId) |
The unique ID of the private re:Post.
|
SpaceData.Builder |
SpaceData.Builder.status(String status) |
The creation/deletion status of the private re:Post.
|
SpaceData.Builder |
SpaceData.Builder.storageLimit(Long storageLimit) |
The storage limit of the private re:Post.
|
SpaceData.Builder |
SpaceData.Builder.tier(String tier) |
The pricing tier of the private re:Post.
|
SpaceData.Builder |
SpaceData.Builder.tier(TierLevel tier) |
The pricing tier of the private re:Post.
|
SpaceData.Builder |
SpaceData.toBuilder() |
|
SpaceData.Builder |
SpaceData.Builder.userCount(Integer userCount) |
The number of onboarded users to the private re:Post.
|
SpaceData.Builder |
SpaceData.Builder.userKMSKey(String userKMSKey) |
The custom AWS KMS key ARN that’s used for the AWS KMS encryption.
|
SpaceData.Builder |
SpaceData.Builder.vanityDomain(String vanityDomain) |
This custom subdomain that you use to access your private re:Post.
|
SpaceData.Builder |
SpaceData.Builder.vanityDomainStatus(String vanityDomainStatus) |
This approval status of the custom subdomain.
|
SpaceData.Builder |
SpaceData.Builder.vanityDomainStatus(VanityDomainStatus vanityDomainStatus) |
This approval status of the custom subdomain.
|