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 TypeMethodDescriptionTheCatalogType
parameter specifies the catalog associated with the engagement invitation.identifier
(String identifier) TheIdentifier
parameter in theAcceptEngagementInvitationRequest
specifies the unique identifier of theEngagementInvitation
to 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
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.partnercentralselling.model.PartnerCentralSellingRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
catalog
The
CatalogType
parameter specifies the catalog associated with the engagement invitation. Accepted values areAWS
andSandbox
, which determine the environment in which the engagement invitation is managed.- Parameters:
catalog
- TheCatalogType
parameter specifies the catalog associated with the engagement invitation. Accepted values areAWS
andSandbox
, 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
Identifier
parameter in theAcceptEngagementInvitationRequest
specifies the unique identifier of theEngagementInvitation
to be accepted. Providing the correct identifier ensures that the intended invitation is accepted.- Parameters:
identifier
- TheIdentifier
parameter in theAcceptEngagementInvitationRequest
specifies the unique identifier of theEngagementInvitation
to 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.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in 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.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-