static DescribeEventSubscriptionsRequest.Builder |
DescribeEventSubscriptionsRequest.builder() |
|
DescribeEventSubscriptionsRequest.Builder |
DescribeEventSubscriptionsRequest.Builder.marker(String marker) |
An optional parameter that specifies the starting point to return a set of response records.
|
DescribeEventSubscriptionsRequest.Builder |
DescribeEventSubscriptionsRequest.Builder.maxRecords(Integer maxRecords) |
The maximum number of response records to return in each call.
|
DescribeEventSubscriptionsRequest.Builder |
DescribeEventSubscriptionsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
DescribeEventSubscriptionsRequest.Builder |
DescribeEventSubscriptionsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
DescribeEventSubscriptionsRequest.Builder |
DescribeEventSubscriptionsRequest.Builder.subscriptionName(String subscriptionName) |
The name of the Amazon Redshift event notification subscription to be described.
|
DescribeEventSubscriptionsRequest.Builder |
DescribeEventSubscriptionsRequest.Builder.tagKeys(String... tagKeys) |
A tag key or keys for which you want to return all matching event notification subscriptions that are
associated with the specified key or keys.
|
DescribeEventSubscriptionsRequest.Builder |
DescribeEventSubscriptionsRequest.Builder.tagKeys(Collection<String> tagKeys) |
A tag key or keys for which you want to return all matching event notification subscriptions that are
associated with the specified key or keys.
|
DescribeEventSubscriptionsRequest.Builder |
DescribeEventSubscriptionsRequest.Builder.tagValues(String... tagValues) |
A tag value or values for which you want to return all matching event notification subscriptions that are
associated with the specified tag value or values.
|
DescribeEventSubscriptionsRequest.Builder |
DescribeEventSubscriptionsRequest.Builder.tagValues(Collection<String> tagValues) |
A tag value or values for which you want to return all matching event notification subscriptions that are
associated with the specified tag value or values.
|
DescribeEventSubscriptionsRequest.Builder |
DescribeEventSubscriptionsRequest.toBuilder() |
|