Class LoggingOptionsPayload

    • Constructor Detail

      • LoggingOptionsPayload

        public LoggingOptionsPayload()
    • Method Detail

      • setRoleArn

        public void setRoleArn​(String roleArn)

        The ARN of the IAM role that grants access.

        Parameters:
        roleArn - The ARN of the IAM role that grants access.
      • getRoleArn

        public String getRoleArn()

        The ARN of the IAM role that grants access.

        Returns:
        The ARN of the IAM role that grants access.
      • withRoleArn

        public LoggingOptionsPayload withRoleArn​(String roleArn)

        The ARN of the IAM role that grants access.

        Parameters:
        roleArn - The ARN of the IAM role that grants access.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setLogLevel

        public void setLogLevel​(String logLevel)

        The logging level.

        Parameters:
        logLevel - The logging level.
        See Also:
        LogLevel
      • getLogLevel

        public String getLogLevel()

        The logging level.

        Returns:
        The logging level.
        See Also:
        LogLevel
      • withLogLevel

        public LoggingOptionsPayload withLogLevel​(String logLevel)

        The logging level.

        Parameters:
        logLevel - The logging level.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        LogLevel
      • setLogLevel

        public void setLogLevel​(LogLevel logLevel)

        The logging level.

        Parameters:
        logLevel - The logging level.
        See Also:
        LogLevel
      • withLogLevel

        public LoggingOptionsPayload withLogLevel​(LogLevel logLevel)

        The logging level.

        Parameters:
        logLevel - The logging level.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        LogLevel
      • toString

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object