public static interface ListLoggingConfigurationsRequest.Builder extends IvschatRequest.Builder, SdkPojo, CopyableBuilder<ListLoggingConfigurationsRequest.Builder,ListLoggingConfigurationsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListLoggingConfigurationsRequest.Builder |
maxResults(Integer maxResults)
Maximum number of logging configurations to return.
|
ListLoggingConfigurationsRequest.Builder |
nextToken(String nextToken)
The first logging configurations to retrieve.
|
ListLoggingConfigurationsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListLoggingConfigurationsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListLoggingConfigurationsRequest.Builder maxResults(Integer maxResults)
Maximum number of logging configurations to return. Default: 50.
maxResults - Maximum number of logging configurations to return. Default: 50.ListLoggingConfigurationsRequest.Builder nextToken(String nextToken)
The first logging configurations to retrieve. This is used for pagination; see the nextToken
response field.
nextToken - The first logging configurations to retrieve. This is used for pagination; see the
nextToken response field.ListLoggingConfigurationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListLoggingConfigurationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.