Interface UpdatePartnershipRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,B2BiRequest.Builder,Buildable,CopyableBuilder<UpdatePartnershipRequest.Builder,UpdatePartnershipRequest>,SdkBuilder<UpdatePartnershipRequest.Builder,UpdatePartnershipRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdatePartnershipRequest
public static interface UpdatePartnershipRequest.Builder extends B2BiRequest.Builder, SdkPojo, CopyableBuilder<UpdatePartnershipRequest.Builder,UpdatePartnershipRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdatePartnershipRequest.Buildercapabilities(String... capabilities)List of the capabilities associated with this partnership.UpdatePartnershipRequest.Buildercapabilities(Collection<String> capabilities)List of the capabilities associated with this partnership.UpdatePartnershipRequest.Buildername(String name)The name of the partnership, used to identify it.UpdatePartnershipRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdatePartnershipRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdatePartnershipRequest.BuilderpartnershipId(String partnershipId)Specifies the unique, system-generated identifier for a partnership.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.b2bi.model.B2BiRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
partnershipId
UpdatePartnershipRequest.Builder partnershipId(String partnershipId)
Specifies the unique, system-generated identifier for a partnership.
- Parameters:
partnershipId- Specifies the unique, system-generated identifier for a partnership.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
UpdatePartnershipRequest.Builder name(String name)
The name of the partnership, used to identify it.
- Parameters:
name- The name of the partnership, used to identify it.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
capabilities
UpdatePartnershipRequest.Builder capabilities(Collection<String> capabilities)
List of the capabilities associated with this partnership.
- Parameters:
capabilities- List of the capabilities associated with this partnership.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
capabilities
UpdatePartnershipRequest.Builder capabilities(String... capabilities)
List of the capabilities associated with this partnership.
- Parameters:
capabilities- List of the capabilities associated with this partnership.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdatePartnershipRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdatePartnershipRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-