Interface ListDomainLayoutsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListDomainLayoutsResponse.Builder,,ListDomainLayoutsResponse> CustomerProfilesResponse.Builder,SdkBuilder<ListDomainLayoutsResponse.Builder,,ListDomainLayoutsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
ListDomainLayoutsResponse
@Mutable
@NotThreadSafe
public static interface ListDomainLayoutsResponse.Builder
extends CustomerProfilesResponse.Builder, SdkPojo, CopyableBuilder<ListDomainLayoutsResponse.Builder,ListDomainLayoutsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionitems(Collection<LayoutItem> items) Contains summary information about an EventStream.items(Consumer<LayoutItem.Builder>... items) Contains summary information about an EventStream.items(LayoutItem... items) Contains summary information about an EventStream.Identifies the next page of results to return.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
-
items
Contains summary information about an EventStream.
- Parameters:
items- Contains summary information about an EventStream.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
Contains summary information about an EventStream.
- Parameters:
items- Contains summary information about an EventStream.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
Contains summary information about an EventStream.
This is a convenience method that creates an instance of theLayoutItem.Builderavoiding the need to create one manually viaLayoutItem.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toitems(List<LayoutItem>).- Parameters:
items- a consumer that will call methods onLayoutItem.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
Identifies the next page of results to return.
- Parameters:
nextToken- Identifies the next page of results to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-