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 to use to get the next set of results, or null if there are no additional results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListV2LoggingLevelsResponse.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 method that creates an instance of theLogTargetConfiguration.Builder avoiding the need to create
one manually via LogTargetConfiguration.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #logTargetConfigurations(List.
logTargetConfigurations - a consumer that will call methods on
LogTargetConfiguration.Builder#logTargetConfigurations(java.util.Collection) ListV2LoggingLevelsResponse.Builder nextToken(String nextToken)
The token to use to get the next set of results, or null if there are no additional results.
nextToken - The token to use to get the next set of results, or null if there are no additional results.Copyright © 2022. All rights reserved.