public static interface OrderedResourceDefinition.Builder extends SdkPojo, CopyableBuilder<OrderedResourceDefinition.Builder,OrderedResourceDefinition>
| Modifier and Type | Method and Description |
|---|---|
OrderedResourceDefinition.Builder |
commitmentConfiguration(CommitmentConfiguration commitmentConfiguration)
The duration and renewal status of the commitment period for each radio unit in the order.
|
default OrderedResourceDefinition.Builder |
commitmentConfiguration(Consumer<CommitmentConfiguration.Builder> commitmentConfiguration)
The duration and renewal status of the commitment period for each radio unit in the order.
|
OrderedResourceDefinition.Builder |
count(Integer count)
The number of network resources in the order.
|
OrderedResourceDefinition.Builder |
type(NetworkResourceDefinitionType type)
The type of network resource in the order.
|
OrderedResourceDefinition.Builder |
type(String type)
The type of network resource in the order.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildOrderedResourceDefinition.Builder commitmentConfiguration(CommitmentConfiguration commitmentConfiguration)
The duration and renewal status of the commitment period for each radio unit in the order. Does not show details if the resource type is DEVICE_IDENTIFIER.
commitmentConfiguration - The duration and renewal status of the commitment period for each radio unit in the order. Does not
show details if the resource type is DEVICE_IDENTIFIER.default OrderedResourceDefinition.Builder commitmentConfiguration(Consumer<CommitmentConfiguration.Builder> commitmentConfiguration)
The duration and renewal status of the commitment period for each radio unit in the order. Does not show details if the resource type is DEVICE_IDENTIFIER.
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)OrderedResourceDefinition.Builder count(Integer count)
The number of network resources in the order.
count - The number of network resources in the order.OrderedResourceDefinition.Builder type(String type)
The type of network resource in the order.
type - The type of network resource in the order.NetworkResourceDefinitionType,
NetworkResourceDefinitionTypeOrderedResourceDefinition.Builder type(NetworkResourceDefinitionType type)
The type of network resource in the order.
type - The type of network resource in the order.NetworkResourceDefinitionType,
NetworkResourceDefinitionTypeCopyright © 2023. All rights reserved.