Interface ListSourcesForS3TableIntegrationRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CloudWatchLogsRequest.Builder,CopyableBuilder<ListSourcesForS3TableIntegrationRequest.Builder,,ListSourcesForS3TableIntegrationRequest> SdkBuilder<ListSourcesForS3TableIntegrationRequest.Builder,,ListSourcesForS3TableIntegrationRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
ListSourcesForS3TableIntegrationRequest
@Mutable
@NotThreadSafe
public static interface ListSourcesForS3TableIntegrationRequest.Builder
extends CloudWatchLogsRequest.Builder, SdkPojo, CopyableBuilder<ListSourcesForS3TableIntegrationRequest.Builder,ListSourcesForS3TableIntegrationRequest>
-
Method Summary
Modifier and TypeMethodDescriptionintegrationArn(String integrationArn) The Amazon Resource Name (ARN) of the S3 Table Integration to list associations for.maxResults(Integer maxResults) The maximum number of associations to return in a single call.Sets the value of the NextToken property for this object.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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
-
integrationArn
The Amazon Resource Name (ARN) of the S3 Table Integration to list associations for.
- Parameters:
integrationArn- The Amazon Resource Name (ARN) of the S3 Table Integration to list associations for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
The maximum number of associations to return in a single call. Valid range is 1 to 100.
- Parameters:
maxResults- The maximum number of associations to return in a single call. Valid range is 1 to 100.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
Sets the value of the NextToken property for this object.- Parameters:
nextToken- The new value for the NextToken property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListSourcesForS3TableIntegrationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListSourcesForS3TableIntegrationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-