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 Security Lake accounts in all Regions and source types.
|
ListLogSourcesRequest.Builder |
listSingleDimension(Collection<String> listSingleDimension)
List the view of log sources for enabled Security Lake accounts for the entire region.
|
ListLogSourcesRequest.Builder |
listSingleDimension(String... listSingleDimension)
List the view of log sources for enabled Security Lake accounts for the entire region.
|
ListLogSourcesRequest.Builder |
listTwoDimensions(Map<String,? extends Collection<String>> listTwoDimensions)
Lists the log sources for the specified source types in enabled Security Lake accounts for the entire Region,
for selected member accounts.
|
ListLogSourcesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of accounts for which the configuration is 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 Security Lake accounts in all Regions and source types.
listAllDimensions - List the view of log sources for enabled Security Lake accounts in all Regions and source types.ListLogSourcesRequest.Builder listSingleDimension(Collection<String> listSingleDimension)
List the view of log sources for enabled Security Lake accounts for the entire region.
listSingleDimension - List the view of log sources for enabled Security Lake accounts for the entire region.ListLogSourcesRequest.Builder listSingleDimension(String... listSingleDimension)
List the view of log sources for enabled Security Lake accounts for the entire region.
listSingleDimension - List the view of log sources for enabled Security Lake accounts for the entire region.ListLogSourcesRequest.Builder listTwoDimensions(Map<String,? extends Collection<String>> listTwoDimensions)
Lists the log sources for the specified source types in enabled Security Lake accounts for the entire Region, for selected member accounts.
listTwoDimensions - Lists the log sources for the specified source types in enabled Security Lake accounts for the entire
Region, for selected member accounts.ListLogSourcesRequest.Builder maxResults(Integer maxResults)
The maximum number of accounts for which the configuration is displayed.
maxResults - The maximum number of accounts for which the configuration is displayed.ListLogSourcesRequest.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.ListLogSourcesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListLogSourcesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.