Interface UntagLogGroupRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CloudWatchLogsRequest.Builder,CopyableBuilder<UntagLogGroupRequest.Builder,,UntagLogGroupRequest> SdkBuilder<UntagLogGroupRequest.Builder,,UntagLogGroupRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- UntagLogGroupRequest
@Mutable
@NotThreadSafe
public static interface UntagLogGroupRequest.Builder
extends CloudWatchLogsRequest.Builder, SdkPojo, CopyableBuilder<UntagLogGroupRequest.Builder,UntagLogGroupRequest>
-
Method Summary
Modifier and TypeMethodDescriptionlogGroupName(String logGroupName) The name of the log group.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The tag keys.tags(Collection<String> tags) The tag keys.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.services.cloudwatchlogs.model.CloudWatchLogsRequest.Builder
buildMethods 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
-
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.
-
tags
The tag keys. The corresponding tags are removed from the log group.
- Parameters:
tags- The tag keys. The corresponding tags are removed from the log group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The tag keys. The corresponding tags are removed from the log group.
- Parameters:
tags- The tag keys. The corresponding tags are removed from the log group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UntagLogGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UntagLogGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-