UpdateLoggingConfigurationResponse.Builder |
UpdateLoggingConfigurationResponse.Builder.arn(String arn) |
Logging-configuration ARN, from the request (if identifier was an ARN).
|
static UpdateLoggingConfigurationResponse.Builder |
UpdateLoggingConfigurationResponse.builder() |
|
UpdateLoggingConfigurationResponse.Builder |
UpdateLoggingConfigurationResponse.Builder.createTime(Instant createTime) |
Time when the logging configuration was created.
|
default UpdateLoggingConfigurationResponse.Builder |
UpdateLoggingConfigurationResponse.Builder.destinationConfiguration(Consumer<DestinationConfiguration.Builder> destinationConfiguration) |
A complex type that contains a destination configuration for where chat content will be logged, from the
request.
|
UpdateLoggingConfigurationResponse.Builder |
UpdateLoggingConfigurationResponse.Builder.destinationConfiguration(DestinationConfiguration destinationConfiguration) |
A complex type that contains a destination configuration for where chat content will be logged, from the
request.
|
UpdateLoggingConfigurationResponse.Builder |
UpdateLoggingConfigurationResponse.Builder.id(String id) |
Logging-configuration ID, generated by the system.
|
UpdateLoggingConfigurationResponse.Builder |
UpdateLoggingConfigurationResponse.Builder.name(String name) |
Logging-configuration name, from the request (if specified).
|
UpdateLoggingConfigurationResponse.Builder |
UpdateLoggingConfigurationResponse.Builder.state(String state) |
The state of the logging configuration.
|
UpdateLoggingConfigurationResponse.Builder |
UpdateLoggingConfigurationResponse.Builder.state(UpdateLoggingConfigurationState state) |
The state of the logging configuration.
|
UpdateLoggingConfigurationResponse.Builder |
UpdateLoggingConfigurationResponse.Builder.tags(Map<String,String> tags) |
Tags attached to the resource.
|
UpdateLoggingConfigurationResponse.Builder |
UpdateLoggingConfigurationResponse.toBuilder() |
|
UpdateLoggingConfigurationResponse.Builder |
UpdateLoggingConfigurationResponse.Builder.updateTime(Instant updateTime) |
Time of the logging configuration’s last update.
|