Class DataCaptureConfigSummary

    • Method Detail

      • enableCapture

        public final Boolean enableCapture()

        Whether data capture is enabled or disabled.

        Returns:
        Whether data capture is enabled or disabled.
      • captureStatusAsString

        public final String captureStatusAsString()

        Whether data capture is currently functional.

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

        Returns:
        Whether data capture is currently functional.
        See Also:
        CaptureStatus
      • currentSamplingPercentage

        public final Integer currentSamplingPercentage()

        The percentage of requests being captured by your Endpoint.

        Returns:
        The percentage of requests being captured by your Endpoint.
      • destinationS3Uri

        public final String destinationS3Uri()

        The Amazon S3 location being used to capture the data.

        Returns:
        The Amazon S3 location being used to capture the data.
      • kmsKeyId

        public final String kmsKeyId()

        The KMS key being used to encrypt the data in Amazon S3.

        Returns:
        The KMS key being used to encrypt the data in Amazon S3.
      • 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)