Uses of Interface
software.amazon.awssdk.services.privatenetworks.model.CommitmentInformation.Builder
-
Packages that use CommitmentInformation.Builder Package Description software.amazon.awssdk.services.privatenetworks.model -
-
Uses of CommitmentInformation.Builder in software.amazon.awssdk.services.privatenetworks.model
Methods in software.amazon.awssdk.services.privatenetworks.model that return CommitmentInformation.Builder Modifier and Type Method Description static CommitmentInformation.BuilderCommitmentInformation. builder()default CommitmentInformation.BuilderCommitmentInformation.Builder. commitmentConfiguration(Consumer<CommitmentConfiguration.Builder> commitmentConfiguration)The duration and renewal status of the commitment period for the radio unit.CommitmentInformation.BuilderCommitmentInformation.Builder. commitmentConfiguration(CommitmentConfiguration commitmentConfiguration)The duration and renewal status of the commitment period for the radio unit.CommitmentInformation.BuilderCommitmentInformation.Builder. expiresOn(Instant expiresOn)The date and time that the commitment period ends.CommitmentInformation.BuilderCommitmentInformation.Builder. startAt(Instant startAt)The date and time that the commitment period started.CommitmentInformation.BuilderCommitmentInformation. toBuilder()Methods in software.amazon.awssdk.services.privatenetworks.model that return types with arguments of type CommitmentInformation.Builder Modifier and Type Method Description static Class<? extends CommitmentInformation.Builder>CommitmentInformation. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.privatenetworks.model with type arguments of type CommitmentInformation.Builder Modifier and Type Method Description default NetworkResource.BuilderNetworkResource.Builder. commitmentInformation(Consumer<CommitmentInformation.Builder> commitmentInformation)Information about the commitment period for the radio unit.
-