Interface AssociateSourceToS3TableIntegrationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CloudWatchLogsRequest.Builder,CopyableBuilder<AssociateSourceToS3TableIntegrationRequest.Builder,AssociateSourceToS3TableIntegrationRequest>,SdkBuilder<AssociateSourceToS3TableIntegrationRequest.Builder,AssociateSourceToS3TableIntegrationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- AssociateSourceToS3TableIntegrationRequest
@Mutable @NotThreadSafe public static interface AssociateSourceToS3TableIntegrationRequest.Builder extends CloudWatchLogsRequest.Builder, SdkPojo, CopyableBuilder<AssociateSourceToS3TableIntegrationRequest.Builder,AssociateSourceToS3TableIntegrationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default AssociateSourceToS3TableIntegrationRequest.BuilderdataSource(Consumer<DataSource.Builder> dataSource)The data source to associate with the S3 Table Integration.AssociateSourceToS3TableIntegrationRequest.BuilderdataSource(DataSource dataSource)The data source to associate with the S3 Table Integration.AssociateSourceToS3TableIntegrationRequest.BuilderintegrationArn(String integrationArn)The Amazon Resource Name (ARN) of the S3 Table Integration to associate the data source with.AssociateSourceToS3TableIntegrationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AssociateSourceToS3TableIntegrationRequest.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
-
integrationArn
AssociateSourceToS3TableIntegrationRequest.Builder integrationArn(String integrationArn)
The Amazon Resource Name (ARN) of the S3 Table Integration to associate the data source with.
- Parameters:
integrationArn- The Amazon Resource Name (ARN) of the S3 Table Integration to associate the data source with.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataSource
AssociateSourceToS3TableIntegrationRequest.Builder dataSource(DataSource dataSource)
The data source to associate with the S3 Table Integration. Contains the name and type of the data source.
- Parameters:
dataSource- The data source to associate with the S3 Table Integration. Contains the name and type of the data source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataSource
default AssociateSourceToS3TableIntegrationRequest.Builder dataSource(Consumer<DataSource.Builder> dataSource)
The data source to associate with the S3 Table Integration. Contains the name and type of the data source.
This is a convenience method that creates an instance of theDataSource.Builderavoiding the need to create one manually viaDataSource.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todataSource(DataSource).- Parameters:
dataSource- a consumer that will call methods onDataSource.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
dataSource(DataSource)
-
overrideConfiguration
AssociateSourceToS3TableIntegrationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
AssociateSourceToS3TableIntegrationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-