Interface ListUploadJobsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListUploadJobsResponse.Builder,,ListUploadJobsResponse> CustomerProfilesResponse.Builder,SdkBuilder<ListUploadJobsResponse.Builder,,ListUploadJobsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
ListUploadJobsResponse
@Mutable
@NotThreadSafe
public static interface ListUploadJobsResponse.Builder
extends CustomerProfilesResponse.Builder, SdkPojo, CopyableBuilder<ListUploadJobsResponse.Builder,ListUploadJobsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionitems(Collection<UploadJobItem> items) The list of upload jobs for the specified domain.items(Consumer<UploadJobItem.Builder>... items) The list of upload jobs for the specified domain.items(UploadJobItem... items) The list of upload jobs for the specified domain.The pagination token to use to retrieve the next page of results.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.customerprofiles.model.CustomerProfilesResponse.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
-
nextToken
The pagination token to use to retrieve the next page of results.
- Parameters:
nextToken- The pagination token to use to retrieve the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
The list of upload jobs for the specified domain.
- Parameters:
items- The list of upload jobs for the specified domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
The list of upload jobs for the specified domain.
- Parameters:
items- The list of upload jobs for the specified domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
The list of upload jobs for the specified domain.
This is a convenience method that creates an instance of theUploadJobItem.Builderavoiding the need to create one manually viaUploadJobItem.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toitems(List<UploadJobItem>).- Parameters:
items- a consumer that will call methods onUploadJobItem.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-