public static interface CommitmentInformation.Builder extends SdkPojo, CopyableBuilder<CommitmentInformation.Builder,CommitmentInformation>
| Modifier and Type | Method and Description |
|---|---|
CommitmentInformation.Builder |
commitmentConfiguration(CommitmentConfiguration commitmentConfiguration)
The duration and renewal status of the commitment period for the radio unit.
|
default CommitmentInformation.Builder |
commitmentConfiguration(Consumer<CommitmentConfiguration.Builder> commitmentConfiguration)
The duration and renewal status of the commitment period for the radio unit.
|
CommitmentInformation.Builder |
expiresOn(Instant expiresOn)
The date and time that the commitment period ends.
|
CommitmentInformation.Builder |
startAt(Instant startAt)
The date and time that the commitment period started.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCommitmentInformation.Builder commitmentConfiguration(CommitmentConfiguration commitmentConfiguration)
The duration and renewal status of the commitment period for the radio unit.
commitmentConfiguration - The duration and renewal status of the commitment period for the radio unit.default CommitmentInformation.Builder commitmentConfiguration(Consumer<CommitmentConfiguration.Builder> commitmentConfiguration)
The duration and renewal status of the commitment period for the radio unit.
This is a convenience method that creates an instance of theCommitmentConfiguration.Builder avoiding
the need to create one manually via CommitmentConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to commitmentConfiguration(CommitmentConfiguration).
commitmentConfiguration - a consumer that will call methods on CommitmentConfiguration.BuildercommitmentConfiguration(CommitmentConfiguration)CommitmentInformation.Builder expiresOn(Instant expiresOn)
The date and time that the commitment period ends. If you do not cancel or renew the commitment before the expiration date, you will be billed at the 60-day-commitment rate.
expiresOn - The date and time that the commitment period ends. If you do not cancel or renew the commitment before
the expiration date, you will be billed at the 60-day-commitment rate.CommitmentInformation.Builder startAt(Instant startAt)
The date and time that the commitment period started.
startAt - The date and time that the commitment period started.Copyright © 2023. All rights reserved.