Subscription.Builder |
Subscription.Builder.autoRenew(String autoRenew) |
If ENABLED, the subscription will be automatically renewed at the end of the existing
subscription period.
|
Subscription.Builder |
Subscription.Builder.autoRenew(AutoRenew autoRenew) |
If ENABLED, the subscription will be automatically renewed at the end of the existing
subscription period.
|
static Subscription.Builder |
Subscription.builder() |
|
Subscription.Builder |
Subscription.Builder.endTime(Instant endTime) |
The date and time your subscription will end.
|
Subscription.Builder |
Subscription.Builder.limits(Collection<Limit> limits) |
Specifies how many protections of a given type you can create.
|
Subscription.Builder |
Subscription.Builder.limits(Consumer<Limit.Builder>... limits) |
Specifies how many protections of a given type you can create.
|
Subscription.Builder |
Subscription.Builder.limits(Limit... limits) |
Specifies how many protections of a given type you can create.
|
Subscription.Builder |
Subscription.Builder.proactiveEngagementStatus(String proactiveEngagementStatus) |
If ENABLED, the Shield Response Team (SRT) will use email and phone to notify contacts about
escalations to the SRT and to initiate proactive customer support.
|
Subscription.Builder |
Subscription.Builder.proactiveEngagementStatus(ProactiveEngagementStatus proactiveEngagementStatus) |
If ENABLED, the Shield Response Team (SRT) will use email and phone to notify contacts about
escalations to the SRT and to initiate proactive customer support.
|
Subscription.Builder |
Subscription.Builder.startTime(Instant startTime) |
The start time of the subscription, in Unix time in seconds.
|
Subscription.Builder |
Subscription.Builder.subscriptionArn(String subscriptionArn) |
The ARN (Amazon Resource Name) of the subscription.
|
default Subscription.Builder |
Subscription.Builder.subscriptionLimits(Consumer<SubscriptionLimits.Builder> subscriptionLimits) |
Limits settings for your subscription.
|
Subscription.Builder |
Subscription.Builder.subscriptionLimits(SubscriptionLimits subscriptionLimits) |
Limits settings for your subscription.
|
Subscription.Builder |
Subscription.Builder.timeCommitmentInSeconds(Long timeCommitmentInSeconds) |
The length, in seconds, of the Shield Advanced subscription for the account.
|
Subscription.Builder |
Subscription.toBuilder() |
|