Interface CreateLoggingConfigurationResponse.Builder

  • Method Details

    • arn

      Logging-configuration ARN, assigned by the system.

      Parameters:
      arn - Logging-configuration ARN, assigned by the system.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • id

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

      Parameters:
      id - Logging-configuration ID, generated by the system. This is a relative identifier, the part of the ARN that uniquely identifies the logging configuration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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.
    • 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.
    • 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.
    • destinationConfiguration

      CreateLoggingConfigurationResponse.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.
    • destinationConfiguration

      default CreateLoggingConfigurationResponse.Builder destinationConfiguration(Consumer<DestinationConfiguration.Builder> 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.

      This is a convenience method that creates an instance of the DestinationConfiguration.Builder avoiding the need to create one manually via DestinationConfiguration.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to destinationConfiguration(DestinationConfiguration).

      Parameters:
      destinationConfiguration - a consumer that will call methods on DestinationConfiguration.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • state

      The state of the logging configuration. When the state is ACTIVE, the configuration is ready to log chat content.

      Parameters:
      state - The state of the logging configuration. When the state is ACTIVE, the configuration is ready to log chat content.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • state

      The state of the logging configuration. When the state is ACTIVE, the configuration is ready to log chat content.

      Parameters:
      state - The state of the logging configuration. When the state is ACTIVE, the configuration is ready to log chat content.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • tags

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

      Parameters:
      tags - Tags attached to the resource, from the request (if specified). 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.