public static interface AwsLogSourceConfiguration.Builder extends SdkPojo, CopyableBuilder<AwsLogSourceConfiguration.Builder,AwsLogSourceConfiguration>
| Modifier and Type | Method and Description |
|---|---|
AwsLogSourceConfiguration.Builder |
accounts(Collection<String> accounts)
Specify the Amazon Web Services account information where you want to enable Security Lake.
|
AwsLogSourceConfiguration.Builder |
accounts(String... accounts)
Specify the Amazon Web Services account information where you want to enable Security Lake.
|
AwsLogSourceConfiguration.Builder |
regions(Collection<String> regions)
Specify the Regions where you want to enable Security Lake.
|
AwsLogSourceConfiguration.Builder |
regions(String... regions)
Specify the Regions where you want to enable Security Lake.
|
AwsLogSourceConfiguration.Builder |
sourceName(AwsLogSourceName sourceName)
The name for a Amazon Web Services source.
|
AwsLogSourceConfiguration.Builder |
sourceName(String sourceName)
The name for a Amazon Web Services source.
|
AwsLogSourceConfiguration.Builder |
sourceVersion(String sourceVersion)
The version for a Amazon Web Services source.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsLogSourceConfiguration.Builder accounts(Collection<String> accounts)
Specify the Amazon Web Services account information where you want to enable Security Lake.
accounts - Specify the Amazon Web Services account information where you want to enable Security Lake.AwsLogSourceConfiguration.Builder accounts(String... accounts)
Specify the Amazon Web Services account information where you want to enable Security Lake.
accounts - Specify the Amazon Web Services account information where you want to enable Security Lake.AwsLogSourceConfiguration.Builder regions(Collection<String> regions)
Specify the Regions where you want to enable Security Lake.
regions - Specify the Regions where you want to enable Security Lake.AwsLogSourceConfiguration.Builder regions(String... regions)
Specify the Regions where you want to enable Security Lake.
regions - Specify the Regions where you want to enable Security Lake.AwsLogSourceConfiguration.Builder sourceName(String sourceName)
The name for a Amazon Web Services source. This must be a Regionally unique value.
sourceName - The name for a Amazon Web Services source. This must be a Regionally unique value.AwsLogSourceName,
AwsLogSourceNameAwsLogSourceConfiguration.Builder sourceName(AwsLogSourceName sourceName)
The name for a Amazon Web Services source. This must be a Regionally unique value.
sourceName - The name for a Amazon Web Services source. This must be a Regionally unique value.AwsLogSourceName,
AwsLogSourceNameAwsLogSourceConfiguration.Builder sourceVersion(String sourceVersion)
The version for a Amazon Web Services source. This must be a Regionally unique value.
sourceVersion - The version for a Amazon Web Services source. This must be a Regionally unique value.Copyright © 2023. All rights reserved.