Interface DescribeIntegrationsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<DescribeIntegrationsRequest.Builder,
,DescribeIntegrationsRequest> RedshiftRequest.Builder
,SdkBuilder<DescribeIntegrationsRequest.Builder,
,DescribeIntegrationsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
DescribeIntegrationsRequest
-
Method Summary
Modifier and TypeMethodDescriptionfilters
(Collection<DescribeIntegrationsFilter> filters) A filter that specifies one or more resources to return.filters
(Consumer<DescribeIntegrationsFilter.Builder>... filters) A filter that specifies one or more resources to return.filters
(DescribeIntegrationsFilter... filters) A filter that specifies one or more resources to return.integrationArn
(String integrationArn) The unique identifier of the integration.An optional pagination token provided by a previousDescribeIntegrations
request.maxRecords
(Integer maxRecords) The maximum number of response records to return in each call.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.redshift.model.RedshiftRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
integrationArn
The unique identifier of the integration.
- Parameters:
integrationArn
- The unique identifier of the integration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxRecords
The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified
MaxRecords
value, a value is returned in amarker
field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.Default:
100
Constraints: minimum 20, maximum 100.
- Parameters:
maxRecords
- The maximum number of response records to return in each call. If the number of remaining response records exceeds the specifiedMaxRecords
value, a value is returned in amarker
field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.Default:
100
Constraints: minimum 20, maximum 100.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
marker
An optional pagination token provided by a previous
DescribeIntegrations
request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified byMaxRecords
.- Parameters:
marker
- An optional pagination token provided by a previousDescribeIntegrations
request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified byMaxRecords
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
A filter that specifies one or more resources to return.
- Parameters:
filters
- A filter that specifies one or more resources to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
A filter that specifies one or more resources to return.
- Parameters:
filters
- A filter that specifies one or more resources to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
DescribeIntegrationsRequest.Builder filters(Consumer<DescribeIntegrationsFilter.Builder>... filters) A filter that specifies one or more resources to return.
This is a convenience method that creates an instance of theDescribeIntegrationsFilter.Builder
avoiding the need to create one manually viaDescribeIntegrationsFilter.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tofilters(List<DescribeIntegrationsFilter>)
.- Parameters:
filters
- a consumer that will call methods onDescribeIntegrationsFilter.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.
-