public static interface Subscription.Builder extends CopyableBuilder<Subscription.Builder,Subscription>
Modifier and Type | Method and Description |
---|---|
Subscription.Builder |
startTime(Instant startTime)
The start time of the subscription, in the format "2016-12-16T13:50Z".
|
Subscription.Builder |
timeCommitmentInSeconds(Long timeCommitmentInSeconds)
The length, in seconds, of the AWS Shield Advanced subscription for the account.
|
copy
applyMutation, build
Subscription.Builder startTime(Instant startTime)
The start time of the subscription, in the format "2016-12-16T13:50Z".
startTime
- The start time of the subscription, in the format "2016-12-16T13:50Z".Subscription.Builder timeCommitmentInSeconds(Long timeCommitmentInSeconds)
The length, in seconds, of the AWS Shield Advanced subscription for the account.
timeCommitmentInSeconds
- The length, in seconds, of the AWS Shield Advanced subscription for the account.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.