Class GetCostAllocationRuleResult.Builder
- java.lang.Object
-
- com.pulumi.azurenative.costmanagement.outputs.GetCostAllocationRuleResult.Builder
-
- Enclosing class:
- GetCostAllocationRuleResult
public static final class GetCostAllocationRuleResult.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(GetCostAllocationRuleResult defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetCostAllocationRuleResult
build()
GetCostAllocationRuleResult.Builder
id(java.lang.String id)
GetCostAllocationRuleResult.Builder
name(java.lang.String name)
GetCostAllocationRuleResult.Builder
properties(CostAllocationRulePropertiesResponse properties)
GetCostAllocationRuleResult.Builder
type(java.lang.String type)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(GetCostAllocationRuleResult defaults)
-
-
Method Detail
-
id
public GetCostAllocationRuleResult.Builder id(java.lang.String id)
-
name
public GetCostAllocationRuleResult.Builder name(java.lang.String name)
-
properties
public GetCostAllocationRuleResult.Builder properties(CostAllocationRulePropertiesResponse properties)
-
type
public GetCostAllocationRuleResult.Builder type(java.lang.String type)
-
build
public GetCostAllocationRuleResult build()
-
-