Interface ListProfileObjectTypeTemplatesResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListProfileObjectTypeTemplatesResponse.Builder,ListProfileObjectTypeTemplatesResponse>,CustomerProfilesResponse.Builder,SdkBuilder<ListProfileObjectTypeTemplatesResponse.Builder,ListProfileObjectTypeTemplatesResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListProfileObjectTypeTemplatesResponse
public static interface ListProfileObjectTypeTemplatesResponse.Builder extends CustomerProfilesResponse.Builder, SdkPojo, CopyableBuilder<ListProfileObjectTypeTemplatesResponse.Builder,ListProfileObjectTypeTemplatesResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListProfileObjectTypeTemplatesResponse.Builderitems(Collection<ListProfileObjectTypeTemplateItem> items)The list of ListProfileObjectType template instances.ListProfileObjectTypeTemplatesResponse.Builderitems(Consumer<ListProfileObjectTypeTemplateItem.Builder>... items)The list of ListProfileObjectType template instances.ListProfileObjectTypeTemplatesResponse.Builderitems(ListProfileObjectTypeTemplateItem... items)The list of ListProfileObjectType template instances.ListProfileObjectTypeTemplatesResponse.BuildernextToken(String nextToken)The pagination token from the previous ListObjectTypeTemplates API call.-
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
ListProfileObjectTypeTemplatesResponse.Builder items(Collection<ListProfileObjectTypeTemplateItem> items)
The list of ListProfileObjectType template instances.
- Parameters:
items- The list of ListProfileObjectType template instances.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
ListProfileObjectTypeTemplatesResponse.Builder items(ListProfileObjectTypeTemplateItem... items)
The list of ListProfileObjectType template instances.
- Parameters:
items- The list of ListProfileObjectType template instances.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
ListProfileObjectTypeTemplatesResponse.Builder items(Consumer<ListProfileObjectTypeTemplateItem.Builder>... items)
The list of ListProfileObjectType template instances.
This is a convenience method that creates an instance of theListProfileObjectTypeTemplateItem.Builderavoiding the need to create one manually viaListProfileObjectTypeTemplateItem.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 onListProfileObjectTypeTemplateItem.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#items(java.util.Collection)
-
nextToken
ListProfileObjectTypeTemplatesResponse.Builder nextToken(String nextToken)
The pagination token from the previous ListObjectTypeTemplates API call.
- Parameters:
nextToken- The pagination token from the previous ListObjectTypeTemplates API call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-