Class AuditLogListResponse.WorkloadIdentityProviderMappingDeleted.Builder
-
- All Implemented Interfaces:
public final class AuditLogListResponse.WorkloadIdentityProviderMappingDeleted.BuilderA builder for WorkloadIdentityProviderMappingDeleted.
-
-
Method Summary
-
-
Method Detail
-
id
final AuditLogListResponse.WorkloadIdentityProviderMappingDeleted.Builder id(String id)
The workload identity provider mapping ID.
-
id
final AuditLogListResponse.WorkloadIdentityProviderMappingDeleted.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.
-
identityProviderId
final AuditLogListResponse.WorkloadIdentityProviderMappingDeleted.Builder identityProviderId(String identityProviderId)
The workload identity provider ID.
-
identityProviderId
final AuditLogListResponse.WorkloadIdentityProviderMappingDeleted.Builder identityProviderId(JsonField<String> identityProviderId)
Sets Builder.identityProviderId to an arbitrary JSON value.
You should usually call Builder.identityProviderId with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
projectId
final AuditLogListResponse.WorkloadIdentityProviderMappingDeleted.Builder projectId(String projectId)
The project ID.
-
projectId
final AuditLogListResponse.WorkloadIdentityProviderMappingDeleted.Builder projectId(JsonField<String> projectId)
Sets Builder.projectId to an arbitrary JSON value.
You should usually call Builder.projectId with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
serviceAccountId
final AuditLogListResponse.WorkloadIdentityProviderMappingDeleted.Builder serviceAccountId(String serviceAccountId)
The mapped service account ID.
-
serviceAccountId
final AuditLogListResponse.WorkloadIdentityProviderMappingDeleted.Builder serviceAccountId(JsonField<String> serviceAccountId)
Sets Builder.serviceAccountId to an arbitrary JSON value.
You should usually call Builder.serviceAccountId 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.WorkloadIdentityProviderMappingDeleted.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final AuditLogListResponse.WorkloadIdentityProviderMappingDeleted.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final AuditLogListResponse.WorkloadIdentityProviderMappingDeleted.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final AuditLogListResponse.WorkloadIdentityProviderMappingDeleted.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final AuditLogListResponse.WorkloadIdentityProviderMappingDeleted.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final AuditLogListResponse.WorkloadIdentityProviderMappingDeleted build()
Returns an immutable instance of WorkloadIdentityProviderMappingDeleted.
Further updates to this Builder will not mutate the returned instance.
-
-
-
-