Interface ListV2LoggingLevelsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListV2LoggingLevelsRequest.Builder,ListV2LoggingLevelsRequest>
,IotRequest.Builder
,SdkBuilder<ListV2LoggingLevelsRequest.Builder,ListV2LoggingLevelsRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- ListV2LoggingLevelsRequest
public static interface ListV2LoggingLevelsRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<ListV2LoggingLevelsRequest.Builder,ListV2LoggingLevelsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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, thenextToken
value from a previous response; otherwise null to receive the first set of results.ListV2LoggingLevelsRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
ListV2LoggingLevelsRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
ListV2LoggingLevelsRequest.Builder
targetType(String targetType)
The type of resource for which you are configuring logging.ListV2LoggingLevelsRequest.Builder
targetType(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
ListV2LoggingLevelsRequest.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
ListV2LoggingLevelsRequest.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
-
nextToken
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.- Parameters:
nextToken
- To retrieve the next set of results, thenextToken
value from a previous response; otherwise null to receive the first set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListV2LoggingLevelsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return at one time.
- Parameters:
maxResults
- The maximum number of results to return at one time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListV2LoggingLevelsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
ListV2LoggingLevelsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-