public static interface ListLogSourcesRequest.Builder extends SecurityLakeRequest.Builder, SdkPojo, CopyableBuilder<ListLogSourcesRequest.Builder,ListLogSourcesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListLogSourcesRequest.Builder |
inputOrder(Collection<Dimension> inputOrder)
Lists the log sources in input order, namely Region, source type, and member account.
|
ListLogSourcesRequest.Builder |
inputOrder(Dimension... inputOrder)
Lists the log sources in input order, namely Region, source type, and member account.
|
ListLogSourcesRequest.Builder |
inputOrderWithStrings(Collection<String> inputOrder)
Lists the log sources in input order, namely Region, source type, and member account.
|
ListLogSourcesRequest.Builder |
inputOrderWithStrings(String... inputOrder)
Lists the log sources in input order, namely Region, source type, and member account.
|
ListLogSourcesRequest.Builder |
listAllDimensions(Map<String,? extends Map<String,? extends Collection<String>>> listAllDimensions)
List the view of log sources for enabled Amazon Security Lake accounts for specific Amazon Web Services
sources from specific accounts and specific Regions.
|
ListLogSourcesRequest.Builder |
listSingleDimension(Collection<String> listSingleDimension)
List the view of log sources for enabled Security Lake accounts for all Amazon Web Services sources from
specific accounts or specific Regions.
|
ListLogSourcesRequest.Builder |
listSingleDimension(String... listSingleDimension)
List the view of log sources for enabled Security Lake accounts for all Amazon Web Services sources from
specific accounts or specific Regions.
|
ListLogSourcesRequest.Builder |
listTwoDimensions(Map<String,? extends Collection<String>> listTwoDimensions)
Lists the view of log sources for enabled Security Lake accounts for specific Amazon Web Services sources
from specific accounts or specific Regions.
|
ListLogSourcesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of accounts for which the log sources are displayed.
|
ListLogSourcesRequest.Builder |
nextToken(String nextToken)
If nextToken is returned, there are more results available.
|
ListLogSourcesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListLogSourcesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListLogSourcesRequest.Builder inputOrderWithStrings(Collection<String> inputOrder)
Lists the log sources in input order, namely Region, source type, and member account.
inputOrder - Lists the log sources in input order, namely Region, source type, and member account.ListLogSourcesRequest.Builder inputOrderWithStrings(String... inputOrder)
Lists the log sources in input order, namely Region, source type, and member account.
inputOrder - Lists the log sources in input order, namely Region, source type, and member account.ListLogSourcesRequest.Builder inputOrder(Collection<Dimension> inputOrder)
Lists the log sources in input order, namely Region, source type, and member account.
inputOrder - Lists the log sources in input order, namely Region, source type, and member account.ListLogSourcesRequest.Builder inputOrder(Dimension... inputOrder)
Lists the log sources in input order, namely Region, source type, and member account.
inputOrder - Lists the log sources in input order, namely Region, source type, and member account.ListLogSourcesRequest.Builder listAllDimensions(Map<String,? extends Map<String,? extends Collection<String>>> listAllDimensions)
List the view of log sources for enabled Amazon Security Lake accounts for specific Amazon Web Services sources from specific accounts and specific Regions.
listAllDimensions - List the view of log sources for enabled Amazon Security Lake accounts for specific Amazon Web
Services sources from specific accounts and specific Regions.ListLogSourcesRequest.Builder listSingleDimension(Collection<String> listSingleDimension)
List the view of log sources for enabled Security Lake accounts for all Amazon Web Services sources from specific accounts or specific Regions.
listSingleDimension - List the view of log sources for enabled Security Lake accounts for all Amazon Web Services sources
from specific accounts or specific Regions.ListLogSourcesRequest.Builder listSingleDimension(String... listSingleDimension)
List the view of log sources for enabled Security Lake accounts for all Amazon Web Services sources from specific accounts or specific Regions.
listSingleDimension - List the view of log sources for enabled Security Lake accounts for all Amazon Web Services sources
from specific accounts or specific Regions.ListLogSourcesRequest.Builder listTwoDimensions(Map<String,? extends Collection<String>> listTwoDimensions)
Lists the view of log sources for enabled Security Lake accounts for specific Amazon Web Services sources from specific accounts or specific Regions.
listTwoDimensions - Lists the view of log sources for enabled Security Lake accounts for specific Amazon Web Services
sources from specific accounts or specific Regions.ListLogSourcesRequest.Builder maxResults(Integer maxResults)
The maximum number of accounts for which the log sources are displayed.
maxResults - The maximum number of accounts for which the log sources are displayed.ListLogSourcesRequest.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.ListLogSourcesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListLogSourcesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.