Interface ListIntegrationResourcePropertiesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListIntegrationResourcePropertiesRequest.Builder,ListIntegrationResourcePropertiesRequest>,GlueRequest.Builder,SdkBuilder<ListIntegrationResourcePropertiesRequest.Builder,ListIntegrationResourcePropertiesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListIntegrationResourcePropertiesRequest
@Mutable @NotThreadSafe public static interface ListIntegrationResourcePropertiesRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<ListIntegrationResourcePropertiesRequest.Builder,ListIntegrationResourcePropertiesRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.glue.model.GlueRequest.Builder
build
-
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
-
marker
ListIntegrationResourcePropertiesRequest.Builder marker(String marker)
This is the pagination token for next page, initial value is
null.- Parameters:
marker- This is the pagination token for next page, initial value isnull.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
ListIntegrationResourcePropertiesRequest.Builder filters(Collection<IntegrationResourcePropertyFilter> filters)
A list of filters, supported filter Key is
SourceArnandTargetArn.- Parameters:
filters- A list of filters, supported filter Key isSourceArnandTargetArn.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
ListIntegrationResourcePropertiesRequest.Builder filters(IntegrationResourcePropertyFilter... filters)
A list of filters, supported filter Key is
SourceArnandTargetArn.- Parameters:
filters- A list of filters, supported filter Key isSourceArnandTargetArn.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
ListIntegrationResourcePropertiesRequest.Builder filters(Consumer<IntegrationResourcePropertyFilter.Builder>... filters)
A list of filters, supported filter Key is
This is a convenience method that creates an instance of theSourceArnandTargetArn.IntegrationResourcePropertyFilter.Builderavoiding the need to create one manually viaIntegrationResourcePropertyFilter.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#filters(List.) - Parameters:
filters- a consumer that will call methods onIntegrationResourcePropertyFilter.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#filters(java.util.Collection)
-
maxRecords
ListIntegrationResourcePropertiesRequest.Builder maxRecords(Integer maxRecords)
This is total number of items to be evaluated.
- Parameters:
maxRecords- This is total number of items to be evaluated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListIntegrationResourcePropertiesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListIntegrationResourcePropertiesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-