Interface LogGroupSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<LogGroupSummary.Builder,
,LogGroupSummary> SdkBuilder<LogGroupSummary.Builder,
,LogGroupSummary> SdkPojo
- Enclosing class:
LogGroupSummary
@Mutable
@NotThreadSafe
public static interface LogGroupSummary.Builder
extends SdkPojo, CopyableBuilder<LogGroupSummary.Builder,LogGroupSummary>
-
Method Summary
Modifier and TypeMethodDescriptionlogGroupArn
(String logGroupArn) The Amazon Resource Name (ARN) of the log group.logGroupClass
(String logGroupClass) The log group class for this log group.logGroupClass
(LogGroupClass logGroupClass) The log group class for this log group.logGroupName
(String logGroupName) The name of the log group.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, sdkFieldNameToField, sdkFields
-
Method Details
-
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.
-
logGroupArn
The Amazon Resource Name (ARN) of the log group.
- Parameters:
logGroupArn
- The Amazon Resource Name (ARN) of the log group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
logGroupClass
The log group class for this log group. For details about the features supported by each log group class, see Log classes
- Parameters:
logGroupClass
- The log group class for this log group. For details about the features supported by each log group class, see Log classes- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
logGroupClass
The log group class for this log group. For details about the features supported by each log group class, see Log classes
- Parameters:
logGroupClass
- The log group class for this log group. For details about the features supported by each log group class, see Log classes- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-