public static class UpdateTagNamespaceRequest.Builder extends Object implements BmcRequest.Builder<UpdateTagNamespaceRequest,UpdateTagNamespaceDetails>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UpdateTagNamespaceRequest.Builder |
body$(UpdateTagNamespaceDetails body)
Alternative setter for the body parameter.
|
UpdateTagNamespaceRequest |
build()
Build the instance of UpdateTagNamespaceRequest as configured by this builder
|
UpdateTagNamespaceRequest |
buildWithoutInvocationCallback()
Build the instance of UpdateTagNamespaceRequest as configured by this builder
|
UpdateTagNamespaceRequest.Builder |
copy(UpdateTagNamespaceRequest o)
Copy method to populate the builder with values from the given instance.
|
UpdateTagNamespaceRequest.Builder |
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
UpdateTagNamespaceRequest.Builder |
isLockOverride(Boolean isLockOverride)
Whether to override locks (if any exist).
|
UpdateTagNamespaceRequest.Builder |
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
UpdateTagNamespaceRequest.Builder |
tagNamespaceId(String tagNamespaceId)
The OCID of the tag namespace.
|
UpdateTagNamespaceRequest.Builder |
updateTagNamespaceDetails(UpdateTagNamespaceDetails updateTagNamespaceDetails)
Request object for updating a namespace.
|
public UpdateTagNamespaceRequest.Builder tagNamespaceId(String tagNamespaceId)
The OCID of the tag namespace.
tagNamespaceId
- the value to setpublic UpdateTagNamespaceRequest.Builder updateTagNamespaceDetails(UpdateTagNamespaceDetails updateTagNamespaceDetails)
Request object for updating a namespace.
updateTagNamespaceDetails
- the value to setpublic UpdateTagNamespaceRequest.Builder isLockOverride(Boolean isLockOverride)
Whether to override locks (if any exist).
isLockOverride
- the value to setpublic UpdateTagNamespaceRequest.Builder invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
invocationCallback
- the invocation callback to be set for the requestpublic UpdateTagNamespaceRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
retryConfiguration
- the retry configuration to be used for the requestpublic UpdateTagNamespaceRequest.Builder copy(UpdateTagNamespaceRequest o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcRequest.Builder<UpdateTagNamespaceRequest,UpdateTagNamespaceDetails>
o
- other request from which to copy valuespublic UpdateTagNamespaceRequest build()
Build the instance of UpdateTagNamespaceRequest as configured by this builder
Note that this method takes calls to invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)
into account,
while the method buildWithoutInvocationCallback()
does not.
This is the preferred method to build an instance.
build
in interface BmcRequest.Builder<UpdateTagNamespaceRequest,UpdateTagNamespaceDetails>
public UpdateTagNamespaceRequest.Builder body$(UpdateTagNamespaceDetails body)
Alternative setter for the body parameter.
body$
in interface BmcRequest.Builder<UpdateTagNamespaceRequest,UpdateTagNamespaceDetails>
body
- the body parameterpublic UpdateTagNamespaceRequest buildWithoutInvocationCallback()
Build the instance of UpdateTagNamespaceRequest as configured by this builder
Note that this method does not take calls to invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)
into account,
while the method build()
does
Copyright © 2016–2025. All rights reserved.