Interface UpdateLoggingConfigurationResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<UpdateLoggingConfigurationResponse.Builder,,- UpdateLoggingConfigurationResponse> - IvschatResponse.Builder,- SdkBuilder<UpdateLoggingConfigurationResponse.Builder,,- UpdateLoggingConfigurationResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- UpdateLoggingConfigurationResponse
- 
Method SummaryModifier and TypeMethodDescriptionLogging-configuration ARN, from the request (ifidentifierwas an ARN).createTime(Instant createTime) Time when the logging configuration was created.destinationConfiguration(Consumer<DestinationConfiguration.Builder> destinationConfiguration) A complex type that contains a destination configuration for where chat content will be logged, from the request.destinationConfiguration(DestinationConfiguration destinationConfiguration) A complex type that contains a destination configuration for where chat content will be logged, from the request.Logging-configuration ID, generated by the system.Logging-configuration name, from the request (if specified).The state of the logging configuration.The state of the logging configuration.Tags attached to the resource.updateTime(Instant updateTime) Time of the logging configuration’s last update.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.ivschat.model.IvschatResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
arnLogging-configuration ARN, from the request (if identifierwas an ARN).- Parameters:
- arn- Logging-configuration ARN, from the request (if- identifierwas an ARN).
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
idLogging-configuration ID, generated by the system. This is a relative identifier, the part of the ARN that uniquely identifies the room. - Parameters:
- id- Logging-configuration ID, generated by the system. This is a relative identifier, the part of the ARN that uniquely identifies the room.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
createTimeTime when the logging configuration was created. This is an ISO 8601 timestamp; note that this is returned as a string. - Parameters:
- createTime- Time when the logging configuration was created. This is an ISO 8601 timestamp; note that this is returned as a string.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
updateTimeTime of the logging configuration’s last update. This is an ISO 8601 timestamp; note that this is returned as a string. - Parameters:
- updateTime- Time of the logging configuration’s last update. This is an ISO 8601 timestamp; note that this is returned as a string.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
nameLogging-configuration name, from the request (if specified). - Parameters:
- name- Logging-configuration name, from the request (if specified).
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
destinationConfigurationUpdateLoggingConfigurationResponse.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, ors3) in adestinationConfiguration.- Parameters:
- 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
destinationConfigurationdefault 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 ( This is a convenience method that creates an instance of thecloudWatchLogs,firehose, ors3) in adestinationConfiguration.DestinationConfiguration.Builderavoiding the need to create one manually viaDestinationConfiguration.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todestinationConfiguration(DestinationConfiguration).- Parameters:
- destinationConfiguration- a consumer that will call methods on- DestinationConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
stateThe state of the logging configuration. When the state is ACTIVE, the configuration is ready to log chat content.- Parameters:
- state- The state of the logging configuration. When the state is- ACTIVE, the configuration is ready to log chat content.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
stateThe state of the logging configuration. When the state is ACTIVE, the configuration is ready to log chat content.- Parameters:
- state- The state of the logging configuration. When the state is- ACTIVE, the configuration is ready to log chat content.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
tagsTags attached to the resource. Array of maps, each of the form string:string (key:value).- Parameters:
- tags- Tags attached to the resource. Array of maps, each of the form- string:string (key:value).
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-