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 |
sources(Collection<LogSource> sources)
The list of log sources in your organization that send data to the data lake.
|
ListLogSourcesResponse.Builder |
sources(Consumer<LogSource.Builder>... sources)
The list of log sources in your organization that send data to the data lake.
|
ListLogSourcesResponse.Builder |
sources(LogSource... sources)
The list of log sources in your organization that send data to the data lake.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListLogSourcesResponse.Builder nextToken(String nextToken)
If nextToken is returned, there are more results available. You can repeat the call using the returned token to retrieve the next page.
nextToken - If nextToken is returned, there are more results available. You can repeat the call using the returned
token to retrieve the next page.ListLogSourcesResponse.Builder sources(Collection<LogSource> sources)
The list of log sources in your organization that send data to the data lake.
sources - The list of log sources in your organization that send data to the data lake.ListLogSourcesResponse.Builder sources(LogSource... sources)
The list of log sources in your organization that send data to the data lake.
sources - The list of log sources in your organization that send data to the data lake.ListLogSourcesResponse.Builder sources(Consumer<LogSource.Builder>... sources)
The list of log sources in your organization that send data to the data lake.
This is a convenience method that creates an instance of theLogSource.Builder avoiding the need to create one
manually via LogSource.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #sources(List.
sources - a consumer that will call methods on
LogSource.Builder#sources(java.util.Collection) Copyright © 2023. All rights reserved.