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 non-retryable failures in the current region.
|
ListDatalakeExceptionsResponse.Builder |
nonRetryableFailures(Consumer<FailuresResponse.Builder>... nonRetryableFailures)
Lists the non-retryable failures in the current region.
|
ListDatalakeExceptionsResponse.Builder |
nonRetryableFailures(FailuresResponse... nonRetryableFailures)
Lists the non-retryable failures in the current region.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDatalakeExceptionsResponse.Builder nextToken(String nextToken)
List if there are more results available. if nextToken is returned, You can make the call again using the returned token to retrieve the next page
nextToken - List if there are more results available. if nextToken is returned, You can make the call again using
the returned token to retrieve the next pageListDatalakeExceptionsResponse.Builder nonRetryableFailures(Collection<FailuresResponse> nonRetryableFailures)
Lists the non-retryable failures in the current region.
nonRetryableFailures - Lists the non-retryable failures in the current region.ListDatalakeExceptionsResponse.Builder nonRetryableFailures(FailuresResponse... nonRetryableFailures)
Lists the non-retryable failures in the current region.
nonRetryableFailures - Lists the non-retryable failures in the current region.ListDatalakeExceptionsResponse.Builder nonRetryableFailures(Consumer<FailuresResponse.Builder>... nonRetryableFailures)
Lists the non-retryable failures 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 © 2022. All rights reserved.