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.
|
buildoverrideConfigurationcopyapplyMutation, buildUpdateSubscriptionRequest.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,
AutoRenewUpdateSubscriptionRequest.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,
AutoRenewUpdateSubscriptionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.UpdateSubscriptionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.