Interface ListChannelHandshakesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListChannelHandshakesResponse.Builder,,ListChannelHandshakesResponse> PartnerCentralChannelResponse.Builder,SdkBuilder<ListChannelHandshakesResponse.Builder,,ListChannelHandshakesResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
ListChannelHandshakesResponse
@Mutable
@NotThreadSafe
public static interface ListChannelHandshakesResponse.Builder
extends PartnerCentralChannelResponse.Builder, SdkPojo, CopyableBuilder<ListChannelHandshakesResponse.Builder,ListChannelHandshakesResponse>
-
Method Summary
Modifier and TypeMethodDescriptionitems(Collection<ChannelHandshakeSummary> items) List of channel handshakes matching the criteria.items(Consumer<ChannelHandshakeSummary.Builder>... items) List of channel handshakes matching the criteria.items(ChannelHandshakeSummary... items) List of channel handshakes matching the criteria.Token for retrieving the next page of results, if available.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.partnercentralchannel.model.PartnerCentralChannelResponse.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
List of channel handshakes matching the criteria.
- Parameters:
items- List of channel handshakes matching the criteria.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
List of channel handshakes matching the criteria.
- Parameters:
items- List of channel handshakes matching the criteria.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
List of channel handshakes matching the criteria.
This is a convenience method that creates an instance of theChannelHandshakeSummary.Builderavoiding the need to create one manually viaChannelHandshakeSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toitems(List<ChannelHandshakeSummary>).- Parameters:
items- a consumer that will call methods onChannelHandshakeSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
Token for retrieving the next page of results, if available.
- Parameters:
nextToken- Token for retrieving the next page of results, if available.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-