Interface StartEngagementByAcceptingInvitationTaskRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<StartEngagementByAcceptingInvitationTaskRequest.Builder,,StartEngagementByAcceptingInvitationTaskRequest> PartnerCentralSellingRequest.Builder,SdkBuilder<StartEngagementByAcceptingInvitationTaskRequest.Builder,,StartEngagementByAcceptingInvitationTaskRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
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.tags(Collection<Tag> tags) A map of the key-value pairs of the tag or tags to assign.tags(Consumer<Tag.Builder>... tags) A map of the key-value pairs of the tag or tags to assign.A map of the key-value pairs of the tag or tags to assign.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.
-
tags
A map of the key-value pairs of the tag or tags to assign.
- Parameters:
tags- A map of the key-value pairs of the tag or tags to assign.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
A map of the key-value pairs of the tag or tags to assign.
- Parameters:
tags- A map of the key-value pairs of the tag or tags to assign.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
A map of the key-value pairs of the tag or tags to assign.
This is a convenience method that creates an instance of theTag.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totags(List<Tag>).- Parameters:
tags- a consumer that will call methods onTag.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
-