Class ExportDeliveryInfoArgs.Builder
- java.lang.Object
-
- com.pulumi.azurenative.costmanagement.inputs.ExportDeliveryInfoArgs.Builder
-
- Enclosing class:
- ExportDeliveryInfoArgs
public static final class ExportDeliveryInfoArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(ExportDeliveryInfoArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExportDeliveryInfoArgs
build()
ExportDeliveryInfoArgs.Builder
destination(ExportDeliveryDestinationArgs destination)
ExportDeliveryInfoArgs.Builder
destination(com.pulumi.core.Output<ExportDeliveryDestinationArgs> destination)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(ExportDeliveryInfoArgs defaults)
-
-
Method Detail
-
destination
public ExportDeliveryInfoArgs.Builder destination(com.pulumi.core.Output<ExportDeliveryDestinationArgs> destination)
- Parameters:
destination
- Has destination for the export being delivered.- Returns:
- builder
-
destination
public ExportDeliveryInfoArgs.Builder destination(ExportDeliveryDestinationArgs destination)
- Parameters:
destination
- Has destination for the export being delivered.- Returns:
- builder
-
build
public ExportDeliveryInfoArgs build()
-
-