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) |
UpdateSubscriptionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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)
overrideConfiguration in interface AwsRequest.BuilderUpdateSubscriptionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.