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 method that creates an instance of thePartnerIntegrationInfo.Builder avoiding the need to
create one manually via
PartnerIntegrationInfo.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #partnerIntegrationInfoList(List.
partnerIntegrationInfoList - a consumer that will call methods on
PartnerIntegrationInfo.Builder#partnerIntegrationInfoList(java.util.Collection) Copyright © 2023. All rights reserved.