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)
To retrieve the next set of results, the
nextToken value from a previous response; otherwise
null to receive the first set of 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)
To retrieve the next set of results, the nextToken value from a previous response; otherwise
null to receive the first set of results.
nextToken - To retrieve the next set of results, the nextToken value from a previous response;
otherwise null to receive the first set of 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 © 2021. All rights reserved.