Interface ListConnectionsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListConnectionsRequest.Builder,,ListConnectionsRequest> PartnerCentralAccountRequest.Builder,SdkBuilder<ListConnectionsRequest.Builder,,ListConnectionsRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
ListConnectionsRequest
@Mutable
@NotThreadSafe
public static interface ListConnectionsRequest.Builder
extends PartnerCentralAccountRequest.Builder, SdkPojo, CopyableBuilder<ListConnectionsRequest.Builder,ListConnectionsRequest>
-
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).maxResults(Integer maxResults) The maximum number of connections 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.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.
-
maxResults
The maximum number of connections to return in a single response.
- Parameters:
maxResults- The maximum number of connections to return in a single response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
otherParticipantIdentifiers
ListConnectionsRequest.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
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.
-
overrideConfiguration
ListConnectionsRequest.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
ListConnectionsRequest.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.
-