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
-
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
StartEngagementByAcceptingInvitationTaskRequest.Builder catalog(String 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
StartEngagementByAcceptingInvitationTaskRequest.Builder clientToken(String 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
StartEngagementByAcceptingInvitationTaskRequest.Builder identifier(String 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
StartEngagementByAcceptingInvitationTaskRequest.Builder tags(Collection<Tag> tags)
A list of objects specifying each tag name and value.
- Parameters:
tags- A list of objects specifying each tag name and value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
StartEngagementByAcceptingInvitationTaskRequest.Builder tags(Tag... tags)
A list of objects specifying each tag name and value.
- Parameters:
tags- A list of objects specifying each tag name and value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
StartEngagementByAcceptingInvitationTaskRequest.Builder tags(Consumer<Tag.Builder>... tags)
A list of objects specifying each tag name and value.
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 to#tags(List.) - 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:
#tags(java.util.Collection)
-
overrideConfiguration
StartEngagementByAcceptingInvitationTaskRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
StartEngagementByAcceptingInvitationTaskRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-