public static interface CreateAwsLogSourceRequest.Builder extends SecurityLakeRequest.Builder, SdkPojo, CopyableBuilder<CreateAwsLogSourceRequest.Builder,CreateAwsLogSourceRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateAwsLogSourceRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateAwsLogSourceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateAwsLogSourceRequest.Builder |
sources(AwsLogSourceConfiguration... sources)
Specify the natively-supported Amazon Web Services service to add as a source in Security Lake.
|
CreateAwsLogSourceRequest.Builder |
sources(Collection<AwsLogSourceConfiguration> sources)
Specify the natively-supported Amazon Web Services service to add as a source in Security Lake.
|
CreateAwsLogSourceRequest.Builder |
sources(Consumer<AwsLogSourceConfiguration.Builder>... sources)
Specify the natively-supported Amazon Web Services service to add as a source in Security Lake.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateAwsLogSourceRequest.Builder sources(Collection<AwsLogSourceConfiguration> sources)
Specify the natively-supported Amazon Web Services service to add as a source in Security Lake.
sources - Specify the natively-supported Amazon Web Services service to add as a source in Security Lake.CreateAwsLogSourceRequest.Builder sources(AwsLogSourceConfiguration... sources)
Specify the natively-supported Amazon Web Services service to add as a source in Security Lake.
sources - Specify the natively-supported Amazon Web Services service to add as a source in Security Lake.CreateAwsLogSourceRequest.Builder sources(Consumer<AwsLogSourceConfiguration.Builder>... sources)
Specify the natively-supported Amazon Web Services service to add as a source in Security Lake.
This is a convenience method that creates an instance of theAwsLogSourceConfiguration.Builder avoiding the
need to create one manually via
AwsLogSourceConfiguration.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
AwsLogSourceConfiguration.Builder#sources(java.util.Collection) CreateAwsLogSourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateAwsLogSourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.