Interface StartEngagementByAcceptingInvitationTaskRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<StartEngagementByAcceptingInvitationTaskRequest.Builder,,StartEngagementByAcceptingInvitationTaskRequest> PartnerCentralSellingRequest.Builder,SdkBuilder<StartEngagementByAcceptingInvitationTaskRequest.Builder,,StartEngagementByAcceptingInvitationTaskRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
StartEngagementByAcceptingInvitationTaskRequest
public static interface StartEngagementByAcceptingInvitationTaskRequest.Builder
extends PartnerCentralSellingRequest.Builder, SdkPojo, CopyableBuilder<StartEngagementByAcceptingInvitationTaskRequest.Builder,StartEngagementByAcceptingInvitationTaskRequest>
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies the catalog related to the task.clientToken(String clientToken) A unique, case-sensitive identifier provided by the client that helps to ensure the idempotency of the request.identifier(String identifier) Specifies 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
Specifies the catalog related to the task. Use
AWSfor production engagements andSandboxfor testing scenarios.- Parameters:
catalog- Specifies the catalog related to the task. UseAWSfor production engagements andSandboxfor testing scenarios.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientToken
A unique, case-sensitive identifier provided by the client that helps to ensure the idempotency of the request. This can be a random or meaningful string but must be unique for each request.
- Parameters:
clientToken- A unique, case-sensitive identifier provided by the client that helps to ensure the idempotency of the request. This can be a random or meaningful string but must be unique for each request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
identifier
Specifies the unique identifier of the
EngagementInvitationto be accepted. Providing the correct identifier helps ensure that the correct engagement is processed.- Parameters:
identifier- Specifies the unique identifier of theEngagementInvitationto be accepted. Providing the correct identifier helps ensure that the correct engagement is processed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
StartEngagementByAcceptingInvitationTaskRequest.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
StartEngagementByAcceptingInvitationTaskRequest.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.
-