Interface LogGroupSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<LogGroupSummary.Builder,LogGroupSummary>,SdkBuilder<LogGroupSummary.Builder,LogGroupSummary>,SdkPojo
- Enclosing class:
- LogGroupSummary
public static interface LogGroupSummary.Builder extends SdkPojo, CopyableBuilder<LogGroupSummary.Builder,LogGroupSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LogGroupSummary.BuilderlogGroupName(String logGroupName)The name of the log group.LogGroupSummary.BuilderlogType(String logType)The type of log.-
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
-
logGroupName
LogGroupSummary.Builder logGroupName(String logGroupName)
The name of the log group.
- Parameters:
logGroupName- The name of the log group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
logType
LogGroupSummary.Builder logType(String logType)
The type of log.
- Parameters:
logType- The type of log.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-