Interface DeleteCustomLogSourceRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<DeleteCustomLogSourceRequest.Builder,
,DeleteCustomLogSourceRequest> SdkBuilder<DeleteCustomLogSourceRequest.Builder,
,DeleteCustomLogSourceRequest> SdkPojo
,SdkRequest.Builder
,SecurityLakeRequest.Builder
- Enclosing class:
DeleteCustomLogSourceRequest
@Mutable
@NotThreadSafe
public static interface DeleteCustomLogSourceRequest.Builder
extends SecurityLakeRequest.Builder, SdkPojo, CopyableBuilder<DeleteCustomLogSourceRequest.Builder,DeleteCustomLogSourceRequest>
-
Method Summary
Modifier and TypeMethodDescriptionoverrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.sourceName
(String sourceName) The source name of custom log source that you want to delete.sourceVersion
(String sourceVersion) The source version for the third-party custom source.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.services.securitylake.model.SecurityLakeRequest.Builder
build
-
Method Details
-
sourceName
The source name of custom log source that you want to delete.
- Parameters:
sourceName
- The source name of custom log source that you want to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceVersion
The source version for the third-party custom source. You can limit the custom source removal to the specified source version.
- Parameters:
sourceVersion
- The source version for the third-party custom source. You can limit the custom source removal to the specified source version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteCustomLogSourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
DeleteCustomLogSourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-