Class GetWebhookOptions.Builder
- java.lang.Object
- 
- com.ibm.cloud.networking.webhooks.v1.model.GetWebhookOptions.Builder
 
- 
- Enclosing class:
- GetWebhookOptions
 
 public static class GetWebhookOptions.Builder extends Object Builder.
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description GetWebhookOptionsbuild()Builds a GetWebhookOptions.GetWebhookOptions.BuilderwebhookId(String webhookId)Set the webhookId.
 
- 
- 
- 
Constructor Detail- 
Builderpublic Builder() Instantiates a new builder.
 - 
Builderpublic Builder(String webhookId) Instantiates a new builder with required properties.- Parameters:
- webhookId- the webhookId
 
 
- 
 - 
Method Detail- 
buildpublic GetWebhookOptions build() Builds a GetWebhookOptions.- Returns:
- the new GetWebhookOptions instance
 
 - 
webhookIdpublic GetWebhookOptions.Builder webhookId(String webhookId) Set the webhookId.- Parameters:
- webhookId- the webhookId
- Returns:
- the GetWebhookOptions builder
 
 
- 
 
-