Interface ListLoggingConfigurationsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListLoggingConfigurationsResponse.Builder,ListLoggingConfigurationsResponse>,SdkBuilder<ListLoggingConfigurationsResponse.Builder,ListLoggingConfigurationsResponse>,SdkPojo,SdkResponse.Builder,WafResponse.Builder
- Enclosing class:
- ListLoggingConfigurationsResponse
public static interface ListLoggingConfigurationsResponse.Builder extends WafResponse.Builder, SdkPojo, CopyableBuilder<ListLoggingConfigurationsResponse.Builder,ListLoggingConfigurationsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListLoggingConfigurationsResponse.BuilderloggingConfigurations(Collection<LoggingConfiguration> loggingConfigurations)An array of LoggingConfiguration objects.ListLoggingConfigurationsResponse.BuilderloggingConfigurations(Consumer<LoggingConfiguration.Builder>... loggingConfigurations)An array of LoggingConfiguration objects.ListLoggingConfigurationsResponse.BuilderloggingConfigurations(LoggingConfiguration... loggingConfigurations)An array of LoggingConfiguration objects.ListLoggingConfigurationsResponse.BuildernextMarker(String nextMarker)If you have moreLoggingConfigurationsthan the number that you specified forLimitin the request, the response includes aNextMarkervalue.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Methods inherited from interface software.amazon.awssdk.services.waf.model.WafResponse.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
loggingConfigurations
ListLoggingConfigurationsResponse.Builder loggingConfigurations(Collection<LoggingConfiguration> loggingConfigurations)
An array of LoggingConfiguration objects.
- Parameters:
loggingConfigurations- An array of LoggingConfiguration objects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
loggingConfigurations
ListLoggingConfigurationsResponse.Builder loggingConfigurations(LoggingConfiguration... loggingConfigurations)
An array of LoggingConfiguration objects.
- Parameters:
loggingConfigurations- An array of LoggingConfiguration objects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
loggingConfigurations
ListLoggingConfigurationsResponse.Builder loggingConfigurations(Consumer<LoggingConfiguration.Builder>... loggingConfigurations)
An array of LoggingConfiguration objects.
This is a convenience method that creates an instance of theLoggingConfiguration.Builderavoiding the need to create one manually viaLoggingConfiguration.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 onLoggingConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#loggingConfigurations(java.util.Collection)
-
nextMarker
ListLoggingConfigurationsResponse.Builder nextMarker(String nextMarker)
If you have more
LoggingConfigurationsthan the number that you specified forLimitin the request, the response includes aNextMarkervalue. To list moreLoggingConfigurations, submit anotherListLoggingConfigurationsrequest, and specify theNextMarkervalue from the response in theNextMarkervalue in the next request.- Parameters:
nextMarker- If you have moreLoggingConfigurationsthan the number that you specified forLimitin the request, the response includes aNextMarkervalue. To list moreLoggingConfigurations, submit anotherListLoggingConfigurationsrequest, and specify theNextMarkervalue from the response in theNextMarkervalue in the next request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-