Interface ListWebhooksResponse.Builder
- All Superinterfaces:
- AmplifyResponse.Builder,- AwsResponse.Builder,- Buildable,- CopyableBuilder<ListWebhooksResponse.Builder,,- ListWebhooksResponse> - SdkBuilder<ListWebhooksResponse.Builder,,- ListWebhooksResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- ListWebhooksResponse
@Mutable
@NotThreadSafe
public static interface ListWebhooksResponse.Builder
extends AmplifyResponse.Builder, SdkPojo, CopyableBuilder<ListWebhooksResponse.Builder,ListWebhooksResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionA pagination token.webhooks(Collection<Webhook> webhooks) A list of webhooks.webhooks(Consumer<Webhook.Builder>... webhooks) A list of webhooks.A list of webhooks.Methods inherited from interface software.amazon.awssdk.services.amplify.model.AmplifyResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
webhooksA list of webhooks. - Parameters:
- webhooks- A list of webhooks.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
webhooksA list of webhooks. - Parameters:
- webhooks- A list of webhooks.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
webhooksA list of webhooks. This is a convenience method that creates an instance of theWebhook.Builderavoiding the need to create one manually viaWebhook.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed towebhooks(List<Webhook>).- Parameters:
- webhooks- a consumer that will call methods on- Webhook.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
nextTokenA pagination token. If non-null, the pagination token is returned in a result. Pass its value in another request to retrieve more entries. - Parameters:
- nextToken- A pagination token. If non-null, the pagination token is returned in a result. Pass its value in another request to retrieve more entries.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-