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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribePartnersResponse.BuilderpartnerIntegrationInfoList(Collection<PartnerIntegrationInfo> partnerIntegrationInfoList)A list of partner integrations.DescribePartnersResponse.BuilderpartnerIntegrationInfoList(Consumer<PartnerIntegrationInfo.Builder>... partnerIntegrationInfoList)A list of partner integrations.DescribePartnersResponse.BuilderpartnerIntegrationInfoList(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 Detail
-
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.Builderavoiding the need to create one manually viaPartnerIntegrationInfo.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#partnerIntegrationInfoList(List.) - 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:
#partnerIntegrationInfoList(java.util.Collection)
-
-