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.
|
build
overrideConfiguration
copy
applyMutation, build
ListV2LoggingLevelsRequest.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
ListV2LoggingLevelsRequest.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
ListV2LoggingLevelsRequest.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.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListV2LoggingLevelsRequest.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.