Interface UpdateSubscriptionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateSubscriptionRequest.Builder,UpdateSubscriptionRequest>,SdkBuilder<UpdateSubscriptionRequest.Builder,UpdateSubscriptionRequest>,SdkPojo,SdkRequest.Builder,ShieldRequest.Builder
- Enclosing class:
- UpdateSubscriptionRequest
public static interface UpdateSubscriptionRequest.Builder extends ShieldRequest.Builder, SdkPojo, CopyableBuilder<UpdateSubscriptionRequest.Builder,UpdateSubscriptionRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateSubscriptionRequest.BuilderautoRenew(String autoRenew)When you initally create a subscription,AutoRenewis set toENABLED.UpdateSubscriptionRequest.BuilderautoRenew(AutoRenew autoRenew)When you initally create a subscription,AutoRenewis set toENABLED.UpdateSubscriptionRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateSubscriptionRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.shield.model.ShieldRequest.Builder
build
-
-
-
-
Method Detail
-
autoRenew
UpdateSubscriptionRequest.Builder autoRenew(String autoRenew)
When you initally create a subscription,
AutoRenewis set toENABLED. IfENABLED, the subscription will be automatically renewed at the end of the existing subscription period. You can change this by submitting anUpdateSubscriptionrequest. If theUpdateSubscriptionrequest does not included a value forAutoRenew, the existing value forAutoRenewremains unchanged.- Parameters:
autoRenew- When you initally create a subscription,AutoRenewis set toENABLED. IfENABLED, the subscription will be automatically renewed at the end of the existing subscription period. You can change this by submitting anUpdateSubscriptionrequest. If theUpdateSubscriptionrequest does not included a value forAutoRenew, the existing value forAutoRenewremains unchanged.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AutoRenew,AutoRenew
-
autoRenew
UpdateSubscriptionRequest.Builder autoRenew(AutoRenew autoRenew)
When you initally create a subscription,
AutoRenewis set toENABLED. IfENABLED, the subscription will be automatically renewed at the end of the existing subscription period. You can change this by submitting anUpdateSubscriptionrequest. If theUpdateSubscriptionrequest does not included a value forAutoRenew, the existing value forAutoRenewremains unchanged.- Parameters:
autoRenew- When you initally create a subscription,AutoRenewis set toENABLED. IfENABLED, the subscription will be automatically renewed at the end of the existing subscription period. You can change this by submitting anUpdateSubscriptionrequest. If theUpdateSubscriptionrequest does not included a value forAutoRenew, the existing value forAutoRenewremains unchanged.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AutoRenew,AutoRenew
-
overrideConfiguration
UpdateSubscriptionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateSubscriptionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-