Class AuditLogListResponse.CertificateDeleted.Builder
-
- All Implemented Interfaces:
public final class AuditLogListResponse.CertificateDeleted.BuilderA builder for CertificateDeleted.
-
-
Method Summary
-
-
Method Detail
-
id
final AuditLogListResponse.CertificateDeleted.Builder id(String id)
The certificate ID.
-
id
final AuditLogListResponse.CertificateDeleted.Builder id(JsonField<String> id)
Sets Builder.id to an arbitrary JSON value.
You should usually call Builder.id with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
certificate
final AuditLogListResponse.CertificateDeleted.Builder certificate(String certificate)
The certificate content in PEM format.
-
certificate
final AuditLogListResponse.CertificateDeleted.Builder certificate(JsonField<String> certificate)
Sets Builder.certificate to an arbitrary JSON value.
You should usually call Builder.certificate with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
name
final AuditLogListResponse.CertificateDeleted.Builder name(String name)
The name of the certificate.
-
name
final AuditLogListResponse.CertificateDeleted.Builder name(JsonField<String> name)
Sets Builder.name to an arbitrary JSON value.
You should usually call Builder.name with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final AuditLogListResponse.CertificateDeleted.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final AuditLogListResponse.CertificateDeleted.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final AuditLogListResponse.CertificateDeleted.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final AuditLogListResponse.CertificateDeleted.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final AuditLogListResponse.CertificateDeleted.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final AuditLogListResponse.CertificateDeleted build()
Returns an immutable instance of CertificateDeleted.
Further updates to this Builder will not mutate the returned instance.
-
-
-
-