Class BetaManagedAgentsEnvironmentArchivedDeploymentPausedReasonError.Builder
-
- All Implemented Interfaces:
public final class BetaManagedAgentsEnvironmentArchivedDeploymentPausedReasonError.Builder
-
-
Method Summary
-
-
Method Detail
-
type
final BetaManagedAgentsEnvironmentArchivedDeploymentPausedReasonError.Builder type(BetaManagedAgentsEnvironmentArchivedDeploymentPausedReasonError.Type type)
-
type
final BetaManagedAgentsEnvironmentArchivedDeploymentPausedReasonError.Builder type(JsonField<BetaManagedAgentsEnvironmentArchivedDeploymentPausedReasonError.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 BetaManagedAgentsEnvironmentArchivedDeploymentPausedReasonError.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final BetaManagedAgentsEnvironmentArchivedDeploymentPausedReasonError.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final BetaManagedAgentsEnvironmentArchivedDeploymentPausedReasonError.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final BetaManagedAgentsEnvironmentArchivedDeploymentPausedReasonError.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final BetaManagedAgentsEnvironmentArchivedDeploymentPausedReasonError.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final BetaManagedAgentsEnvironmentArchivedDeploymentPausedReasonError build()
Returns an immutable instance of BetaManagedAgentsEnvironmentArchivedDeploymentPausedReasonError.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.type()
-
-
-
-