Class GetLedgerResult.Builder
- java.lang.Object
-
- com.pulumi.azurenative.confidentialledger.outputs.GetLedgerResult.Builder
-
- Enclosing class:
- GetLedgerResult
public static final class GetLedgerResult.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(GetLedgerResult defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetLedgerResult
build()
GetLedgerResult.Builder
id(java.lang.String id)
GetLedgerResult.Builder
location(java.lang.String location)
GetLedgerResult.Builder
name(java.lang.String name)
GetLedgerResult.Builder
properties(LedgerPropertiesResponse properties)
GetLedgerResult.Builder
systemData(SystemDataResponse systemData)
GetLedgerResult.Builder
tags(java.util.Map<java.lang.String,java.lang.String> tags)
GetLedgerResult.Builder
type(java.lang.String type)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(GetLedgerResult defaults)
-
-
Method Detail
-
id
public GetLedgerResult.Builder id(java.lang.String id)
-
location
public GetLedgerResult.Builder location(@Nullable java.lang.String location)
-
name
public GetLedgerResult.Builder name(java.lang.String name)
-
properties
public GetLedgerResult.Builder properties(LedgerPropertiesResponse properties)
-
systemData
public GetLedgerResult.Builder systemData(SystemDataResponse systemData)
-
tags
public GetLedgerResult.Builder tags(@Nullable java.util.Map<java.lang.String,java.lang.String> tags)
-
type
public GetLedgerResult.Builder type(java.lang.String type)
-
build
public GetLedgerResult build()
-
-