Interface UpdateLoggingConfigurationResponse.Builder

    • Method Detail

      • arn

        UpdateLoggingConfigurationResponse.Builder arn​(String arn)

        Logging-configuration ARN, from the request (if identifier was an ARN).

        Parameters:
        arn - Logging-configuration ARN, from the request (if identifier was an ARN).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createTime

        UpdateLoggingConfigurationResponse.Builder createTime​(Instant createTime)

        Time when the logging configuration was created. This is an ISO 8601 timestamp; note that this is returned as a string.

        Parameters:
        createTime - Time when the logging configuration was created. This is an ISO 8601 timestamp; note that this is returned as a string.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • destinationConfiguration

        UpdateLoggingConfigurationResponse.Builder destinationConfiguration​(DestinationConfiguration destinationConfiguration)

        A complex type that contains a destination configuration for where chat content will be logged, from the request. There is only one type of destination (cloudWatchLogs, firehose, or s3) in a destinationConfiguration.

        Parameters:
        destinationConfiguration - A complex type that contains a destination configuration for where chat content will be logged, from the request. There is only one type of destination (cloudWatchLogs, firehose , or s3) in a destinationConfiguration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • id

        UpdateLoggingConfigurationResponse.Builder id​(String id)

        Logging-configuration ID, generated by the system. This is a relative identifier, the part of the ARN that uniquely identifies the room.

        Parameters:
        id - Logging-configuration ID, generated by the system. This is a relative identifier, the part of the ARN that uniquely identifies the room.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        UpdateLoggingConfigurationResponse.Builder name​(String name)

        Logging-configuration name, from the request (if specified).

        Parameters:
        name - Logging-configuration name, from the request (if specified).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        UpdateLoggingConfigurationResponse.Builder tags​(Map<String,​String> tags)

        Tags attached to the resource. Array of maps, each of the form string:string (key:value).

        Parameters:
        tags - Tags attached to the resource. Array of maps, each of the form string:string (key:value).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • updateTime

        UpdateLoggingConfigurationResponse.Builder updateTime​(Instant updateTime)

        Time of the logging configuration’s last update. This is an ISO 8601 timestamp; note that this is returned as a string.

        Parameters:
        updateTime - Time of the logging configuration’s last update. This is an ISO 8601 timestamp; note that this is returned as a string.
        Returns:
        Returns a reference to this object so that method calls can be chained together.