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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConfigureLogsForChannelRequest.BuilderchannelName(String channelName)The name of the channel.ConfigureLogsForChannelRequest.BuilderlogTypes(Collection<LogType> logTypes)The types of logs to collect.ConfigureLogsForChannelRequest.BuilderlogTypes(LogType... logTypes)The types of logs to collect.ConfigureLogsForChannelRequest.BuilderlogTypesWithStrings(String... logTypes)The types of logs to collect.ConfigureLogsForChannelRequest.BuilderlogTypesWithStrings(Collection<String> logTypes)The types of logs to collect.ConfigureLogsForChannelRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ConfigureLogsForChannelRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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 Detail
-
channelName
ConfigureLogsForChannelRequest.Builder channelName(String 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
ConfigureLogsForChannelRequest.Builder logTypesWithStrings(Collection<String> 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.
-
logTypesWithStrings
ConfigureLogsForChannelRequest.Builder logTypesWithStrings(String... 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
ConfigureLogsForChannelRequest.Builder logTypes(Collection<LogType> 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
ConfigureLogsForChannelRequest.Builder logTypes(LogType... 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ConfigureLogsForChannelRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-