Interface ListProcurementPortalPreferencesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListProcurementPortalPreferencesResponse.Builder,,ListProcurementPortalPreferencesResponse> InvoicingResponse.Builder,SdkBuilder<ListProcurementPortalPreferencesResponse.Builder,,ListProcurementPortalPreferencesResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
ListProcurementPortalPreferencesResponse
@Mutable
@NotThreadSafe
public static interface ListProcurementPortalPreferencesResponse.Builder
extends InvoicingResponse.Builder, SdkPojo, CopyableBuilder<ListProcurementPortalPreferencesResponse.Builder,ListProcurementPortalPreferencesResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe token to use to retrieve the next set of results, or null if there are no more results.procurementPortalPreferences(Collection<ProcurementPortalPreferenceSummary> procurementPortalPreferences) The list of procurement portal preferences associated with the Amazon Web Services account.procurementPortalPreferences(Consumer<ProcurementPortalPreferenceSummary.Builder>... procurementPortalPreferences) The list of procurement portal preferences associated with the Amazon Web Services account.procurementPortalPreferences(ProcurementPortalPreferenceSummary... procurementPortalPreferences) The list of procurement portal preferences associated with the Amazon Web Services account.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.invoicing.model.InvoicingResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
procurementPortalPreferences
ListProcurementPortalPreferencesResponse.Builder procurementPortalPreferences(Collection<ProcurementPortalPreferenceSummary> procurementPortalPreferences) The list of procurement portal preferences associated with the Amazon Web Services account.
- Parameters:
procurementPortalPreferences- The list of procurement portal preferences associated with the Amazon Web Services account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
procurementPortalPreferences
ListProcurementPortalPreferencesResponse.Builder procurementPortalPreferences(ProcurementPortalPreferenceSummary... procurementPortalPreferences) The list of procurement portal preferences associated with the Amazon Web Services account.
- Parameters:
procurementPortalPreferences- The list of procurement portal preferences associated with the Amazon Web Services account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
procurementPortalPreferences
ListProcurementPortalPreferencesResponse.Builder procurementPortalPreferences(Consumer<ProcurementPortalPreferenceSummary.Builder>... procurementPortalPreferences) The list of procurement portal preferences associated with the Amazon Web Services account.
This is a convenience method that creates an instance of theProcurementPortalPreferenceSummary.Builderavoiding the need to create one manually viaProcurementPortalPreferenceSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toprocurementPortalPreferences(List<ProcurementPortalPreferenceSummary>).- Parameters:
procurementPortalPreferences- a consumer that will call methods onProcurementPortalPreferenceSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
The token to use to retrieve the next set of results, or null if there are no more results.
- Parameters:
nextToken- The token to use to retrieve the next set of results, or null if there are no more results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-