public static interface LogSourceResource.Builder extends SdkPojo, CopyableBuilder<LogSourceResource.Builder,LogSourceResource>
| Modifier and Type | Method and Description |
|---|---|
LogSourceResource.Builder |
awsLogSource(AwsLogSourceResource awsLogSource)
Amazon Security Lake supports log and event collection for natively supported Amazon Web Services.
|
default LogSourceResource.Builder |
awsLogSource(Consumer<AwsLogSourceResource.Builder> awsLogSource)
Amazon Security Lake supports log and event collection for natively supported Amazon Web Services.
|
default LogSourceResource.Builder |
customLogSource(Consumer<CustomLogSourceResource.Builder> customLogSource)
Amazon Security Lake supports custom source types.
|
LogSourceResource.Builder |
customLogSource(CustomLogSourceResource customLogSource)
Amazon Security Lake supports custom source types.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLogSourceResource.Builder awsLogSource(AwsLogSourceResource awsLogSource)
Amazon Security Lake supports log and event collection for natively supported Amazon Web Services. For more information, see the Amazon Security Lake User Guide.
awsLogSource - Amazon Security Lake supports log and event collection for natively supported Amazon Web Services. For
more information, see the Amazon
Security Lake User Guide.default LogSourceResource.Builder awsLogSource(Consumer<AwsLogSourceResource.Builder> awsLogSource)
Amazon Security Lake supports log and event collection for natively supported Amazon Web Services. For more information, see the Amazon Security Lake User Guide.
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 awsLogSource(AwsLogSourceResource).
awsLogSource - a consumer that will call methods on AwsLogSourceResource.BuilderawsLogSource(AwsLogSourceResource)LogSourceResource.Builder customLogSource(CustomLogSourceResource customLogSource)
Amazon Security Lake supports custom source types. For more information, see the Amazon Security Lake User Guide.
customLogSource - Amazon Security Lake supports custom source types. For more information, see the Amazon Security
Lake User Guide.default LogSourceResource.Builder customLogSource(Consumer<CustomLogSourceResource.Builder> customLogSource)
Amazon Security Lake supports custom source types. For more information, see the Amazon Security Lake User Guide.
This is a convenience method that creates an instance of theCustomLogSourceResource.Builder avoiding
the need to create one manually via CustomLogSourceResource.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to customLogSource(CustomLogSourceResource).
customLogSource - a consumer that will call methods on CustomLogSourceResource.BuildercustomLogSource(CustomLogSourceResource)Copyright © 2023. All rights reserved.