public static interface ListDataLakeExceptionsRequest.Builder extends SecurityLakeRequest.Builder, SdkPojo, CopyableBuilder<ListDataLakeExceptionsRequest.Builder,ListDataLakeExceptionsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListDataLakeExceptionsRequest.Builder |
maxResults(Integer maxResults)
List the maximum number of failures in Security Lake.
|
ListDataLakeExceptionsRequest.Builder |
nextToken(String nextToken)
List if there are more results available.
|
ListDataLakeExceptionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListDataLakeExceptionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListDataLakeExceptionsRequest.Builder |
regions(Collection<String> regions)
List the Amazon Web Services Regions from which exceptions are retrieved.
|
ListDataLakeExceptionsRequest.Builder |
regions(String... regions)
List the Amazon Web Services Regions from which exceptions are retrieved.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDataLakeExceptionsRequest.Builder maxResults(Integer maxResults)
List the maximum number of failures in Security Lake.
maxResults - List the maximum number of failures in Security Lake.ListDataLakeExceptionsRequest.Builder nextToken(String nextToken)
List if there are more results available. The value of nextToken is a unique pagination token for each page. Repeat the call using the returned token to retrieve the next page. Keep all other arguments unchanged.
Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.
nextToken - List if there are more results available. The value of nextToken is a unique pagination token for each
page. Repeat the call using the returned token to retrieve the next page. Keep all other arguments
unchanged.
Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.
ListDataLakeExceptionsRequest.Builder regions(Collection<String> regions)
List the Amazon Web Services Regions from which exceptions are retrieved.
regions - List the Amazon Web Services Regions from which exceptions are retrieved.ListDataLakeExceptionsRequest.Builder regions(String... regions)
List the Amazon Web Services Regions from which exceptions are retrieved.
regions - List the Amazon Web Services Regions from which exceptions are retrieved.ListDataLakeExceptionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListDataLakeExceptionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.