public static interface GetDatalakeStatusResponse.Builder extends SecurityLakeResponse.Builder, SdkPojo, CopyableBuilder<GetDatalakeStatusResponse.Builder,GetDatalakeStatusResponse>
| Modifier and Type | Method and Description |
|---|---|
GetDatalakeStatusResponse.Builder |
accountSourcesList(AccountSources... accountSourcesList)
The list of enabled accounts and enabled sources.
|
GetDatalakeStatusResponse.Builder |
accountSourcesList(Collection<AccountSources> accountSourcesList)
The list of enabled accounts and enabled sources.
|
GetDatalakeStatusResponse.Builder |
accountSourcesList(Consumer<AccountSources.Builder>... accountSourcesList)
The list of enabled accounts and enabled sources.
|
GetDatalakeStatusResponse.Builder |
nextToken(String nextToken)
Lists if there are more results available.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetDatalakeStatusResponse.Builder accountSourcesList(Collection<AccountSources> accountSourcesList)
The list of enabled accounts and enabled sources.
accountSourcesList - The list of enabled accounts and enabled sources.GetDatalakeStatusResponse.Builder accountSourcesList(AccountSources... accountSourcesList)
The list of enabled accounts and enabled sources.
accountSourcesList - The list of enabled accounts and enabled sources.GetDatalakeStatusResponse.Builder accountSourcesList(Consumer<AccountSources.Builder>... accountSourcesList)
The list of enabled accounts and enabled sources.
This is a convenience method that creates an instance of theAccountSources.Builder avoiding the need to create
one manually via AccountSources.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #accountSourcesList(List.
accountSourcesList - a consumer that will call methods on
AccountSources.Builder#accountSourcesList(java.util.Collection) GetDatalakeStatusResponse.Builder nextToken(String nextToken)
Lists 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 - Lists 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.