Interface CreateLoggingConfigurationRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreateLoggingConfigurationRequest.Builder,
,CreateLoggingConfigurationRequest> IvschatRequest.Builder
,SdkBuilder<CreateLoggingConfigurationRequest.Builder,
,CreateLoggingConfigurationRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CreateLoggingConfigurationRequest
-
Method Summary
Modifier and TypeMethodDescriptiondestinationConfiguration
(Consumer<DestinationConfiguration.Builder> destinationConfiguration) A complex type that contains a destination configuration for where chat content will be logged.destinationConfiguration
(DestinationConfiguration destinationConfiguration) A complex type that contains a destination configuration for where chat content will be logged.Logging-configuration name.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Tags to attach to the resource.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, sdkFields
-
Method Details
-
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.Builder
avoiding the need to create one manually viaDestinationConfiguration.builder()
.When the
Consumer
completes,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:
-
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.
-
tags
Tags to attach to the resource. Array of maps, each of the form
string:string (key:value)
. See Tagging AWS Resources 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 Tagging AWS Resources 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) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateLoggingConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-