Package com.oracle.bmc.core.model
Class DrgAttachmentTypeDrgRouteDistributionMatchCriteria.Builder
- java.lang.Object
-
- com.oracle.bmc.core.model.DrgAttachmentTypeDrgRouteDistributionMatchCriteria.Builder
-
- Enclosing class:
- DrgAttachmentTypeDrgRouteDistributionMatchCriteria
public static class DrgAttachmentTypeDrgRouteDistributionMatchCriteria.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DrgAttachmentTypeDrgRouteDistributionMatchCriteria.Builder
attachmentType(DrgAttachmentTypeDrgRouteDistributionMatchCriteria.AttachmentType attachmentType)
The type of the network resource to be included in this match.DrgAttachmentTypeDrgRouteDistributionMatchCriteria
build()
DrgAttachmentTypeDrgRouteDistributionMatchCriteria.Builder
copy(DrgAttachmentTypeDrgRouteDistributionMatchCriteria model)
-
-
-
Method Detail
-
attachmentType
public DrgAttachmentTypeDrgRouteDistributionMatchCriteria.Builder attachmentType(DrgAttachmentTypeDrgRouteDistributionMatchCriteria.AttachmentType attachmentType)
The type of the network resource to be included in this match.A match for a network type implies that all DRG attachments of that type insert routes into the table.
- Parameters:
attachmentType
- the value to set- Returns:
- this builder
-
build
public DrgAttachmentTypeDrgRouteDistributionMatchCriteria build()
-
-