public static interface ListLoggingConfigurationsResponse.Builder extends IvschatResponse.Builder, SdkPojo, CopyableBuilder<ListLoggingConfigurationsResponse.Builder,ListLoggingConfigurationsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListLoggingConfigurationsResponse.Builder |
loggingConfigurations(Collection<LoggingConfigurationSummary> loggingConfigurations)
List of the matching logging configurations (summary information only).
|
ListLoggingConfigurationsResponse.Builder |
loggingConfigurations(Consumer<LoggingConfigurationSummary.Builder>... loggingConfigurations)
List of the matching logging configurations (summary information only).
|
ListLoggingConfigurationsResponse.Builder |
loggingConfigurations(LoggingConfigurationSummary... loggingConfigurations)
List of the matching logging configurations (summary information only).
|
ListLoggingConfigurationsResponse.Builder |
nextToken(String nextToken)
If there are more logging configurations than
maxResults, use nextToken in the
request to get the next set. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListLoggingConfigurationsResponse.Builder loggingConfigurations(Collection<LoggingConfigurationSummary> loggingConfigurations)
List of the matching logging configurations (summary information only). There is only one type of destination
(cloudWatchLogs, firehose, or s3) in a
destinationConfiguration.
loggingConfigurations - List of the matching logging configurations (summary information only). There is only one type of
destination (cloudWatchLogs, firehose, or s3) in a
destinationConfiguration.ListLoggingConfigurationsResponse.Builder loggingConfigurations(LoggingConfigurationSummary... loggingConfigurations)
List of the matching logging configurations (summary information only). There is only one type of destination
(cloudWatchLogs, firehose, or s3) in a
destinationConfiguration.
loggingConfigurations - List of the matching logging configurations (summary information only). There is only one type of
destination (cloudWatchLogs, firehose, or s3) in a
destinationConfiguration.ListLoggingConfigurationsResponse.Builder loggingConfigurations(Consumer<LoggingConfigurationSummary.Builder>... loggingConfigurations)
List of the matching logging configurations (summary information only). There is only one type of destination
(cloudWatchLogs, firehose, or s3) in a
destinationConfiguration.
LoggingConfigurationSummary.Builder avoiding the need
to create one manually via
LoggingConfigurationSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #loggingConfigurations(List.
loggingConfigurations - a consumer that will call methods on
LoggingConfigurationSummary.Builder#loggingConfigurations(java.util.Collection) ListLoggingConfigurationsResponse.Builder nextToken(String nextToken)
If there are more logging configurations than maxResults, use nextToken in the
request to get the next set.
nextToken - If there are more logging configurations than maxResults, use nextToken in
the request to get the next set.Copyright © 2022. All rights reserved.