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