Interface DeleteV2LoggingLevelRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DeleteV2LoggingLevelRequest.Builder,DeleteV2LoggingLevelRequest>,IotRequest.Builder,SdkBuilder<DeleteV2LoggingLevelRequest.Builder,DeleteV2LoggingLevelRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeleteV2LoggingLevelRequest
public static interface DeleteV2LoggingLevelRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<DeleteV2LoggingLevelRequest.Builder,DeleteV2LoggingLevelRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteV2LoggingLevelRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteV2LoggingLevelRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteV2LoggingLevelRequest.BuildertargetName(String targetName)The name of the resource for which you are configuring logging.DeleteV2LoggingLevelRequest.BuildertargetType(String targetType)The type of resource for which you are configuring logging.DeleteV2LoggingLevelRequest.BuildertargetType(LogTargetType targetType)The type of resource for which you are configuring logging.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.iot.model.IotRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
targetType
DeleteV2LoggingLevelRequest.Builder targetType(String targetType)
The type of resource for which you are configuring logging. Must be
THING_Group.- Parameters:
targetType- The type of resource for which you are configuring logging. Must beTHING_Group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
LogTargetType,LogTargetType
-
targetType
DeleteV2LoggingLevelRequest.Builder targetType(LogTargetType targetType)
The type of resource for which you are configuring logging. Must be
THING_Group.- Parameters:
targetType- The type of resource for which you are configuring logging. Must beTHING_Group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
LogTargetType,LogTargetType
-
targetName
DeleteV2LoggingLevelRequest.Builder targetName(String targetName)
The name of the resource for which you are configuring logging.
- Parameters:
targetName- The name of the resource for which you are configuring logging.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteV2LoggingLevelRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteV2LoggingLevelRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-