Interface LogConfigurationForChannel.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<LogConfigurationForChannel.Builder,,LogConfigurationForChannel> SdkBuilder<LogConfigurationForChannel.Builder,,LogConfigurationForChannel> SdkPojo
- Enclosing class:
 LogConfigurationForChannel
public static interface LogConfigurationForChannel.Builder
extends SdkPojo, CopyableBuilder<LogConfigurationForChannel.Builder,LogConfigurationForChannel> 
- 
Method Summary
Modifier and TypeMethodDescriptionlogTypes(Collection<LogType> logTypes) The log types.The log types.logTypesWithStrings(String... logTypes) The log types.logTypesWithStrings(Collection<String> logTypes) The log types.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
logTypesWithStrings
The log types.
- Parameters:
 logTypes- The log types.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
logTypesWithStrings
The log types.
- Parameters:
 logTypes- The log types.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
logTypes
The log types.
- Parameters:
 logTypes- The log types.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
logTypes
The log types.
- Parameters:
 logTypes- The log types.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -