Interface UpdateWebhookRequest.Builder
-
- All Superinterfaces:
AmplifyRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<UpdateWebhookRequest.Builder,UpdateWebhookRequest>,SdkBuilder<UpdateWebhookRequest.Builder,UpdateWebhookRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateWebhookRequest
public static interface UpdateWebhookRequest.Builder extends AmplifyRequest.Builder, SdkPojo, CopyableBuilder<UpdateWebhookRequest.Builder,UpdateWebhookRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateWebhookRequest.BuilderbranchName(String branchName)The name for a branch that is part of an Amplify app.UpdateWebhookRequest.Builderdescription(String description)The description for a webhook.UpdateWebhookRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateWebhookRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateWebhookRequest.BuilderwebhookId(String webhookId)The unique ID for a webhook.-
Methods inherited from interface software.amazon.awssdk.services.amplify.model.AmplifyRequest.Builder
build
-
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.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
webhookId
UpdateWebhookRequest.Builder webhookId(String webhookId)
The unique ID for a webhook.
- Parameters:
webhookId- The unique ID for a webhook.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
branchName
UpdateWebhookRequest.Builder branchName(String branchName)
The name for a branch that is part of an Amplify app.
- Parameters:
branchName- The name for a branch that is part of an Amplify app.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
UpdateWebhookRequest.Builder description(String description)
The description for a webhook.
- Parameters:
description- The description for a webhook.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateWebhookRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateWebhookRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-