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) |
ListV2LoggingLevelsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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)
overrideConfiguration in interface AwsRequest.BuilderListV2LoggingLevelsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.