public static interface ListLogSourcesResponse.Builder extends SecurityLakeResponse.Builder, SdkPojo, CopyableBuilder<ListLogSourcesResponse.Builder,ListLogSourcesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListLogSourcesResponse.Builder |
nextToken(String nextToken)
If nextToken is returned, there are more results available.
|
ListLogSourcesResponse.Builder |
regionSourceTypesAccountsList(Collection<? extends Map<String,? extends Map<String,? extends Collection<String>>>> regionSourceTypesAccountsList)
Lists the log sources in the Regions for enabled Security Lake accounts.
|
ListLogSourcesResponse.Builder |
regionSourceTypesAccountsList(Map<String,? extends Map<String,? extends Collection<String>>>... regionSourceTypesAccountsList)
Lists the log sources in the Regions for enabled Security Lake accounts.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListLogSourcesResponse.Builder nextToken(String nextToken)
If nextToken is returned, there are more results available. You can make the call again using the returned token to retrieve the next page.
nextToken - If nextToken is returned, there are more results available. You can make the call again using the
returned token to retrieve the next page.ListLogSourcesResponse.Builder regionSourceTypesAccountsList(Collection<? extends Map<String,? extends Map<String,? extends Collection<String>>>> regionSourceTypesAccountsList)
Lists the log sources in the Regions for enabled Security Lake accounts.
regionSourceTypesAccountsList - Lists the log sources in the Regions for enabled Security Lake accounts.ListLogSourcesResponse.Builder regionSourceTypesAccountsList(Map<String,? extends Map<String,? extends Collection<String>>>... regionSourceTypesAccountsList)
Lists the log sources in the Regions for enabled Security Lake accounts.
regionSourceTypesAccountsList - Lists the log sources in the Regions for enabled Security Lake accounts.Copyright © 2022. All rights reserved.