Interface ListPartnershipsRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- B2BiRequest.Builder,- Buildable,- CopyableBuilder<ListPartnershipsRequest.Builder,,- ListPartnershipsRequest> - SdkBuilder<ListPartnershipsRequest.Builder,,- ListPartnershipsRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- ListPartnershipsRequest
@Mutable
@NotThreadSafe
public static interface ListPartnershipsRequest.Builder
extends B2BiRequest.Builder, SdkPojo, CopyableBuilder<ListPartnershipsRequest.Builder,ListPartnershipsRequest> 
- 
Method SummaryModifier and TypeMethodDescriptionmaxResults(Integer maxResults) Specifies the maximum number of capabilities to return.When additional results are obtained from the command, aNextTokenparameter is returned in the output.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Specifies the unique, system-generated identifier for the profile connected to this partnership.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.services.b2bi.model.B2BiRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
profileIdSpecifies the unique, system-generated identifier for the profile connected to this partnership. - Parameters:
- profileId- Specifies the unique, system-generated identifier for the profile connected to this partnership.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
nextTokenWhen additional results are obtained from the command, a NextTokenparameter is returned in the output. You can then pass theNextTokenparameter in a subsequent command to continue listing additional resources.- Parameters:
- nextToken- When additional results are obtained from the command, a- NextTokenparameter is returned in the output. You can then pass the- NextTokenparameter in a subsequent command to continue listing additional resources.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
maxResultsSpecifies the maximum number of capabilities to return. - Parameters:
- maxResults- Specifies the maximum number of capabilities to return.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
overrideConfigurationListPartnershipsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationListPartnershipsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-