Interface ListIntegrationTablePropertiesRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListIntegrationTablePropertiesRequest.Builder,,ListIntegrationTablePropertiesRequest> GlueRequest.Builder,SdkBuilder<ListIntegrationTablePropertiesRequest.Builder,,ListIntegrationTablePropertiesRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
ListIntegrationTablePropertiesRequest
@Mutable
@NotThreadSafe
public static interface ListIntegrationTablePropertiesRequest.Builder
extends GlueRequest.Builder, SdkPojo, CopyableBuilder<ListIntegrationTablePropertiesRequest.Builder,ListIntegrationTablePropertiesRequest>
-
Method Summary
Modifier and TypeMethodDescriptionA list of filters.filters(Consumer<IntegrationTablePropertiesFilter.Builder>... filters) A list of filters.filters(IntegrationTablePropertiesFilter... filters) A list of filters.The pagination token for the next page of results.maxRecords(Integer maxRecords) The maximum number of records to return in the response.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.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.glue.model.GlueRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
marker
The pagination token for the next page of results. The initial value is
null.- Parameters:
marker- The pagination token for the next page of results. The initial value isnull.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
ListIntegrationTablePropertiesRequest.Builder filters(Collection<IntegrationTablePropertiesFilter> filters) A list of filters. Supported filter keys are
SourceArn,TargetArn,SourceTableName, andTargetTableName.- Parameters:
filters- A list of filters. Supported filter keys areSourceArn,TargetArn,SourceTableName, andTargetTableName.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
A list of filters. Supported filter keys are
SourceArn,TargetArn,SourceTableName, andTargetTableName.- Parameters:
filters- A list of filters. Supported filter keys areSourceArn,TargetArn,SourceTableName, andTargetTableName.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
ListIntegrationTablePropertiesRequest.Builder filters(Consumer<IntegrationTablePropertiesFilter.Builder>... filters) A list of filters. Supported filter keys are
This is a convenience method that creates an instance of theSourceArn,TargetArn,SourceTableName, andTargetTableName.IntegrationTablePropertiesFilter.Builderavoiding the need to create one manually viaIntegrationTablePropertiesFilter.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofilters(List<IntegrationTablePropertiesFilter>).- Parameters:
filters- a consumer that will call methods onIntegrationTablePropertiesFilter.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
maxRecords
The maximum number of records to return in the response.
- Parameters:
maxRecords- The maximum number of records to return in the response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListIntegrationTablePropertiesRequest.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
ListIntegrationTablePropertiesRequest.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.
-