Interface ListPortalsResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<ListPortalsResponse.Builder,,- ListPortalsResponse> - IoTSiteWiseResponse.Builder,- SdkBuilder<ListPortalsResponse.Builder,,- ListPortalsResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- ListPortalsResponse
@Mutable
@NotThreadSafe
public static interface ListPortalsResponse.Builder
extends IoTSiteWiseResponse.Builder, SdkPojo, CopyableBuilder<ListPortalsResponse.Builder,ListPortalsResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionThe token for the next set of results, or null if there are no additional results.portalSummaries(Collection<PortalSummary> portalSummaries) A list that summarizes each portal.portalSummaries(Consumer<PortalSummary.Builder>... portalSummaries) A list that summarizes each portal.portalSummaries(PortalSummary... portalSummaries) A list that summarizes each portal.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.iotsitewise.model.IoTSiteWiseResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
portalSummariesA list that summarizes each portal. - Parameters:
- portalSummaries- A list that summarizes each portal.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
portalSummariesA list that summarizes each portal. - Parameters:
- portalSummaries- A list that summarizes each portal.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
portalSummariesA list that summarizes each portal. This is a convenience method that creates an instance of thePortalSummary.Builderavoiding the need to create one manually viaPortalSummary.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toportalSummaries(List<PortalSummary>).- Parameters:
- portalSummaries- a consumer that will call methods on- PortalSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
nextTokenThe token for the next set of results, or null if there are no additional results. - Parameters:
- nextToken- The token for the next set of results, or null if there are no additional results.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-