public static interface DescribePartnersResponse.Builder extends RedshiftResponse.Builder, SdkPojo, CopyableBuilder<DescribePartnersResponse.Builder,DescribePartnersResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribePartnersResponse.Builder |
partnerIntegrationInfoList(Collection<PartnerIntegrationInfo> partnerIntegrationInfoList)
A list of partner integrations.
|
DescribePartnersResponse.Builder |
partnerIntegrationInfoList(Consumer<PartnerIntegrationInfo.Builder>... partnerIntegrationInfoList)
A list of partner integrations.
|
DescribePartnersResponse.Builder |
partnerIntegrationInfoList(PartnerIntegrationInfo... partnerIntegrationInfoList)
A list of partner integrations.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribePartnersResponse.Builder partnerIntegrationInfoList(Collection<PartnerIntegrationInfo> partnerIntegrationInfoList)
A list of partner integrations.
partnerIntegrationInfoList - A list of partner integrations.DescribePartnersResponse.Builder partnerIntegrationInfoList(PartnerIntegrationInfo... partnerIntegrationInfoList)
A list of partner integrations.
partnerIntegrationInfoList - A list of partner integrations.DescribePartnersResponse.Builder partnerIntegrationInfoList(Consumer<PartnerIntegrationInfo.Builder>... partnerIntegrationInfoList)
A list of partner integrations.
This is a convenience that creates an instance of theList.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #partnerIntegrationInfoList(List) .partnerIntegrationInfoList - a consumer that will call methods on List.Builder #partnerIntegrationInfoList(List) Copyright © 2021. All rights reserved.