Class AuditLogListResponse.CertificateCreated.Builder
-
- All Implemented Interfaces:
public final class AuditLogListResponse.CertificateCreated.BuilderA builder for CertificateCreated.
-
-
Method Summary
-
-
Method Detail
-
id
final AuditLogListResponse.CertificateCreated.Builder id(String id)
The certificate ID.
-
id
final AuditLogListResponse.CertificateCreated.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.
-
name
final AuditLogListResponse.CertificateCreated.Builder name(String name)
The name of the certificate.
-
name
final AuditLogListResponse.CertificateCreated.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.CertificateCreated.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final AuditLogListResponse.CertificateCreated.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final AuditLogListResponse.CertificateCreated.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final AuditLogListResponse.CertificateCreated.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final AuditLogListResponse.CertificateCreated.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final AuditLogListResponse.CertificateCreated build()
Returns an immutable instance of CertificateCreated.
Further updates to this Builder will not mutate the returned instance.
-
-
-
-