Interface ListLoggingConfigurationsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListLoggingConfigurationsResponse.Builder,ListLoggingConfigurationsResponse>,IvschatResponse.Builder,SdkBuilder<ListLoggingConfigurationsResponse.Builder,ListLoggingConfigurationsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListLoggingConfigurationsResponse
public static interface ListLoggingConfigurationsResponse.Builder extends IvschatResponse.Builder, SdkPojo, CopyableBuilder<ListLoggingConfigurationsResponse.Builder,ListLoggingConfigurationsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListLoggingConfigurationsResponse.BuilderloggingConfigurations(Collection<LoggingConfigurationSummary> loggingConfigurations)List of the matching logging configurations (summary information only).ListLoggingConfigurationsResponse.BuilderloggingConfigurations(Consumer<LoggingConfigurationSummary.Builder>... loggingConfigurations)List of the matching logging configurations (summary information only).ListLoggingConfigurationsResponse.BuilderloggingConfigurations(LoggingConfigurationSummary... loggingConfigurations)List of the matching logging configurations (summary information only).ListLoggingConfigurationsResponse.BuildernextToken(String nextToken)If there are more logging configurations thanmaxResults, usenextTokenin 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 Detail
-
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.Builderavoiding the need to create one manually viaLoggingConfigurationSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#loggingConfigurations(List.) - 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:
#loggingConfigurations(java.util.Collection)
-
nextToken
ListLoggingConfigurationsResponse.Builder nextToken(String nextToken)
If there are more logging configurations than
maxResults, usenextTokenin the request to get the next set.- Parameters:
nextToken- If there are more logging configurations thanmaxResults, usenextTokenin the request to get the next set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-