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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AwsLogSourceConfiguration.Builderaccounts(String... accounts)Specify the Amazon Web Services account information where you want to enable Security Lake.AwsLogSourceConfiguration.Builderaccounts(Collection<String> accounts)Specify the Amazon Web Services account information where you want to enable Security Lake.AwsLogSourceConfiguration.Builderregions(String... regions)Specify the Regions where you want to enable Security Lake.AwsLogSourceConfiguration.Builderregions(Collection<String> regions)Specify the Regions where you want to enable Security Lake.AwsLogSourceConfiguration.BuildersourceName(String sourceName)The name for a Amazon Web Services source.AwsLogSourceConfiguration.BuildersourceName(AwsLogSourceName sourceName)The name for a Amazon Web Services source.AwsLogSourceConfiguration.BuildersourceVersion(String sourceVersion)The version for a Amazon Web Services source.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
accounts
AwsLogSourceConfiguration.Builder accounts(Collection<String> 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
AwsLogSourceConfiguration.Builder accounts(String... 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
AwsLogSourceConfiguration.Builder regions(Collection<String> 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
AwsLogSourceConfiguration.Builder regions(String... 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
AwsLogSourceConfiguration.Builder sourceName(String sourceName)
The name for a Amazon Web Services source. This must be a Regionally unique value.
- Parameters:
sourceName- The name for a Amazon Web Services source. This must be a Regionally unique value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AwsLogSourceName,AwsLogSourceName
-
sourceName
AwsLogSourceConfiguration.Builder sourceName(AwsLogSourceName sourceName)
The name for a Amazon Web Services source. This must be a Regionally unique value.
- Parameters:
sourceName- The name for a Amazon Web Services source. This must be a Regionally unique value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AwsLogSourceName,AwsLogSourceName
-
sourceVersion
AwsLogSourceConfiguration.Builder sourceVersion(String sourceVersion)
The version for a Amazon Web Services source. This must be a Regionally unique value.
- Parameters:
sourceVersion- The version for a Amazon Web Services source. This must be a Regionally unique value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-