Interface DescribeIntegrationsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<DescribeIntegrationsRequest.Builder,DescribeIntegrationsRequest>
,RedshiftRequest.Builder
,SdkBuilder<DescribeIntegrationsRequest.Builder,DescribeIntegrationsRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- DescribeIntegrationsRequest
public static interface DescribeIntegrationsRequest.Builder extends RedshiftRequest.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.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 Detail
-
integrationArn
DescribeIntegrationsRequest.Builder integrationArn(String 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
DescribeIntegrationsRequest.Builder maxRecords(Integer 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
DescribeIntegrationsRequest.Builder marker(String 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
DescribeIntegrationsRequest.Builder filters(Collection<DescribeIntegrationsFilter> 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(DescribeIntegrationsFilter... 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 to#filters(List
.) - 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:
#filters(java.util.Collection
)
-
overrideConfiguration
DescribeIntegrationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeIntegrationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-