Interface ListProfileObjectsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListProfileObjectsResponse.Builder,ListProfileObjectsResponse>,CustomerProfilesResponse.Builder,SdkBuilder<ListProfileObjectsResponse.Builder,ListProfileObjectsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListProfileObjectsResponse
public static interface ListProfileObjectsResponse.Builder extends CustomerProfilesResponse.Builder, SdkPojo, CopyableBuilder<ListProfileObjectsResponse.Builder,ListProfileObjectsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListProfileObjectsResponse.Builderitems(Collection<ListProfileObjectsItem> items)The list of ListProfileObject instances.ListProfileObjectsResponse.Builderitems(Consumer<ListProfileObjectsItem.Builder>... items)The list of ListProfileObject instances.ListProfileObjectsResponse.Builderitems(ListProfileObjectsItem... items)The list of ListProfileObject instances.ListProfileObjectsResponse.BuildernextToken(String nextToken)The pagination token from the previous call to ListProfileObjects.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.customerprofiles.model.CustomerProfilesResponse.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
-
items
ListProfileObjectsResponse.Builder items(Collection<ListProfileObjectsItem> items)
The list of ListProfileObject instances.
- Parameters:
items- The list of ListProfileObject instances.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
ListProfileObjectsResponse.Builder items(ListProfileObjectsItem... items)
The list of ListProfileObject instances.
- Parameters:
items- The list of ListProfileObject instances.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
ListProfileObjectsResponse.Builder items(Consumer<ListProfileObjectsItem.Builder>... items)
The list of ListProfileObject instances.
This is a convenience method that creates an instance of theListProfileObjectsItem.Builderavoiding the need to create one manually viaListProfileObjectsItem.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#items(List.) - Parameters:
items- a consumer that will call methods onListProfileObjectsItem.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#items(java.util.Collection)
-
nextToken
ListProfileObjectsResponse.Builder nextToken(String nextToken)
The pagination token from the previous call to ListProfileObjects.
- Parameters:
nextToken- The pagination token from the previous call to ListProfileObjects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-