public static interface ListV2LoggingLevelsResponse.Builder extends IotResponse.Builder, SdkPojo, CopyableBuilder<ListV2LoggingLevelsResponse.Builder,ListV2LoggingLevelsResponse>
Modifier and Type | Method and Description |
---|---|
ListV2LoggingLevelsResponse.Builder |
logTargetConfigurations(Collection<LogTargetConfiguration> logTargetConfigurations)
The logging configuration for a target.
|
ListV2LoggingLevelsResponse.Builder |
logTargetConfigurations(Consumer<LogTargetConfiguration.Builder>... logTargetConfigurations)
The logging configuration for a target.
|
ListV2LoggingLevelsResponse.Builder |
logTargetConfigurations(LogTargetConfiguration... logTargetConfigurations)
The logging configuration for a target.
|
ListV2LoggingLevelsResponse.Builder |
nextToken(String nextToken)
The token used to get the next set of results, or null if there are no additional results.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
ListV2LoggingLevelsResponse.Builder logTargetConfigurations(Collection<LogTargetConfiguration> logTargetConfigurations)
The logging configuration for a target.
logTargetConfigurations
- The logging configuration for a target.ListV2LoggingLevelsResponse.Builder logTargetConfigurations(LogTargetConfiguration... logTargetConfigurations)
The logging configuration for a target.
logTargetConfigurations
- The logging configuration for a target.ListV2LoggingLevelsResponse.Builder logTargetConfigurations(Consumer<LogTargetConfiguration.Builder>... logTargetConfigurations)
The logging configuration for a target.
This is a convenience that creates an instance of theList.Builder
avoiding
the need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called
immediately and its result is passed to #logTargetConfigurations(List)
.logTargetConfigurations
- a consumer that will call methods on List.Builder
#logTargetConfigurations(List)
ListV2LoggingLevelsResponse.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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.