Interface ListLoggingConfigurationsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListLoggingConfigurationsResponse.Builder,
,ListLoggingConfigurationsResponse> IvschatResponse.Builder
,SdkBuilder<ListLoggingConfigurationsResponse.Builder,
,ListLoggingConfigurationsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListLoggingConfigurationsResponse
-
Method Summary
Modifier and TypeMethodDescriptionloggingConfigurations
(Collection<LoggingConfigurationSummary> loggingConfigurations) List of the matching logging configurations (summary information only).loggingConfigurations
(Consumer<LoggingConfigurationSummary.Builder>... loggingConfigurations) List of the matching logging configurations (summary information only).loggingConfigurations
(LoggingConfigurationSummary... loggingConfigurations) List of the matching logging configurations (summary information only).If there are more logging configurations thanmaxResults
, usenextToken
in the request to get the next set.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.ivschat.model.IvschatResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
loggingConfigurations
ListLoggingConfigurationsResponse.Builder loggingConfigurations(Collection<LoggingConfigurationSummary> loggingConfigurations) List of the matching logging configurations (summary information only). There is only one type of destination (
cloudWatchLogs
,firehose
, ors3
) in adestinationConfiguration
.- Parameters:
loggingConfigurations
- List of the matching logging configurations (summary information only). There is only one type of destination (cloudWatchLogs
,firehose
, ors3
) in adestinationConfiguration
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
loggingConfigurations
ListLoggingConfigurationsResponse.Builder loggingConfigurations(LoggingConfigurationSummary... loggingConfigurations) List of the matching logging configurations (summary information only). There is only one type of destination (
cloudWatchLogs
,firehose
, ors3
) in adestinationConfiguration
.- Parameters:
loggingConfigurations
- List of the matching logging configurations (summary information only). There is only one type of destination (cloudWatchLogs
,firehose
, ors3
) in adestinationConfiguration
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
loggingConfigurations
ListLoggingConfigurationsResponse.Builder loggingConfigurations(Consumer<LoggingConfigurationSummary.Builder>... loggingConfigurations) List of the matching logging configurations (summary information only). There is only one type of destination (
This is a convenience method that creates an instance of thecloudWatchLogs
,firehose
, ors3
) in adestinationConfiguration
.LoggingConfigurationSummary.Builder
avoiding the need to create one manually viaLoggingConfigurationSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tologgingConfigurations(List<LoggingConfigurationSummary>)
.- Parameters:
loggingConfigurations
- a consumer that will call methods onLoggingConfigurationSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
If there are more logging configurations than
maxResults
, usenextToken
in the request to get the next set.- Parameters:
nextToken
- If there are more logging configurations thanmaxResults
, usenextToken
in the request to get the next set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-