Interface StartProfileUpdateTaskRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<StartProfileUpdateTaskRequest.Builder,,StartProfileUpdateTaskRequest> PartnerCentralAccountRequest.Builder,SdkBuilder<StartProfileUpdateTaskRequest.Builder,,StartProfileUpdateTaskRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
StartProfileUpdateTaskRequest
@Mutable
@NotThreadSafe
public static interface StartProfileUpdateTaskRequest.Builder
extends PartnerCentralAccountRequest.Builder, SdkPojo, CopyableBuilder<StartProfileUpdateTaskRequest.Builder,StartProfileUpdateTaskRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe catalog identifier for the partner account.clientToken(String clientToken) A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.identifier(String identifier) The unique identifier of the partner account.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.taskDetails(Consumer<TaskDetails.Builder> taskDetails) The details of the profile updates to be performed.taskDetails(TaskDetails taskDetails) The details of the profile updates to be performed.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.partnercentralaccount.model.PartnerCentralAccountRequest.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
The catalog identifier for the partner account.
- Parameters:
catalog- The catalog identifier for the partner account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
identifier
The unique identifier of the partner account.
- Parameters:
identifier- The unique identifier of the partner account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientToken
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
- Parameters:
clientToken- A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
taskDetails
The details of the profile updates to be performed.
- Parameters:
taskDetails- The details of the profile updates to be performed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
taskDetails
default StartProfileUpdateTaskRequest.Builder taskDetails(Consumer<TaskDetails.Builder> taskDetails) The details of the profile updates to be performed.
This is a convenience method that creates an instance of theTaskDetails.Builderavoiding the need to create one manually viaTaskDetails.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totaskDetails(TaskDetails).- Parameters:
taskDetails- a consumer that will call methods onTaskDetails.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
StartProfileUpdateTaskRequest.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
StartProfileUpdateTaskRequest.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.
-