public static interface ListV2LoggingLevelsRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<ListV2LoggingLevelsRequest.Builder,ListV2LoggingLevelsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListV2LoggingLevelsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return at one time.
|
ListV2LoggingLevelsRequest.Builder |
nextToken(String nextToken)
The token used to get the next set of results, or null if there are no additional results.
|
ListV2LoggingLevelsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListV2LoggingLevelsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
ListV2LoggingLevelsRequest.Builder |
targetType(LogTargetType targetType)
The type of resource for which you are configuring logging.
|
ListV2LoggingLevelsRequest.Builder |
targetType(String targetType)
The type of resource for which you are configuring logging.
|
buildoverrideConfigurationcopyapplyMutation, buildListV2LoggingLevelsRequest.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,
LogTargetTypeListV2LoggingLevelsRequest.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,
LogTargetTypeListV2LoggingLevelsRequest.Builder nextToken(String nextToken)
The token used to get the next set of results, or null if there are no additional results.
nextToken - The token used to get the next set of results, or null if there are no additional results.ListV2LoggingLevelsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return at one time.
maxResults - The maximum number of results to return at one time.ListV2LoggingLevelsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.ListV2LoggingLevelsRequest.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.