Interface ConfigureLogsForChannelRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ConfigureLogsForChannelRequest.Builder,
,ConfigureLogsForChannelRequest> MediaTailorRequest.Builder
,SdkBuilder<ConfigureLogsForChannelRequest.Builder,
,ConfigureLogsForChannelRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ConfigureLogsForChannelRequest
public static interface ConfigureLogsForChannelRequest.Builder
extends MediaTailorRequest.Builder, SdkPojo, CopyableBuilder<ConfigureLogsForChannelRequest.Builder,ConfigureLogsForChannelRequest>
-
Method Summary
Modifier and TypeMethodDescriptionchannelName
(String channelName) The name of the channel.logTypes
(Collection<LogType> logTypes) The types of logs to collect.The types of logs to collect.logTypesWithStrings
(String... logTypes) The types of logs to collect.logTypesWithStrings
(Collection<String> logTypes) The types of logs to collect.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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.mediatailor.model.MediaTailorRequest.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
-
channelName
The name of the channel.
- Parameters:
channelName
- The name of the channel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
logTypesWithStrings
The types of logs to collect.
- Parameters:
logTypes
- The types of logs to collect.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
logTypesWithStrings
The types of logs to collect.
- Parameters:
logTypes
- The types of logs to collect.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
logTypes
The types of logs to collect.
- Parameters:
logTypes
- The types of logs to collect.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
logTypes
The types of logs to collect.
- Parameters:
logTypes
- The types of logs to collect.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ConfigureLogsForChannelRequest.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
ConfigureLogsForChannelRequest.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.
-