Interface AcceptEngagementInvitationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<AcceptEngagementInvitationRequest.Builder,AcceptEngagementInvitationRequest>,PartnerCentralSellingRequest.Builder,SdkBuilder<AcceptEngagementInvitationRequest.Builder,AcceptEngagementInvitationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- AcceptEngagementInvitationRequest
public static interface AcceptEngagementInvitationRequest.Builder extends PartnerCentralSellingRequest.Builder, SdkPojo, CopyableBuilder<AcceptEngagementInvitationRequest.Builder,AcceptEngagementInvitationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AcceptEngagementInvitationRequest.Buildercatalog(String catalog)TheCatalogTypeparameter specifies the catalog associated with the engagement invitation.AcceptEngagementInvitationRequest.Builderidentifier(String identifier)TheIdentifierparameter in theAcceptEngagementInvitationRequestspecifies the unique identifier of theEngagementInvitationto be accepted.AcceptEngagementInvitationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AcceptEngagementInvitationRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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 Detail
-
catalog
AcceptEngagementInvitationRequest.Builder catalog(String 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
AcceptEngagementInvitationRequest.Builder identifier(String 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
AcceptEngagementInvitationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-