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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListSourcesForS3TableIntegrationRequest.BuilderintegrationArn(String integrationArn)The Amazon Resource Name (ARN) of the S3 Table Integration to list associations for.ListSourcesForS3TableIntegrationRequest.BuildermaxResults(Integer maxResults)The maximum number of associations to return in a single call.ListSourcesForS3TableIntegrationRequest.BuildernextToken(String nextToken)Sets the value of the NextToken property for this object.ListSourcesForS3TableIntegrationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListSourcesForS3TableIntegrationRequest.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
ListSourcesForS3TableIntegrationRequest.Builder integrationArn(String 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
ListSourcesForS3TableIntegrationRequest.Builder maxResults(Integer 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
ListSourcesForS3TableIntegrationRequest.Builder nextToken(String 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListSourcesForS3TableIntegrationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-