Interface ListObjectTypeAttributesResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListObjectTypeAttributesResponse.Builder,ListObjectTypeAttributesResponse>,CustomerProfilesResponse.Builder,SdkBuilder<ListObjectTypeAttributesResponse.Builder,ListObjectTypeAttributesResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListObjectTypeAttributesResponse
public static interface ListObjectTypeAttributesResponse.Builder extends CustomerProfilesResponse.Builder, SdkPojo, CopyableBuilder<ListObjectTypeAttributesResponse.Builder,ListObjectTypeAttributesResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListObjectTypeAttributesResponse.Builderitems(Collection<ListObjectTypeAttributeItem> items)The items returned as part of the response.ListObjectTypeAttributesResponse.Builderitems(Consumer<ListObjectTypeAttributeItem.Builder>... items)The items returned as part of the response.ListObjectTypeAttributesResponse.Builderitems(ListObjectTypeAttributeItem... items)The items returned as part of the response.ListObjectTypeAttributesResponse.BuildernextToken(String nextToken)The pagination token from the previous 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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
items
ListObjectTypeAttributesResponse.Builder items(Collection<ListObjectTypeAttributeItem> items)
The items returned as part of the response.
- Parameters:
items- The items returned as part of the response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
ListObjectTypeAttributesResponse.Builder items(ListObjectTypeAttributeItem... items)
The items returned as part of the response.
- Parameters:
items- The items returned as part of the response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
ListObjectTypeAttributesResponse.Builder items(Consumer<ListObjectTypeAttributeItem.Builder>... items)
The items returned as part of the response.
This is a convenience method that creates an instance of theListObjectTypeAttributeItem.Builderavoiding the need to create one manually viaListObjectTypeAttributeItem.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 onListObjectTypeAttributeItem.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#items(java.util.Collection)
-
nextToken
ListObjectTypeAttributesResponse.Builder nextToken(String nextToken)
The pagination token from the previous call.
- Parameters:
nextToken- The pagination token from the previous call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-