Class BetaManagedAgentsDeletedCredential.Builder
-
- All Implemented Interfaces:
public final class BetaManagedAgentsDeletedCredential.BuilderA builder for BetaManagedAgentsDeletedCredential.
-
-
Method Summary
-
-
Method Detail
-
id
final BetaManagedAgentsDeletedCredential.Builder id(String id)
Unique identifier of the deleted credential.
-
id
final BetaManagedAgentsDeletedCredential.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.
-
type
final BetaManagedAgentsDeletedCredential.Builder type(BetaManagedAgentsDeletedCredential.Type type)
-
type
final BetaManagedAgentsDeletedCredential.Builder type(JsonField<BetaManagedAgentsDeletedCredential.Type> type)
Sets Builder.type to an arbitrary JSON value.
You should usually call Builder.type with a well-typed Type value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final BetaManagedAgentsDeletedCredential.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final BetaManagedAgentsDeletedCredential.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final BetaManagedAgentsDeletedCredential.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final BetaManagedAgentsDeletedCredential.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final BetaManagedAgentsDeletedCredential.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final BetaManagedAgentsDeletedCredential build()
Returns an immutable instance of BetaManagedAgentsDeletedCredential.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.id() .type()
-
-
-
-