public static class GetManagedInstanceContentRequest.Builder extends Object implements BmcRequest.Builder<GetManagedInstanceContentRequest,Void>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
GetManagedInstanceContentRequest.Builder |
advisoryName(List<String> advisoryName)
The assigned erratum name.
|
GetManagedInstanceContentRequest.Builder |
advisoryName(String singularValue)
Singular setter.
|
GetManagedInstanceContentRequest.Builder |
advisoryNameContains(String advisoryNameContains)
A filter to return resources that may partially match the erratum advisory name given.
|
GetManagedInstanceContentRequest.Builder |
advisoryType(AdvisoryTypes singularValue)
Singular setter.
|
GetManagedInstanceContentRequest.Builder |
advisoryType(List<AdvisoryTypes> advisoryType)
A filter to return only errata that match the given advisory types.
|
GetManagedInstanceContentRequest |
build()
Build the instance of GetManagedInstanceContentRequest as configured by this builder
|
GetManagedInstanceContentRequest |
buildWithoutInvocationCallback()
Build the instance of GetManagedInstanceContentRequest as configured by this builder
|
GetManagedInstanceContentRequest.Builder |
copy(GetManagedInstanceContentRequest o)
Copy method to populate the builder with values from the given instance.
|
GetManagedInstanceContentRequest.Builder |
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
GetManagedInstanceContentRequest.Builder |
managedInstanceId(String managedInstanceId)
The OCID
of the managed instance.
|
GetManagedInstanceContentRequest.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
GetManagedInstanceContentRequest.Builder |
reportFormat(GetManagedInstanceContentRequest.ReportFormat reportFormat)
The format of the report to download.
|
GetManagedInstanceContentRequest.Builder |
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
GetManagedInstanceContentRequest.Builder |
vulnerabilityName(List<String> vulnerabilityName)
A filter to return vulnerabilities that match the given name.
|
GetManagedInstanceContentRequest.Builder |
vulnerabilityName(String singularValue)
Singular setter.
|
GetManagedInstanceContentRequest.Builder |
vulnerabilityNameContains(String vulnerabilityNameContains)
A filter to return vulnerabilities that partially match the given name.
|
GetManagedInstanceContentRequest.Builder |
vulnerabilityType(List<VulnerabilityTypes> vulnerabilityType)
A filter to return only vulnerabilities matching the given types.
|
GetManagedInstanceContentRequest.Builder |
vulnerabilityType(VulnerabilityTypes singularValue)
Singular setter.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
body$
public GetManagedInstanceContentRequest.Builder managedInstanceId(String managedInstanceId)
The OCID of the managed instance.
managedInstanceId
- the value to setpublic GetManagedInstanceContentRequest.Builder vulnerabilityType(List<VulnerabilityTypes> vulnerabilityType)
A filter to return only vulnerabilities matching the given types.
vulnerabilityType
- the value to setpublic GetManagedInstanceContentRequest.Builder vulnerabilityType(VulnerabilityTypes singularValue)
Singular setter. A filter to return only vulnerabilities matching the given types.
singularValue
- the singular value to setpublic GetManagedInstanceContentRequest.Builder advisoryName(List<String> advisoryName)
The assigned erratum name. It’s unique and not changeable.
Example: ELSA-2020-5804
advisoryName
- the value to setpublic GetManagedInstanceContentRequest.Builder advisoryName(String singularValue)
Singular setter. The assigned erratum name. It’s unique and not changeable.
Example: ELSA-2020-5804
singularValue
- the singular value to setpublic GetManagedInstanceContentRequest.Builder advisoryNameContains(String advisoryNameContains)
A filter to return resources that may partially match the erratum advisory name given.
advisoryNameContains
- the value to setpublic GetManagedInstanceContentRequest.Builder advisoryType(List<AdvisoryTypes> advisoryType)
A filter to return only errata that match the given advisory types.
advisoryType
- the value to setpublic GetManagedInstanceContentRequest.Builder advisoryType(AdvisoryTypes singularValue)
Singular setter. A filter to return only errata that match the given advisory types.
singularValue
- the singular value to setpublic GetManagedInstanceContentRequest.Builder vulnerabilityName(List<String> vulnerabilityName)
A filter to return vulnerabilities that match the given name. For Linux instances, this refers to the advisory name. For Windows instances, this refers to the Windows update display name.
vulnerabilityName
- the value to setpublic GetManagedInstanceContentRequest.Builder vulnerabilityName(String singularValue)
Singular setter. A filter to return vulnerabilities that match the given name. For Linux instances, this refers to the advisory name. For Windows instances, this refers to the Windows update display name.
singularValue
- the singular value to setpublic GetManagedInstanceContentRequest.Builder vulnerabilityNameContains(String vulnerabilityNameContains)
A filter to return vulnerabilities that partially match the given name. For Linux instances, this refers to the advisory name. For Windows instances, this refers to the Windows update display name.
vulnerabilityNameContains
- the value to setpublic GetManagedInstanceContentRequest.Builder reportFormat(GetManagedInstanceContentRequest.ReportFormat reportFormat)
The format of the report to download. Default is CSV.
reportFormat
- the value to setpublic GetManagedInstanceContentRequest.Builder opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
opcRequestId
- the value to setpublic GetManagedInstanceContentRequest.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 GetManagedInstanceContentRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
retryConfiguration
- the retry configuration to be used for the requestpublic GetManagedInstanceContentRequest.Builder copy(GetManagedInstanceContentRequest o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcRequest.Builder<GetManagedInstanceContentRequest,Void>
o
- other request from which to copy valuespublic GetManagedInstanceContentRequest build()
Build the instance of GetManagedInstanceContentRequest 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<GetManagedInstanceContentRequest,Void>
public GetManagedInstanceContentRequest buildWithoutInvocationCallback()
Build the instance of GetManagedInstanceContentRequest 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.