public static interface GetLoggingConfigurationResponse.Builder extends IvschatResponse.Builder, SdkPojo, CopyableBuilder<GetLoggingConfigurationResponse.Builder,GetLoggingConfigurationResponse>
| Modifier and Type | Method and Description |
|---|---|
GetLoggingConfigurationResponse.Builder |
arn(String arn)
Logging-configuration ARN, from the request (if
identifier was an ARN). |
GetLoggingConfigurationResponse.Builder |
createTime(Instant createTime)
Time when the logging configuration was created.
|
default GetLoggingConfigurationResponse.Builder |
destinationConfiguration(Consumer<DestinationConfiguration.Builder> destinationConfiguration)
A complex type that contains a destination configuration for where chat content will be logged.
|
GetLoggingConfigurationResponse.Builder |
destinationConfiguration(DestinationConfiguration destinationConfiguration)
A complex type that contains a destination configuration for where chat content will be logged.
|
GetLoggingConfigurationResponse.Builder |
id(String id)
Logging-configuration ID, generated by the system.
|
GetLoggingConfigurationResponse.Builder |
name(String name)
Logging-configuration name.
|
GetLoggingConfigurationResponse.Builder |
state(LoggingConfigurationState state)
The state of the logging configuration.
|
GetLoggingConfigurationResponse.Builder |
state(String state)
The state of the logging configuration.
|
GetLoggingConfigurationResponse.Builder |
tags(Map<String,String> tags)
Tags attached to the resource.
|
GetLoggingConfigurationResponse.Builder |
updateTime(Instant updateTime)
Time of the logging configuration’s last update.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetLoggingConfigurationResponse.Builder arn(String arn)
Logging-configuration ARN, from the request (if identifier was an ARN).
arn - Logging-configuration ARN, from the request (if identifier was an ARN).GetLoggingConfigurationResponse.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.
createTime - Time when the logging configuration was created. This is an ISO 8601 timestamp; note that this is
returned as a string.GetLoggingConfigurationResponse.Builder destinationConfiguration(DestinationConfiguration destinationConfiguration)
A complex type that contains a destination configuration for where chat content will be logged. There is only
one type of destination (cloudWatchLogs, firehose, or s3) in a
destinationConfiguration.
destinationConfiguration - A complex type that contains a destination configuration for where chat content will be logged. There
is only one type of destination (cloudWatchLogs, firehose, or
s3) in a destinationConfiguration.default GetLoggingConfigurationResponse.Builder destinationConfiguration(Consumer<DestinationConfiguration.Builder> destinationConfiguration)
A complex type that contains a destination configuration for where chat content will be logged. There is only
one type of destination (cloudWatchLogs, firehose, or s3) in a
destinationConfiguration.
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).
destinationConfiguration - a consumer that will call methods on DestinationConfiguration.BuilderdestinationConfiguration(DestinationConfiguration)GetLoggingConfigurationResponse.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 logging configuration.
id - Logging-configuration ID, generated by the system. This is a relative identifier, the part of the ARN
that uniquely identifies the logging configuration.GetLoggingConfigurationResponse.Builder name(String name)
Logging-configuration name. This value does not need to be unique.
name - Logging-configuration name. This value does not need to be unique.GetLoggingConfigurationResponse.Builder state(String state)
The state of the logging configuration. When the state is ACTIVE, the configuration is ready to
log chat content.
state - The state of the logging configuration. When the state is ACTIVE, the configuration is
ready to log chat content.LoggingConfigurationState,
LoggingConfigurationStateGetLoggingConfigurationResponse.Builder state(LoggingConfigurationState state)
The state of the logging configuration. When the state is ACTIVE, the configuration is ready to
log chat content.
state - The state of the logging configuration. When the state is ACTIVE, the configuration is
ready to log chat content.LoggingConfigurationState,
LoggingConfigurationStateGetLoggingConfigurationResponse.Builder tags(Map<String,String> tags)
Tags attached to the resource. Array of maps, each of the form string:string (key:value).
tags - Tags attached to the resource. Array of maps, each of the form string:string (key:value).GetLoggingConfigurationResponse.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.
updateTime - Time of the logging configuration’s last update. This is an ISO 8601 timestamp; note that this is
returned as a string.Copyright © 2023. All rights reserved.