Class Outpost

    • Method Detail

      • outpostArn

        public final String outpostArn()

        Specifies the unique Amazon Resource Name (ARN) for the outpost.

        Returns:
        Specifies the unique Amazon Resource Name (ARN) for the outpost.
      • s3OutpostArn

        public final String s3OutpostArn()

        Specifies the unique S3 on Outposts ARN for use with Resource Access Manager (RAM).

        Returns:
        Specifies the unique S3 on Outposts ARN for use with Resource Access Manager (RAM).
      • outpostId

        public final String outpostId()

        Specifies the unique identifier for the outpost.

        Returns:
        Specifies the unique identifier for the outpost.
      • ownerId

        public final String ownerId()

        Returns the Amazon Web Services account ID of the outpost owner. Useful for comparing owned versus shared outposts.

        Returns:
        Returns the Amazon Web Services account ID of the outpost owner. Useful for comparing owned versus shared outposts.
      • capacityInBytes

        public final Long capacityInBytes()

        The Amazon S3 capacity of the outpost in bytes.

        Returns:
        The Amazon S3 capacity of the outpost in bytes.
      • serializableBuilderClass

        public static Class<? extends Outpost.Builder> serializableBuilderClass()
      • 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)