Class CustomerManagedDatastoreS3StorageSummary

    • Method Detail

      • bucket

        public final String bucket()

        The name of the Amazon S3 bucket where your data is stored.

        Returns:
        The name of the Amazon S3 bucket where your data is stored.
      • keyPrefix

        public final String keyPrefix()

        (Optional) The prefix used to create the keys of the data store data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier in the bucket. Each object in a bucket has exactly one key. The prefix must end with a forward slash (/).

        Returns:
        (Optional) The prefix used to create the keys of the data store data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier in the bucket. Each object in a bucket has exactly one key. The prefix must end with a forward slash (/).
      • roleArn

        public final String roleArn()

        The ARN of the role that grants IoT Analytics permission to interact with your Amazon S3 resources.

        Returns:
        The ARN of the role that grants IoT Analytics permission to interact with your Amazon S3 resources.
      • 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)