Interface CreateLoggingConfigurationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateLoggingConfigurationRequest.Builder,CreateLoggingConfigurationRequest>,IvschatRequest.Builder,SdkBuilder<CreateLoggingConfigurationRequest.Builder,CreateLoggingConfigurationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateLoggingConfigurationRequest
public static interface CreateLoggingConfigurationRequest.Builder extends IvschatRequest.Builder, SdkPojo, CopyableBuilder<CreateLoggingConfigurationRequest.Builder,CreateLoggingConfigurationRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.ivschat.model.IvschatRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
name
CreateLoggingConfigurationRequest.Builder name(String name)
Logging-configuration name. The value does not need to be unique.
- Parameters:
name- Logging-configuration name. The value does not need to be unique.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
destinationConfiguration
CreateLoggingConfigurationRequest.Builder destinationConfiguration(DestinationConfiguration destinationConfiguration)
A complex type that contains a destination configuration for where chat content will be logged. There can be 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. There can be only one type of destination (cloudWatchLogs,firehose, ors3) in adestinationConfiguration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
destinationConfiguration
default CreateLoggingConfigurationRequest.Builder destinationConfiguration(Consumer<DestinationConfiguration.Builder> destinationConfiguration)
A complex type that contains a destination configuration for where chat content will be logged. There can be 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 onDestinationConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
destinationConfiguration(DestinationConfiguration)
-
tags
CreateLoggingConfigurationRequest.Builder tags(Map<String,String> tags)
Tags to attach to the resource. Array of maps, each of the form
string:string (key:value). See Best practices and strategies in Tagging Amazon Web Services Resources and Tag Editor for details, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS Chat has no constraints on tags beyond what is documented there.- Parameters:
tags- Tags to attach to the resource. Array of maps, each of the formstring:string (key:value). See Best practices and strategies in Tagging Amazon Web Services Resources and Tag Editor for details, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS Chat has no constraints on tags beyond what is documented there.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateLoggingConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateLoggingConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-