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