Class ListBitLockerKeyResult.Builder
- java.lang.Object
-
- com.pulumi.azurenative.importexport.outputs.ListBitLockerKeyResult.Builder
-
- Enclosing class:
- ListBitLockerKeyResult
public static final class ListBitLockerKeyResult.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(ListBitLockerKeyResult defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListBitLockerKeyResult
build()
ListBitLockerKeyResult.Builder
value(DriveBitLockerKeyResponse... value)
ListBitLockerKeyResult.Builder
value(java.util.List<DriveBitLockerKeyResponse> value)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(ListBitLockerKeyResult defaults)
-
-
Method Detail
-
value
public ListBitLockerKeyResult.Builder value(@Nullable java.util.List<DriveBitLockerKeyResponse> value)
-
value
public ListBitLockerKeyResult.Builder value(DriveBitLockerKeyResponse... value)
-
build
public ListBitLockerKeyResult build()
-
-