Class StartResourceEvaluationRequest

    • Method Detail

      • resourceDetails

        public final ResourceDetails resourceDetails()

        Returns a ResourceDetails object.

        Returns:
        Returns a ResourceDetails object.
      • evaluationContext

        public final EvaluationContext evaluationContext()

        Returns an EvaluationContext object.

        Returns:
        Returns an EvaluationContext object.
      • evaluationModeAsString

        public final String evaluationModeAsString()

        The mode of an evaluation. The valid values for this API are DETECTIVE and PROACTIVE.

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

        Returns:
        The mode of an evaluation. The valid values for this API are DETECTIVE and PROACTIVE.
        See Also:
        EvaluationMode
      • evaluationTimeout

        public final Integer evaluationTimeout()

        The timeout for an evaluation. The default is 900 seconds. You cannot specify a number greater than 3600. If you specify 0, Config uses the default.

        Returns:
        The timeout for an evaluation. The default is 900 seconds. You cannot specify a number greater than 3600. If you specify 0, Config uses the default.
      • clientToken

        public final String clientToken()

        A client token is a unique, case-sensitive string of up to 64 ASCII characters. To make an idempotent API request using one of these actions, specify a client token in the request.

        Avoid reusing the same client token for other API requests. If you retry a request that completed successfully using the same client token and the same parameters, the retry succeeds without performing any further actions. If you retry a successful request using the same client token, but one or more of the parameters are different, other than the Region or Availability Zone, the retry fails with an IdempotentParameterMismatch error.

        Returns:
        A client token is a unique, case-sensitive string of up to 64 ASCII characters. To make an idempotent API request using one of these actions, specify a client token in the request.

        Avoid reusing the same client token for other API requests. If you retry a request that completed successfully using the same client token and the same parameters, the retry succeeds without performing any further actions. If you retry a successful request using the same client token, but one or more of the parameters are different, other than the Region or Availability Zone, the retry fails with an IdempotentParameterMismatch error.

      • 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