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.
|
build
overrideConfiguration
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)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DeleteV2LoggingLevelRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.