Class GetDiskEncryptionSetResult.Builder
- java.lang.Object
-
- com.pulumi.azurenative.compute.outputs.GetDiskEncryptionSetResult.Builder
-
- Enclosing class:
- GetDiskEncryptionSetResult
public static final class GetDiskEncryptionSetResult.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(GetDiskEncryptionSetResult defaults)
-
Method Summary
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(GetDiskEncryptionSetResult defaults)
-
-
Method Detail
-
activeKey
public GetDiskEncryptionSetResult.Builder activeKey(@Nullable KeyForDiskEncryptionSetResponse activeKey)
-
autoKeyRotationError
public GetDiskEncryptionSetResult.Builder autoKeyRotationError(ApiErrorResponse autoKeyRotationError)
-
encryptionType
public GetDiskEncryptionSetResult.Builder encryptionType(@Nullable java.lang.String encryptionType)
-
federatedClientId
public GetDiskEncryptionSetResult.Builder federatedClientId(@Nullable java.lang.String federatedClientId)
-
id
public GetDiskEncryptionSetResult.Builder id(java.lang.String id)
-
identity
public GetDiskEncryptionSetResult.Builder identity(@Nullable EncryptionSetIdentityResponse identity)
-
lastKeyRotationTimestamp
public GetDiskEncryptionSetResult.Builder lastKeyRotationTimestamp(java.lang.String lastKeyRotationTimestamp)
-
location
public GetDiskEncryptionSetResult.Builder location(java.lang.String location)
-
name
public GetDiskEncryptionSetResult.Builder name(java.lang.String name)
-
previousKeys
public GetDiskEncryptionSetResult.Builder previousKeys(java.util.List<KeyForDiskEncryptionSetResponse> previousKeys)
-
previousKeys
public GetDiskEncryptionSetResult.Builder previousKeys(KeyForDiskEncryptionSetResponse... previousKeys)
-
provisioningState
public GetDiskEncryptionSetResult.Builder provisioningState(java.lang.String provisioningState)
-
rotationToLatestKeyVersionEnabled
public GetDiskEncryptionSetResult.Builder rotationToLatestKeyVersionEnabled(@Nullable java.lang.Boolean rotationToLatestKeyVersionEnabled)
-
tags
public GetDiskEncryptionSetResult.Builder tags(@Nullable java.util.Map<java.lang.String,java.lang.String> tags)
-
type
public GetDiskEncryptionSetResult.Builder type(java.lang.String type)
-
build
public GetDiskEncryptionSetResult build()
-
-