public static interface GetDatalakeStatusRequest.Builder extends SecurityLakeRequest.Builder, SdkPojo, CopyableBuilder<GetDatalakeStatusRequest.Builder,GetDatalakeStatusRequest>
| Modifier and Type | Method and Description |
|---|---|
GetDatalakeStatusRequest.Builder |
accountSet(Collection<String> accountSet)
The account IDs for which a static snapshot of the current Region, including enabled accounts and log sources
is retrieved.
|
GetDatalakeStatusRequest.Builder |
accountSet(String... accountSet)
The account IDs for which a static snapshot of the current Region, including enabled accounts and log sources
is retrieved.
|
GetDatalakeStatusRequest.Builder |
maxAccountResults(Integer maxAccountResults)
The maximum limit of accounts for which the static snapshot of the current Region including enabled accounts
and log sources is retrieved.
|
GetDatalakeStatusRequest.Builder |
nextToken(String nextToken)
If nextToken is returned, there are more results available.
|
GetDatalakeStatusRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetDatalakeStatusRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetDatalakeStatusRequest.Builder accountSet(Collection<String> accountSet)
The account IDs for which a static snapshot of the current Region, including enabled accounts and log sources is retrieved.
accountSet - The account IDs for which a static snapshot of the current Region, including enabled accounts and log
sources is retrieved.GetDatalakeStatusRequest.Builder accountSet(String... accountSet)
The account IDs for which a static snapshot of the current Region, including enabled accounts and log sources is retrieved.
accountSet - The account IDs for which a static snapshot of the current Region, including enabled accounts and log
sources is retrieved.GetDatalakeStatusRequest.Builder maxAccountResults(Integer maxAccountResults)
The maximum limit of accounts for which the static snapshot of the current Region including enabled accounts and log sources is retrieved.
maxAccountResults - The maximum limit of accounts for which the static snapshot of the current Region including enabled
accounts and log sources is retrieved.GetDatalakeStatusRequest.Builder nextToken(String nextToken)
If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again 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 - If nextToken is returned, there are more results available. The value of nextToken is a unique
pagination token for each page. Make the call again 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.GetDatalakeStatusRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetDatalakeStatusRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.