JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.stepfunctions.model

Class LoggingConfiguration

    • Constructor Detail

      • LoggingConfiguration

        public LoggingConfiguration()
    • Method Detail

      • setLevel

        public void setLevel(String level)

        Defines which category of execution history events are logged.

        Parameters:
        level - Defines which category of execution history events are logged.
        See Also:
        LogLevel
      • getLevel

        public String getLevel()

        Defines which category of execution history events are logged.

        Returns:
        Defines which category of execution history events are logged.
        See Also:
        LogLevel
      • withLevel

        public LoggingConfiguration withLevel(String level)

        Defines which category of execution history events are logged.

        Parameters:
        level - Defines which category of execution history events are logged.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        LogLevel
      • withLevel

        public LoggingConfiguration withLevel(LogLevel level)

        Defines which category of execution history events are logged.

        Parameters:
        level - Defines which category of execution history events are logged.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        LogLevel
      • setIncludeExecutionData

        public void setIncludeExecutionData(Boolean includeExecutionData)

        Determines whether execution data is included in your log. When set to false, data is excluded.

        Parameters:
        includeExecutionData - Determines whether execution data is included in your log. When set to false, data is excluded.
      • getIncludeExecutionData

        public Boolean getIncludeExecutionData()

        Determines whether execution data is included in your log. When set to false, data is excluded.

        Returns:
        Determines whether execution data is included in your log. When set to false, data is excluded.
      • withIncludeExecutionData

        public LoggingConfiguration withIncludeExecutionData(Boolean includeExecutionData)

        Determines whether execution data is included in your log. When set to false, data is excluded.

        Parameters:
        includeExecutionData - Determines whether execution data is included in your log. When set to false, data is excluded.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isIncludeExecutionData

        public Boolean isIncludeExecutionData()

        Determines whether execution data is included in your log. When set to false, data is excluded.

        Returns:
        Determines whether execution data is included in your log. When set to false, data is excluded.
      • getDestinations

        public List<LogDestination> getDestinations()

        An array of objects that describes where your execution history events will be logged. Limited to size 1. Required, if your log level is not set to OFF.

        Returns:
        An array of objects that describes where your execution history events will be logged. Limited to size 1. Required, if your log level is not set to OFF.
      • setDestinations

        public void setDestinations(Collection<LogDestination> destinations)

        An array of objects that describes where your execution history events will be logged. Limited to size 1. Required, if your log level is not set to OFF.

        Parameters:
        destinations - An array of objects that describes where your execution history events will be logged. Limited to size 1. Required, if your log level is not set to OFF.
      • withDestinations

        public LoggingConfiguration withDestinations(LogDestination... destinations)

        An array of objects that describes where your execution history events will be logged. Limited to size 1. Required, if your log level is not set to OFF.

        NOTE: This method appends the values to the existing list (if any). Use setDestinations(java.util.Collection) or withDestinations(java.util.Collection) if you want to override the existing values.

        Parameters:
        destinations - An array of objects that describes where your execution history events will be logged. Limited to size 1. Required, if your log level is not set to OFF.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withDestinations

        public LoggingConfiguration withDestinations(Collection<LogDestination> destinations)

        An array of objects that describes where your execution history events will be logged. Limited to size 1. Required, if your log level is not set to OFF.

        Parameters:
        destinations - An array of objects that describes where your execution history events will be logged. Limited to size 1. Required, if your log level is not set to OFF.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public 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
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /