Interface ListConnectionInvitationsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListConnectionInvitationsRequest.Builder,,ListConnectionInvitationsRequest> PartnerCentralAccountRequest.Builder,SdkBuilder<ListConnectionInvitationsRequest.Builder,,ListConnectionInvitationsRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
ListConnectionInvitationsRequest
-
Method Summary
Modifier and TypeMethodDescriptionThe catalog identifier for the partner account.connectionType(String connectionType) Filter results by connection type (e.g., reseller, distributor, technology partner).connectionType(ConnectionType connectionType) Filter results by connection type (e.g., reseller, distributor, technology partner).maxResults(Integer maxResults) The maximum number of connection invitations to return in a single response.The token for retrieving the next page of results in paginated responses.otherParticipantIdentifiers(String... otherParticipantIdentifiers) Filter results by specific participant identifiers.otherParticipantIdentifiers(Collection<String> otherParticipantIdentifiers) Filter results by specific participant identifiers.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.participantType(String participantType) Filter results by participant type (inviter or invitee).participantType(ParticipantType participantType) Filter results by participant type (inviter or invitee).Filter results by invitation status (pending, accepted, rejected, canceled, expired).status(InvitationStatus status) Filter results by invitation status (pending, accepted, rejected, canceled, expired).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.partnercentralaccount.model.PartnerCentralAccountRequest.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
-
catalog
The catalog identifier for the partner account.
- Parameters:
catalog- The catalog identifier for the partner account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
The token for retrieving the next page of results in paginated responses.
- Parameters:
nextToken- The token for retrieving the next page of results in paginated responses.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
connectionType
Filter results by connection type (e.g., reseller, distributor, technology partner).
- Parameters:
connectionType- Filter results by connection type (e.g., reseller, distributor, technology partner).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
connectionType
Filter results by connection type (e.g., reseller, distributor, technology partner).
- Parameters:
connectionType- Filter results by connection type (e.g., reseller, distributor, technology partner).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
maxResults
The maximum number of connection invitations to return in a single response.
- Parameters:
maxResults- The maximum number of connection invitations to return in a single response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
otherParticipantIdentifiers
ListConnectionInvitationsRequest.Builder otherParticipantIdentifiers(Collection<String> otherParticipantIdentifiers) Filter results by specific participant identifiers.
- Parameters:
otherParticipantIdentifiers- Filter results by specific participant identifiers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
otherParticipantIdentifiers
ListConnectionInvitationsRequest.Builder otherParticipantIdentifiers(String... otherParticipantIdentifiers) Filter results by specific participant identifiers.
- Parameters:
otherParticipantIdentifiers- Filter results by specific participant identifiers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
participantType
Filter results by participant type (inviter or invitee).
- Parameters:
participantType- Filter results by participant type (inviter or invitee).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
participantType
Filter results by participant type (inviter or invitee).
- Parameters:
participantType- Filter results by participant type (inviter or invitee).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
Filter results by invitation status (pending, accepted, rejected, canceled, expired).
- Parameters:
status- Filter results by invitation status (pending, accepted, rejected, canceled, expired).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
Filter results by invitation status (pending, accepted, rejected, canceled, expired).
- Parameters:
status- Filter results by invitation status (pending, accepted, rejected, canceled, expired).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
ListConnectionInvitationsRequest.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
ListConnectionInvitationsRequest.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.
-