Interface DescribeIntegrationsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeIntegrationsResponse.Builder,
,DescribeIntegrationsResponse> RdsResponse.Builder
,SdkBuilder<DescribeIntegrationsResponse.Builder,
,DescribeIntegrationsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribeIntegrationsResponse
@Mutable
@NotThreadSafe
public static interface DescribeIntegrationsResponse.Builder
extends RdsResponse.Builder, SdkPojo, CopyableBuilder<DescribeIntegrationsResponse.Builder,DescribeIntegrationsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionintegrations
(Collection<Integration> integrations) A list of integrations.integrations
(Consumer<Integration.Builder>... integrations) A list of integrations.integrations
(Integration... integrations) A list of integrations.A pagination token that can be used in a laterDescribeIntegrations
request.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.rds.model.RdsResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
marker
A pagination token that can be used in a later
DescribeIntegrations
request.- Parameters:
marker
- A pagination token that can be used in a laterDescribeIntegrations
request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
integrations
A list of integrations.
- Parameters:
integrations
- A list of integrations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
integrations
A list of integrations.
- Parameters:
integrations
- A list of integrations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
integrations
A list of integrations.
This is a convenience method that creates an instance of theIntegration.Builder
avoiding the need to create one manually viaIntegration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tointegrations(List<Integration>)
.- Parameters:
integrations
- a consumer that will call methods onIntegration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-