public static interface DataLakeAutoEnableNewAccountConfiguration.Builder extends SdkPojo, CopyableBuilder<DataLakeAutoEnableNewAccountConfiguration.Builder,DataLakeAutoEnableNewAccountConfiguration>
| Modifier and Type | Method and Description |
|---|---|
DataLakeAutoEnableNewAccountConfiguration.Builder |
region(String region)
The Amazon Web Services Regions where Security Lake is automatically enabled.
|
DataLakeAutoEnableNewAccountConfiguration.Builder |
sources(AwsLogSourceResource... sources)
The Amazon Web Services sources that are automatically enabled in Security Lake.
|
DataLakeAutoEnableNewAccountConfiguration.Builder |
sources(Collection<AwsLogSourceResource> sources)
The Amazon Web Services sources that are automatically enabled in Security Lake.
|
DataLakeAutoEnableNewAccountConfiguration.Builder |
sources(Consumer<AwsLogSourceResource.Builder>... sources)
The Amazon Web Services sources that are automatically enabled in Security Lake.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDataLakeAutoEnableNewAccountConfiguration.Builder region(String region)
The Amazon Web Services Regions where Security Lake is automatically enabled.
region - The Amazon Web Services Regions where Security Lake is automatically enabled.DataLakeAutoEnableNewAccountConfiguration.Builder sources(Collection<AwsLogSourceResource> sources)
The Amazon Web Services sources that are automatically enabled in Security Lake.
sources - The Amazon Web Services sources that are automatically enabled in Security Lake.DataLakeAutoEnableNewAccountConfiguration.Builder sources(AwsLogSourceResource... sources)
The Amazon Web Services sources that are automatically enabled in Security Lake.
sources - The Amazon Web Services sources that are automatically enabled in Security Lake.DataLakeAutoEnableNewAccountConfiguration.Builder sources(Consumer<AwsLogSourceResource.Builder>... sources)
The Amazon Web Services sources that are automatically enabled in Security Lake.
This is a convenience method that creates an instance of theAwsLogSourceResource.Builder avoiding the need to
create one manually via
AwsLogSourceResource.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #sources(List.
sources - a consumer that will call methods on
AwsLogSourceResource.Builder#sources(java.util.Collection) Copyright © 2023. All rights reserved.