public static interface UpdateSubscriptionRequest.Builder extends ShieldRequest.Builder, SdkPojo, CopyableBuilder<UpdateSubscriptionRequest.Builder,UpdateSubscriptionRequest>
Modifier and Type | Method and Description |
---|---|
UpdateSubscriptionRequest.Builder |
autoRenew(AutoRenew autoRenew)
When you initally create a subscription,
AutoRenew is set to ENABLED . |
UpdateSubscriptionRequest.Builder |
autoRenew(String autoRenew)
When you initally create a subscription,
AutoRenew is set to ENABLED . |
UpdateSubscriptionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
UpdateSubscriptionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
UpdateSubscriptionRequest.Builder autoRenew(String autoRenew)
When you initally create a subscription, AutoRenew
is set to ENABLED
. If
ENABLED
, the subscription will be automatically renewed at the end of the existing subscription
period. You can change this by submitting an UpdateSubscription
request. If the
UpdateSubscription
request does not included a value for AutoRenew
, the existing
value for AutoRenew
remains unchanged.
autoRenew
- When you initally create a subscription, AutoRenew
is set to ENABLED
. If
ENABLED
, the subscription will be automatically renewed at the end of the existing
subscription period. You can change this by submitting an UpdateSubscription
request. If
the UpdateSubscription
request does not included a value for AutoRenew
, the
existing value for AutoRenew
remains unchanged.AutoRenew
,
AutoRenew
UpdateSubscriptionRequest.Builder autoRenew(AutoRenew autoRenew)
When you initally create a subscription, AutoRenew
is set to ENABLED
. If
ENABLED
, the subscription will be automatically renewed at the end of the existing subscription
period. You can change this by submitting an UpdateSubscription
request. If the
UpdateSubscription
request does not included a value for AutoRenew
, the existing
value for AutoRenew
remains unchanged.
autoRenew
- When you initally create a subscription, AutoRenew
is set to ENABLED
. If
ENABLED
, the subscription will be automatically renewed at the end of the existing
subscription period. You can change this by submitting an UpdateSubscription
request. If
the UpdateSubscription
request does not included a value for AutoRenew
, the
existing value for AutoRenew
remains unchanged.AutoRenew
,
AutoRenew
UpdateSubscriptionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.UpdateSubscriptionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.