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