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 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
Specifies the catalog related to the task. Use
AWS
for production engagements andSandbox
for testing scenarios.- Parameters:
catalog
- Specifies the catalog related to the task. UseAWS
for production engagements andSandbox
for 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
EngagementInvitation
to be accepted. Providing the correct identifier helps ensure that the correct engagement is processed.- Parameters:
identifier
- Specifies the unique identifier of theEngagementInvitation
to 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.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
StartEngagementByAcceptingInvitationTaskRequest.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.
-