Interface ListChannelHandshakesRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListChannelHandshakesRequest.Builder,,ListChannelHandshakesRequest> PartnerCentralChannelRequest.Builder,SdkBuilder<ListChannelHandshakesRequest.Builder,,ListChannelHandshakesRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
ListChannelHandshakesRequest
-
Method Summary
Modifier and TypeMethodDescriptionassociatedResourceIdentifiers(String... associatedResourceIdentifiers) Filter by associated resource identifiers.associatedResourceIdentifiers(Collection<String> associatedResourceIdentifiers) Filter by associated resource identifiers.The catalog identifier to filter handshakes.handshakeType(String handshakeType) Filter results by handshake type.handshakeType(HandshakeType handshakeType) Filter results by handshake type.handshakeTypeFilters(Consumer<ListChannelHandshakesTypeFilters.Builder> handshakeTypeFilters) Type-specific filters for handshakes.handshakeTypeFilters(ListChannelHandshakesTypeFilters handshakeTypeFilters) Type-specific filters for handshakes.handshakeTypeSort(Consumer<ListChannelHandshakesTypeSort.Builder> handshakeTypeSort) Type-specific sorting options for handshakes.handshakeTypeSort(ListChannelHandshakesTypeSort handshakeTypeSort) Type-specific sorting options for handshakes.maxResults(Integer maxResults) The maximum number of results to return in a single call.Token for retrieving the next page of results.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.participantType(String participantType) Filter by participant type (sender or receiver).participantType(ParticipantType participantType) Filter by participant type (sender or receiver).statuses(Collection<HandshakeStatus> statuses) Filter results by handshake status.statuses(HandshakeStatus... statuses) Filter results by handshake status.statusesWithStrings(String... statuses) Filter results by handshake status.statusesWithStrings(Collection<String> statuses) Filter results by handshake status.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.partnercentralchannel.model.PartnerCentralChannelRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
handshakeType
Filter results by handshake type.
- Parameters:
handshakeType- Filter results by handshake type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
handshakeType
Filter results by handshake type.
- Parameters:
handshakeType- Filter results by handshake type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
catalog
The catalog identifier to filter handshakes.
- Parameters:
catalog- The catalog identifier to filter handshakes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
participantType
Filter by participant type (sender or receiver).
- Parameters:
participantType- Filter by participant type (sender or receiver).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
participantType
Filter by participant type (sender or receiver).
- Parameters:
participantType- Filter by participant type (sender or receiver).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
maxResults
The maximum number of results to return in a single call.
- Parameters:
maxResults- The maximum number of results to return in a single call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statusesWithStrings
Filter results by handshake status.
- Parameters:
statuses- Filter results by handshake status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statusesWithStrings
Filter results by handshake status.
- Parameters:
statuses- Filter results by handshake status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statuses
Filter results by handshake status.
- Parameters:
statuses- Filter results by handshake status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statuses
Filter results by handshake status.
- Parameters:
statuses- Filter results by handshake status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
associatedResourceIdentifiers
ListChannelHandshakesRequest.Builder associatedResourceIdentifiers(Collection<String> associatedResourceIdentifiers) Filter by associated resource identifiers.
- Parameters:
associatedResourceIdentifiers- Filter by associated resource identifiers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
associatedResourceIdentifiers
ListChannelHandshakesRequest.Builder associatedResourceIdentifiers(String... associatedResourceIdentifiers) Filter by associated resource identifiers.
- Parameters:
associatedResourceIdentifiers- Filter by associated resource identifiers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
handshakeTypeFilters
ListChannelHandshakesRequest.Builder handshakeTypeFilters(ListChannelHandshakesTypeFilters handshakeTypeFilters) Type-specific filters for handshakes.
- Parameters:
handshakeTypeFilters- Type-specific filters for handshakes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
handshakeTypeFilters
default ListChannelHandshakesRequest.Builder handshakeTypeFilters(Consumer<ListChannelHandshakesTypeFilters.Builder> handshakeTypeFilters) Type-specific filters for handshakes.
This is a convenience method that creates an instance of theListChannelHandshakesTypeFilters.Builderavoiding the need to create one manually viaListChannelHandshakesTypeFilters.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tohandshakeTypeFilters(ListChannelHandshakesTypeFilters).- Parameters:
handshakeTypeFilters- a consumer that will call methods onListChannelHandshakesTypeFilters.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
handshakeTypeSort
ListChannelHandshakesRequest.Builder handshakeTypeSort(ListChannelHandshakesTypeSort handshakeTypeSort) Type-specific sorting options for handshakes.
- Parameters:
handshakeTypeSort- Type-specific sorting options for handshakes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
handshakeTypeSort
default ListChannelHandshakesRequest.Builder handshakeTypeSort(Consumer<ListChannelHandshakesTypeSort.Builder> handshakeTypeSort) Type-specific sorting options for handshakes.
This is a convenience method that creates an instance of theListChannelHandshakesTypeSort.Builderavoiding the need to create one manually viaListChannelHandshakesTypeSort.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tohandshakeTypeSort(ListChannelHandshakesTypeSort).- Parameters:
handshakeTypeSort- a consumer that will call methods onListChannelHandshakesTypeSort.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.
- Parameters:
nextToken- Token for retrieving the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListChannelHandshakesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListChannelHandshakesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-