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
MaxRecordsvalue, a value is returned in amarkerfield of the response. You can retrieve the next set of records by retrying the command with the returned marker value.Default:
100Constraints: 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 specifiedMaxRecordsvalue, a value is returned in amarkerfield of the response. You can retrieve the next set of records by retrying the command with the returned marker value.Default:
100Constraints: 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
DescribeIntegrationsrequest. 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 previousDescribeIntegrationsrequest. 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.Builderavoiding the need to create one manually viaDescribeIntegrationsFilter.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 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:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeIntegrationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-