Interface DescribeIntegrationsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<DescribeIntegrationsRequest.Builder,
,DescribeIntegrationsRequest> GlueRequest.Builder
,SdkBuilder<DescribeIntegrationsRequest.Builder,
,DescribeIntegrationsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
DescribeIntegrationsRequest
-
Method Summary
Modifier and TypeMethodDescriptionfilters
(Collection<IntegrationFilter> filters) A list of key and values, to filter down the results.filters
(Consumer<IntegrationFilter.Builder>... filters) A list of key and values, to filter down the results.filters
(IntegrationFilter... filters) A list of key and values, to filter down the results.integrationIdentifier
(String integrationIdentifier) The Amazon Resource Name (ARN) for the integration.A value that indicates the starting point for the next set of response records in a subsequent request.maxRecords
(Integer maxRecords) The total number of items to return in the output.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
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 Details
-
integrationIdentifier
The Amazon Resource Name (ARN) for the integration.
- Parameters:
integrationIdentifier
- The Amazon Resource Name (ARN) for the integration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
marker
A value that indicates the starting point for the next set of response records in a subsequent request.
- Parameters:
marker
- A value that indicates the starting point for the next set of response records in a subsequent request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxRecords
The total number of items to return in the output.
- Parameters:
maxRecords
- The total number of items to return in the output.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
A list of key and values, to filter down the results. Supported keys are "Status", "IntegrationName", and "SourceArn". IntegrationName is limited to only one value.
- Parameters:
filters
- A list of key and values, to filter down the results. Supported keys are "Status", "IntegrationName", and "SourceArn". IntegrationName is limited to only one value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
A list of key and values, to filter down the results. Supported keys are "Status", "IntegrationName", and "SourceArn". IntegrationName is limited to only one value.
- Parameters:
filters
- A list of key and values, to filter down the results. Supported keys are "Status", "IntegrationName", and "SourceArn". IntegrationName is limited to only one value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
A list of key and values, to filter down the results. Supported keys are "Status", "IntegrationName", and "SourceArn". IntegrationName is limited to only one value.
This is a convenience method that creates an instance of theIntegrationFilter.Builder
avoiding the need to create one manually viaIntegrationFilter.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tofilters(List<IntegrationFilter>)
.- Parameters:
filters
- a consumer that will call methods onIntegrationFilter.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
DescribeIntegrationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
DescribeIntegrationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-