Class KeyRotationPolicyAttributesResponse.Builder
- java.lang.Object
-
- com.pulumi.azurenative.keyvault.outputs.KeyRotationPolicyAttributesResponse.Builder
-
- Enclosing class:
- KeyRotationPolicyAttributesResponse
public static final class KeyRotationPolicyAttributesResponse.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(KeyRotationPolicyAttributesResponse defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description KeyRotationPolicyAttributesResponse
build()
KeyRotationPolicyAttributesResponse.Builder
created(java.lang.Double created)
KeyRotationPolicyAttributesResponse.Builder
expiryTime(java.lang.String expiryTime)
KeyRotationPolicyAttributesResponse.Builder
updated(java.lang.Double updated)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(KeyRotationPolicyAttributesResponse defaults)
-
-
Method Detail
-
created
public KeyRotationPolicyAttributesResponse.Builder created(java.lang.Double created)
-
expiryTime
public KeyRotationPolicyAttributesResponse.Builder expiryTime(@Nullable java.lang.String expiryTime)
-
updated
public KeyRotationPolicyAttributesResponse.Builder updated(java.lang.Double updated)
-
build
public KeyRotationPolicyAttributesResponse build()
-
-