Interface DescribeEventSubscriptionsResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<DescribeEventSubscriptionsResponse.Builder,,- DescribeEventSubscriptionsResponse> - DatabaseMigrationResponse.Builder,- SdkBuilder<DescribeEventSubscriptionsResponse.Builder,,- DescribeEventSubscriptionsResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- DescribeEventSubscriptionsResponse
@Mutable
@NotThreadSafe
public static interface DescribeEventSubscriptionsResponse.Builder
extends DatabaseMigrationResponse.Builder, SdkPojo, CopyableBuilder<DescribeEventSubscriptionsResponse.Builder,DescribeEventSubscriptionsResponse> 
- 
Method SummaryModifier and TypeMethodDescriptioneventSubscriptionsList(Collection<EventSubscription> eventSubscriptionsList) A list of event subscriptions.eventSubscriptionsList(Consumer<EventSubscription.Builder>... eventSubscriptionsList) A list of event subscriptions.eventSubscriptionsList(EventSubscription... eventSubscriptionsList) A list of event subscriptions.An optional pagination token provided by a previous request.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.databasemigration.model.DatabaseMigrationResponse.Builderbuild, responseMetadata, responseMetadataMethods 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- 
markerAn optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.- Parameters:
- marker- An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by- MaxRecords.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
eventSubscriptionsListDescribeEventSubscriptionsResponse.Builder eventSubscriptionsList(Collection<EventSubscription> eventSubscriptionsList) A list of event subscriptions. - Parameters:
- eventSubscriptionsList- A list of event subscriptions.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
eventSubscriptionsListDescribeEventSubscriptionsResponse.Builder eventSubscriptionsList(EventSubscription... eventSubscriptionsList) A list of event subscriptions. - Parameters:
- eventSubscriptionsList- A list of event subscriptions.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
eventSubscriptionsListDescribeEventSubscriptionsResponse.Builder eventSubscriptionsList(Consumer<EventSubscription.Builder>... eventSubscriptionsList) A list of event subscriptions. This is a convenience method that creates an instance of theEventSubscription.Builderavoiding the need to create one manually viaEventSubscription.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toeventSubscriptionsList(List<EventSubscription>).- Parameters:
- eventSubscriptionsList- a consumer that will call methods on- EventSubscription.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-