public static interface CreateLoggingConfigurationResponse.Builder extends IvschatResponse.Builder, SdkPojo, CopyableBuilder<CreateLoggingConfigurationResponse.Builder,CreateLoggingConfigurationResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateLoggingConfigurationResponse.Builder |
arn(String arn)
Logging-configuration ARN, assigned by the system.
|
CreateLoggingConfigurationResponse.Builder |
createTime(Instant createTime)
Time when the logging configuration was created.
|
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.
|
CreateLoggingConfigurationResponse.Builder |
destinationConfiguration(DestinationConfiguration destinationConfiguration)
A complex type that contains a destination configuration for where chat content will be logged, from the
request.
|
CreateLoggingConfigurationResponse.Builder |
id(String id)
Logging-configuration ID, generated by the system.
|
CreateLoggingConfigurationResponse.Builder |
name(String name)
Logging-configuration name, from the request (if specified).
|
CreateLoggingConfigurationResponse.Builder |
state(CreateLoggingConfigurationState state)
The state of the logging configuration.
|
CreateLoggingConfigurationResponse.Builder |
state(String state)
The state of the logging configuration.
|
CreateLoggingConfigurationResponse.Builder |
tags(Map<String,String> tags)
Tags attached to the resource, from the request (if specified).
|
CreateLoggingConfigurationResponse.Builder |
updateTime(Instant updateTime)
Time of the logging configuration’s last update.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateLoggingConfigurationResponse.Builder arn(String arn)
Logging-configuration ARN, assigned by the system.
arn - Logging-configuration ARN, assigned by the system.CreateLoggingConfigurationResponse.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.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.
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 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.
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)CreateLoggingConfigurationResponse.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.CreateLoggingConfigurationResponse.Builder name(String name)
Logging-configuration name, from the request (if specified).
name - Logging-configuration name, from the request (if specified).CreateLoggingConfigurationResponse.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.CreateLoggingConfigurationState,
CreateLoggingConfigurationStateCreateLoggingConfigurationResponse.Builder state(CreateLoggingConfigurationState 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.CreateLoggingConfigurationState,
CreateLoggingConfigurationStateCreateLoggingConfigurationResponse.Builder tags(Map<String,String> tags)
Tags attached to the resource, from the request (if specified). Array of maps, each of the form
string:string (key:value).
tags - Tags attached to the resource, from the request (if specified). Array of maps, each of the form
string:string (key:value).CreateLoggingConfigurationResponse.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.