Interface DisassociateSourceFromS3TableIntegrationRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CloudWatchLogsRequest.Builder,CopyableBuilder<DisassociateSourceFromS3TableIntegrationRequest.Builder,,DisassociateSourceFromS3TableIntegrationRequest> SdkBuilder<DisassociateSourceFromS3TableIntegrationRequest.Builder,,DisassociateSourceFromS3TableIntegrationRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- DisassociateSourceFromS3TableIntegrationRequest
@Mutable
@NotThreadSafe
public static interface DisassociateSourceFromS3TableIntegrationRequest.Builder
extends CloudWatchLogsRequest.Builder, SdkPojo, CopyableBuilder<DisassociateSourceFromS3TableIntegrationRequest.Builder,DisassociateSourceFromS3TableIntegrationRequest>
-
Method Summary
Modifier and TypeMethodDescriptionidentifier(String identifier) The unique identifier of the association to remove between the data source and S3 Table Integration.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.services.cloudwatchlogs.model.CloudWatchLogsRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
identifier
The unique identifier of the association to remove between the data source and S3 Table Integration.
- Parameters:
identifier- The unique identifier of the association to remove between the data source and S3 Table Integration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DisassociateSourceFromS3TableIntegrationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DisassociateSourceFromS3TableIntegrationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-