Interface DescribePartnersResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribePartnersResponse.Builder,
,DescribePartnersResponse> RedshiftResponse.Builder
,SdkBuilder<DescribePartnersResponse.Builder,
,DescribePartnersResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribePartnersResponse
public static interface DescribePartnersResponse.Builder
extends RedshiftResponse.Builder, SdkPojo, CopyableBuilder<DescribePartnersResponse.Builder,DescribePartnersResponse>
-
Method Summary
Modifier and TypeMethodDescriptionpartnerIntegrationInfoList
(Collection<PartnerIntegrationInfo> partnerIntegrationInfoList) A list of partner integrations.partnerIntegrationInfoList
(Consumer<PartnerIntegrationInfo.Builder>... partnerIntegrationInfoList) A list of partner integrations.partnerIntegrationInfoList
(PartnerIntegrationInfo... partnerIntegrationInfoList) A list of partner integrations.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.redshift.model.RedshiftResponse.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, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
partnerIntegrationInfoList
DescribePartnersResponse.Builder partnerIntegrationInfoList(Collection<PartnerIntegrationInfo> partnerIntegrationInfoList) A list of partner integrations.
- Parameters:
partnerIntegrationInfoList
- A list of partner integrations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
partnerIntegrationInfoList
DescribePartnersResponse.Builder partnerIntegrationInfoList(PartnerIntegrationInfo... partnerIntegrationInfoList) A list of partner integrations.
- Parameters:
partnerIntegrationInfoList
- A list of partner integrations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
partnerIntegrationInfoList
DescribePartnersResponse.Builder partnerIntegrationInfoList(Consumer<PartnerIntegrationInfo.Builder>... partnerIntegrationInfoList) A list of partner integrations.
This is a convenience method that creates an instance of thePartnerIntegrationInfo.Builder
avoiding the need to create one manually viaPartnerIntegrationInfo.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed topartnerIntegrationInfoList(List<PartnerIntegrationInfo>)
.- Parameters:
partnerIntegrationInfoList
- a consumer that will call methods onPartnerIntegrationInfo.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-