Class SpaceData

    • Method Detail

      • arn

        public final String arn()

        The ARN of the private re:Post.

        Returns:
        The ARN of the private re:Post.
      • contentSize

        public final Long contentSize()

        The content size of the private re:Post.

        Returns:
        The content size of the private re:Post.
      • createDateTime

        public final Instant createDateTime()

        The date when the private re:Post was created.

        Returns:
        The date when the private re:Post was created.
      • deleteDateTime

        public final Instant deleteDateTime()

        The date when the private re:Post was deleted.

        Returns:
        The date when the private re:Post was deleted.
      • description

        public final String description()

        The description for the private re:Post. This is used only to help you identify this private re:Post.

        Returns:
        The description for the private re:Post. This is used only to help you identify this private re:Post.
      • name

        public final String name()

        The name for the private re:Post.

        Returns:
        The name for the private re:Post.
      • randomDomain

        public final String randomDomain()

        The AWS generated subdomain of the private re:Post.

        Returns:
        The AWS generated subdomain of the private re:Post.
      • spaceId

        public final String spaceId()

        The unique ID of the private re:Post.

        Returns:
        The unique ID of the private re:Post.
      • status

        public final String status()

        The creation/deletion status of the private re:Post.

        Returns:
        The creation/deletion status of the private re:Post.
      • storageLimit

        public final Long storageLimit()

        The storage limit of the private re:Post.

        Returns:
        The storage limit of the private re:Post.
      • tier

        public final TierLevel tier()

        The pricing tier of the private re:Post.

        If the service returns an enum value that is not available in the current SDK version, tier will return TierLevel.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from tierAsString().

        Returns:
        The pricing tier of the private re:Post.
        See Also:
        TierLevel
      • tierAsString

        public final String tierAsString()

        The pricing tier of the private re:Post.

        If the service returns an enum value that is not available in the current SDK version, tier will return TierLevel.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from tierAsString().

        Returns:
        The pricing tier of the private re:Post.
        See Also:
        TierLevel
      • userCount

        public final Integer userCount()

        The number of onboarded users to the private re:Post.

        Returns:
        The number of onboarded users to the private re:Post.
      • userKMSKey

        public final String userKMSKey()

        The custom AWS KMS key ARN that’s used for the AWS KMS encryption.

        Returns:
        The custom AWS KMS key ARN that’s used for the AWS KMS encryption.
      • vanityDomain

        public final String vanityDomain()

        This custom subdomain that you use to access your private re:Post. All custom subdomains must be approved by AWS before use.

        Returns:
        This custom subdomain that you use to access your private re:Post. All custom subdomains must be approved by AWS before use.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)