public static class GetManagementAgentInstallKeyContentRequest.Builder extends Object implements BmcRequest.Builder<GetManagementAgentInstallKeyContentRequest,Void>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
GetManagementAgentInstallKeyContentRequest |
build()
Build the instance of GetManagementAgentInstallKeyContentRequest as configured by this
builder
|
GetManagementAgentInstallKeyContentRequest |
buildWithoutInvocationCallback()
Build the instance of GetManagementAgentInstallKeyContentRequest as configured by this
builder
|
GetManagementAgentInstallKeyContentRequest.Builder |
copy(GetManagementAgentInstallKeyContentRequest o)
Copy method to populate the builder with values from the given instance.
|
GetManagementAgentInstallKeyContentRequest.Builder |
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
GetManagementAgentInstallKeyContentRequest.Builder |
managementAgentInstallKeyId(String managementAgentInstallKeyId)
Unique Management Agent Install Key identifier
|
GetManagementAgentInstallKeyContentRequest.Builder |
opcRequestId(String opcRequestId)
The client request ID for tracing.
|
GetManagementAgentInstallKeyContentRequest.Builder |
pluginName(List<String> pluginName)
Filter to return input plugin names uncommented in the output.
|
GetManagementAgentInstallKeyContentRequest.Builder |
pluginName(String singularValue)
Singular setter.
|
GetManagementAgentInstallKeyContentRequest.Builder |
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
body$
public GetManagementAgentInstallKeyContentRequest.Builder managementAgentInstallKeyId(String managementAgentInstallKeyId)
Unique Management Agent Install Key identifier
managementAgentInstallKeyId
- the value to setpublic GetManagementAgentInstallKeyContentRequest.Builder opcRequestId(String opcRequestId)
The client request ID for tracing.
opcRequestId
- the value to setpublic GetManagementAgentInstallKeyContentRequest.Builder pluginName(List<String> pluginName)
Filter to return input plugin names uncommented in the output.
pluginName
- the value to setpublic GetManagementAgentInstallKeyContentRequest.Builder pluginName(String singularValue)
Singular setter. Filter to return input plugin names uncommented in the output.
singularValue
- the singular value to setpublic GetManagementAgentInstallKeyContentRequest.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 GetManagementAgentInstallKeyContentRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
retryConfiguration
- the retry configuration to be used for the requestpublic GetManagementAgentInstallKeyContentRequest.Builder copy(GetManagementAgentInstallKeyContentRequest o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcRequest.Builder<GetManagementAgentInstallKeyContentRequest,Void>
o
- other request from which to copy valuespublic GetManagementAgentInstallKeyContentRequest build()
Build the instance of GetManagementAgentInstallKeyContentRequest 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<GetManagementAgentInstallKeyContentRequest,Void>
public GetManagementAgentInstallKeyContentRequest buildWithoutInvocationCallback()
Build the instance of GetManagementAgentInstallKeyContentRequest 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–2024. All rights reserved.