Interface DescribeEventSubscriptionsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeEventSubscriptionsResponse.Builder,DescribeEventSubscriptionsResponse>,RdsResponse.Builder,SdkBuilder<DescribeEventSubscriptionsResponse.Builder,DescribeEventSubscriptionsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeEventSubscriptionsResponse
public static interface DescribeEventSubscriptionsResponse.Builder extends RdsResponse.Builder, SdkPojo, CopyableBuilder<DescribeEventSubscriptionsResponse.Builder,DescribeEventSubscriptionsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeEventSubscriptionsResponse.BuildereventSubscriptionsList(Collection<EventSubscription> eventSubscriptionsList)A list of EventSubscriptions data types.DescribeEventSubscriptionsResponse.BuildereventSubscriptionsList(Consumer<EventSubscription.Builder>... eventSubscriptionsList)A list of EventSubscriptions data types.DescribeEventSubscriptionsResponse.BuildereventSubscriptionsList(EventSubscription... eventSubscriptionsList)A list of EventSubscriptions data types.DescribeEventSubscriptionsResponse.Buildermarker(String marker)An optional pagination token provided by a previous DescribeOrderableDBInstanceOptions request.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.rds.model.RdsResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
marker
DescribeEventSubscriptionsResponse.Builder marker(String marker)
An optional pagination token provided by a previous DescribeOrderableDBInstanceOptions 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 DescribeOrderableDBInstanceOptions request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified byMaxRecords.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventSubscriptionsList
DescribeEventSubscriptionsResponse.Builder eventSubscriptionsList(Collection<EventSubscription> eventSubscriptionsList)
A list of EventSubscriptions data types.
- Parameters:
eventSubscriptionsList- A list of EventSubscriptions data types.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventSubscriptionsList
DescribeEventSubscriptionsResponse.Builder eventSubscriptionsList(EventSubscription... eventSubscriptionsList)
A list of EventSubscriptions data types.
- Parameters:
eventSubscriptionsList- A list of EventSubscriptions data types.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventSubscriptionsList
DescribeEventSubscriptionsResponse.Builder eventSubscriptionsList(Consumer<EventSubscription.Builder>... eventSubscriptionsList)
A list of EventSubscriptions data types.
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 to#eventSubscriptionsList(List.) - Parameters:
eventSubscriptionsList- a consumer that will call methods onEventSubscription.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#eventSubscriptionsList(java.util.Collection)
-
-