Interface AwsLogSourceConfiguration.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<AwsLogSourceConfiguration.Builder,,AwsLogSourceConfiguration> SdkBuilder<AwsLogSourceConfiguration.Builder,,AwsLogSourceConfiguration> SdkPojo
- Enclosing class:
 AwsLogSourceConfiguration
public static interface AwsLogSourceConfiguration.Builder
extends SdkPojo, CopyableBuilder<AwsLogSourceConfiguration.Builder,AwsLogSourceConfiguration> 
- 
Method Summary
Modifier and TypeMethodDescriptionSpecify the Amazon Web Services account information where you want to enable Security Lake.accounts(Collection<String> accounts) Specify the Amazon Web Services account information where you want to enable Security Lake.Specify the Regions where you want to enable Security Lake.regions(Collection<String> regions) Specify the Regions where you want to enable Security Lake.sourceName(String sourceName) The name for a Amazon Web Services source.sourceName(AwsLogSourceName sourceName) The name for a Amazon Web Services source.sourceVersion(String sourceVersion) The version for a Amazon Web Services source.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
accounts
Specify the Amazon Web Services account information where you want to enable Security Lake.
- Parameters:
 accounts- Specify the Amazon Web Services account information where you want to enable Security Lake.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
accounts
Specify the Amazon Web Services account information where you want to enable Security Lake.
- Parameters:
 accounts- Specify the Amazon Web Services account information where you want to enable Security Lake.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
regions
Specify the Regions where you want to enable Security Lake.
- Parameters:
 regions- Specify the Regions where you want to enable Security Lake.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
regions
Specify the Regions where you want to enable Security Lake.
- Parameters:
 regions- Specify the Regions where you want to enable Security Lake.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
sourceName
The name for a Amazon Web Services source.
- Parameters:
 sourceName- The name for a Amazon Web Services source.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
sourceName
The name for a Amazon Web Services source.
- Parameters:
 sourceName- The name for a Amazon Web Services source.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
sourceVersion
The version for a Amazon Web Services source.
- Parameters:
 sourceVersion- The version for a Amazon Web Services source.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -