Interface DescribeIntegrationsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeIntegrationsRequest.Builder,DescribeIntegrationsRequest>,GlueRequest.Builder,SdkBuilder<DescribeIntegrationsRequest.Builder,DescribeIntegrationsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeIntegrationsRequest
public static interface DescribeIntegrationsRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<DescribeIntegrationsRequest.Builder,DescribeIntegrationsRequest>
-
-
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
-
integrationIdentifier
DescribeIntegrationsRequest.Builder integrationIdentifier(String 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
DescribeIntegrationsRequest.Builder marker(String 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
DescribeIntegrationsRequest.Builder maxRecords(Integer 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
DescribeIntegrationsRequest.Builder filters(Collection<IntegrationFilter> 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
DescribeIntegrationsRequest.Builder filters(IntegrationFilter... 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
DescribeIntegrationsRequest.Builder filters(Consumer<IntegrationFilter.Builder>... 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.Builderavoiding the need to create one manually viaIntegrationFilter.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 onIntegrationFilter.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#filters(java.util.Collection)
-
overrideConfiguration
DescribeIntegrationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeIntegrationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-