Interface CloudWatchLogs.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CloudWatchLogs.Builder,CloudWatchLogs>,SdkBuilder<CloudWatchLogs.Builder,CloudWatchLogs>,SdkPojo
- Enclosing class:
- CloudWatchLogs
public static interface CloudWatchLogs.Builder extends SdkPojo, CopyableBuilder<CloudWatchLogs.Builder,CloudWatchLogs>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CloudWatchLogs.Builderenabled(Boolean enabled)Sets the value of the Enabled property for this object.CloudWatchLogs.BuilderlogGroup(String logGroup)Sets the value of the LogGroup property for this object.-
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 Detail
-
enabled
CloudWatchLogs.Builder enabled(Boolean enabled)
Sets the value of the Enabled property for this object.- Parameters:
enabled- The new value for the Enabled property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
logGroup
CloudWatchLogs.Builder logGroup(String logGroup)
Sets the value of the LogGroup property for this object.- Parameters:
logGroup- The new value for the LogGroup property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-