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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LogConfigurationForChannel.BuilderlogTypes(Collection<LogType> logTypes)The log types.LogConfigurationForChannel.BuilderlogTypes(LogType... logTypes)The log types.LogConfigurationForChannel.BuilderlogTypesWithStrings(String... logTypes)The log types.LogConfigurationForChannel.BuilderlogTypesWithStrings(Collection<String> logTypes)The log types.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
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
-
logTypesWithStrings
LogConfigurationForChannel.Builder logTypesWithStrings(Collection<String> logTypes)
The log types.
- Parameters:
logTypes- The log types.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
logTypesWithStrings
LogConfigurationForChannel.Builder logTypesWithStrings(String... 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
LogConfigurationForChannel.Builder logTypes(Collection<LogType> 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
LogConfigurationForChannel.Builder logTypes(LogType... logTypes)
The log types.
- Parameters:
logTypes- The log types.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-