public static interface UpdateLoggingConfigurationResponse.Builder extends IvschatResponse.Builder, SdkPojo, CopyableBuilder<UpdateLoggingConfigurationResponse.Builder,UpdateLoggingConfigurationResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateLoggingConfigurationResponse.Builder |
arn(String arn)
Logging-configuration ARN, from the request (if
identifier was an ARN). |
UpdateLoggingConfigurationResponse.Builder |
createTime(Instant createTime)
Time when the logging configuration was created.
|
default 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 |
destinationConfiguration(DestinationConfiguration destinationConfiguration)
A complex type that contains a destination configuration for where chat content will be logged, from the
request.
|
UpdateLoggingConfigurationResponse.Builder |
id(String id)
Logging-configuration ID, generated by the system.
|
UpdateLoggingConfigurationResponse.Builder |
name(String name)
Logging-configuration name, from the request (if specified).
|
UpdateLoggingConfigurationResponse.Builder |
state(String state)
The state of the logging configuration.
|
UpdateLoggingConfigurationResponse.Builder |
state(UpdateLoggingConfigurationState state)
The state of the logging configuration.
|
UpdateLoggingConfigurationResponse.Builder |
tags(Map<String,String> tags)
Tags attached to the resource.
|
UpdateLoggingConfigurationResponse.Builder |
updateTime(Instant updateTime)
Time of the logging configuration’s last update.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateLoggingConfigurationResponse.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).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.
createTime - Time when the logging configuration was created. This is an ISO 8601 timestamp; note that this is
returned as a string.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.
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.default 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. 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)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.
id - Logging-configuration ID, generated by the system. This is a relative identifier, the part of the ARN
that uniquely identifies the room.UpdateLoggingConfigurationResponse.Builder name(String name)
Logging-configuration name, from the request (if specified).
name - Logging-configuration name, from the request (if specified).UpdateLoggingConfigurationResponse.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.UpdateLoggingConfigurationState,
UpdateLoggingConfigurationStateUpdateLoggingConfigurationResponse.Builder state(UpdateLoggingConfigurationState 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.UpdateLoggingConfigurationState,
UpdateLoggingConfigurationStateUpdateLoggingConfigurationResponse.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).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.
updateTime - Time of the logging configuration’s last update. This is an ISO 8601 timestamp; note that this is
returned as a string.Copyright © 2022. All rights reserved.