public static interface DeleteV2LoggingLevelRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<DeleteV2LoggingLevelRequest.Builder,DeleteV2LoggingLevelRequest>
Modifier and Type | Method and Description |
---|---|
DeleteV2LoggingLevelRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteV2LoggingLevelRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteV2LoggingLevelRequest.Builder |
targetName(String targetName)
The name of the resource for which you are configuring logging.
|
DeleteV2LoggingLevelRequest.Builder |
targetType(LogTargetType targetType)
The type of resource for which you are configuring logging.
|
DeleteV2LoggingLevelRequest.Builder |
targetType(String targetType)
The type of resource for which you are configuring logging.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
DeleteV2LoggingLevelRequest.Builder targetType(String targetType)
The type of resource for which you are configuring logging. Must be THING_Group
.
targetType
- The type of resource for which you are configuring logging. Must be THING_Group
.LogTargetType
,
LogTargetType
DeleteV2LoggingLevelRequest.Builder targetType(LogTargetType targetType)
The type of resource for which you are configuring logging. Must be THING_Group
.
targetType
- The type of resource for which you are configuring logging. Must be THING_Group
.LogTargetType
,
LogTargetType
DeleteV2LoggingLevelRequest.Builder targetName(String targetName)
The name of the resource for which you are configuring logging.
targetName
- The name of the resource for which you are configuring logging.DeleteV2LoggingLevelRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
DeleteV2LoggingLevelRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2022. All rights reserved.