public static interface ListDatalakeExceptionsResponse.Builder extends SecurityLakeResponse.Builder, SdkPojo, CopyableBuilder<ListDatalakeExceptionsResponse.Builder,ListDatalakeExceptionsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListDatalakeExceptionsResponse.Builder |
nextToken(String nextToken)
List if there are more results available.
|
ListDatalakeExceptionsResponse.Builder |
nonRetryableFailures(Collection<FailuresResponse> nonRetryableFailures)
Lists the failures that cannot be retried in the current Region.
|
ListDatalakeExceptionsResponse.Builder |
nonRetryableFailures(Consumer<FailuresResponse.Builder>... nonRetryableFailures)
Lists the failures that cannot be retried in the current Region.
|
ListDatalakeExceptionsResponse.Builder |
nonRetryableFailures(FailuresResponse... nonRetryableFailures)
Lists the failures that cannot be retried in the current Region.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDatalakeExceptionsResponse.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.
ListDatalakeExceptionsResponse.Builder nonRetryableFailures(Collection<FailuresResponse> nonRetryableFailures)
Lists the failures that cannot be retried in the current Region.
nonRetryableFailures - Lists the failures that cannot be retried in the current Region.ListDatalakeExceptionsResponse.Builder nonRetryableFailures(FailuresResponse... nonRetryableFailures)
Lists the failures that cannot be retried in the current Region.
nonRetryableFailures - Lists the failures that cannot be retried in the current Region.ListDatalakeExceptionsResponse.Builder nonRetryableFailures(Consumer<FailuresResponse.Builder>... nonRetryableFailures)
Lists the failures that cannot be retried in the current Region.
This is a convenience method that creates an instance of theFailuresResponse.Builder avoiding the need to
create one manually via FailuresResponse.builder()
.
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #nonRetryableFailures(List.
nonRetryableFailures - a consumer that will call methods on
FailuresResponse.Builder#nonRetryableFailures(java.util.Collection) Copyright © 2023. All rights reserved.