Interface AcceptEngagementInvitationRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<AcceptEngagementInvitationRequest.Builder,,AcceptEngagementInvitationRequest> PartnerCentralSellingRequest.Builder,SdkBuilder<AcceptEngagementInvitationRequest.Builder,,AcceptEngagementInvitationRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
AcceptEngagementInvitationRequest
@Mutable
@NotThreadSafe
public static interface AcceptEngagementInvitationRequest.Builder
extends PartnerCentralSellingRequest.Builder, SdkPojo, CopyableBuilder<AcceptEngagementInvitationRequest.Builder,AcceptEngagementInvitationRequest>
-
Method Summary
Modifier and TypeMethodDescriptionTheCatalogTypeparameter specifies the catalog associated with the engagement invitation.identifier(String identifier) TheIdentifierparameter in theAcceptEngagementInvitationRequestspecifies the unique identifier of theEngagementInvitationto be accepted.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.partnercentralselling.model.PartnerCentralSellingRequest.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
CatalogTypeparameter specifies the catalog associated with the engagement invitation. Accepted values areAWSandSandbox, which determine the environment in which the engagement invitation is managed.- Parameters:
catalog- TheCatalogTypeparameter specifies the catalog associated with the engagement invitation. Accepted values areAWSandSandbox, which determine the environment in which the engagement invitation is managed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
identifier
The
Identifierparameter in theAcceptEngagementInvitationRequestspecifies the unique identifier of theEngagementInvitationto be accepted. Providing the correct identifier ensures that the intended invitation is accepted.- Parameters:
identifier- TheIdentifierparameter in theAcceptEngagementInvitationRequestspecifies the unique identifier of theEngagementInvitationto be accepted. Providing the correct identifier ensures that the intended invitation is accepted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
AcceptEngagementInvitationRequest.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
AcceptEngagementInvitationRequest.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.
-