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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DisassociateSourceFromS3TableIntegrationRequest.Builderidentifier(String identifier)The unique identifier of the association to remove between the data source and S3 Table Integration.DisassociateSourceFromS3TableIntegrationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DisassociateSourceFromS3TableIntegrationRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.cloudwatchlogs.model.CloudWatchLogsRequest.Builder
build
-
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
-
-
-
-
Method Detail
-
identifier
DisassociateSourceFromS3TableIntegrationRequest.Builder identifier(String 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
-
-