Class S3BucketConfiguration

    • Method Detail

      • bucketName

        public final String bucketName()

        The name of an existing Amazon S3 bucket where the generated snapshot artifacts are sent.

        Returns:
        The name of an existing Amazon S3 bucket where the generated snapshot artifacts are sent.
      • bucketPrefix

        public final String bucketPrefix()

        The prefix of the Amazon S3 bucket that the generated snapshots are stored in.

        Returns:
        The prefix of the Amazon S3 bucket that the generated snapshots are stored in.
      • bucketRegion

        public final String bucketRegion()

        The region that the Amazon S3 bucket is located in. The bucket must be located in the same region that the StartDashboardSnapshotJob API call is made.

        Returns:
        The region that the Amazon S3 bucket is located in. The bucket must be located in the same region that the StartDashboardSnapshotJob API call is made.
      • 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)