| Package | Description |
|---|---|
| software.amazon.awssdk.services.privatenetworks.model |
| Modifier and Type | Method and Description |
|---|---|
static CommitmentInformation.Builder |
CommitmentInformation.builder() |
CommitmentInformation.Builder |
CommitmentInformation.Builder.commitmentConfiguration(CommitmentConfiguration commitmentConfiguration)
The duration and renewal status of the commitment period for the radio unit.
|
default CommitmentInformation.Builder |
CommitmentInformation.Builder.commitmentConfiguration(Consumer<CommitmentConfiguration.Builder> commitmentConfiguration)
The duration and renewal status of the commitment period for the radio unit.
|
CommitmentInformation.Builder |
CommitmentInformation.Builder.expiresOn(Instant expiresOn)
The date and time that the commitment period ends.
|
CommitmentInformation.Builder |
CommitmentInformation.Builder.startAt(Instant startAt)
The date and time that the commitment period started.
|
CommitmentInformation.Builder |
CommitmentInformation.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CommitmentInformation.Builder> |
CommitmentInformation.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default NetworkResource.Builder |
NetworkResource.Builder.commitmentInformation(Consumer<CommitmentInformation.Builder> commitmentInformation)
Information about the commitment period for the radio unit.
|
Copyright © 2023. All rights reserved.