Interface DescribeIntegrationsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeIntegrationsRequest.Builder,DescribeIntegrationsRequest>,RdsRequest.Builder,SdkBuilder<DescribeIntegrationsRequest.Builder,DescribeIntegrationsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeIntegrationsRequest
public static interface DescribeIntegrationsRequest.Builder extends RdsRequest.Builder, SdkPojo, CopyableBuilder<DescribeIntegrationsRequest.Builder,DescribeIntegrationsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeIntegrationsRequest.Builderfilters(Collection<Filter> filters)A filter that specifies one or more resources to return.DescribeIntegrationsRequest.Builderfilters(Consumer<Filter.Builder>... filters)A filter that specifies one or more resources to return.DescribeIntegrationsRequest.Builderfilters(Filter... filters)A filter that specifies one or more resources to return.DescribeIntegrationsRequest.BuilderintegrationIdentifier(String integrationIdentifier)The unique identifier of the integration.DescribeIntegrationsRequest.Buildermarker(String marker)An optional pagination token provided by a previousDescribeIntegrationsrequest.DescribeIntegrationsRequest.BuildermaxRecords(Integer maxRecords)The maximum number of records to include in the response.DescribeIntegrationsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeIntegrationsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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.rds.model.RdsRequest.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 unique identifier of the integration.
- Parameters:
integrationIdentifier- The unique identifier of the integration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
DescribeIntegrationsRequest.Builder filters(Collection<Filter> 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(Filter... 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<Filter.Builder>... filters)
A filter that specifies one or more resources to return.
This is a convenience method that creates an instance of theFilter.Builderavoiding the need to create one manually viaFilter.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 onFilter.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#filters(java.util.Collection)
-
maxRecords
DescribeIntegrationsRequest.Builder maxRecords(Integer maxRecords)
The maximum number of records to include in the response. If more records exist than the specified
MaxRecordsvalue, a pagination token called a marker is included in the response so that you can retrieve the remaining results.Default: 100
Constraints: Minimum 20, maximum 100.
- Parameters:
maxRecords- The maximum number of records to include in the response. If more records exist than the specifiedMaxRecordsvalue, a pagination token called a marker is included in the response so that you can retrieve the remaining results.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
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.
-
overrideConfiguration
DescribeIntegrationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeIntegrationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-