public static interface DeleteV2LoggingLevelRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<DeleteV2LoggingLevelRequest.Builder,DeleteV2LoggingLevelRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteV2LoggingLevelRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DeleteV2LoggingLevelRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
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.
|
buildoverrideConfigurationcopyapplyMutation, buildDeleteV2LoggingLevelRequest.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,
LogTargetTypeDeleteV2LoggingLevelRequest.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,
LogTargetTypeDeleteV2LoggingLevelRequest.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)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.DeleteV2LoggingLevelRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.