Class GetManagedInstanceContentRequest.Builder
- java.lang.Object
- 
- com.oracle.bmc.osmanagementhub.requests.GetManagedInstanceContentRequest.Builder
 
- 
- All Implemented Interfaces:
- BmcRequest.Builder<GetManagedInstanceContentRequest,Void>
 - Enclosing class:
- GetManagedInstanceContentRequest
 
 public static class GetManagedInstanceContentRequest.Builder extends Object implements BmcRequest.Builder<GetManagedInstanceContentRequest,Void> 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description GetManagedInstanceContentRequest.BuilderadvisoryName(String singularValue)Singular setter.GetManagedInstanceContentRequest.BuilderadvisoryName(List<String> advisoryName)The assigned erratum name.GetManagedInstanceContentRequest.BuilderadvisoryNameContains(String advisoryNameContains)A filter to return resources that may partially match the erratum advisory name given.GetManagedInstanceContentRequest.BuilderadvisoryType(AdvisoryTypes singularValue)Singular setter.GetManagedInstanceContentRequest.BuilderadvisoryType(List<AdvisoryTypes> advisoryType)A filter to return only errata that match the given advisory types.GetManagedInstanceContentRequestbuild()Build the instance of GetManagedInstanceContentRequest as configured by this builderGetManagedInstanceContentRequestbuildWithoutInvocationCallback()Build the instance of GetManagedInstanceContentRequest as configured by this builderGetManagedInstanceContentRequest.Buildercopy(GetManagedInstanceContentRequest o)Copy method to populate the builder with values from the given instance.GetManagedInstanceContentRequest.BuilderinvocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)Set the invocation callback for the request to be built.GetManagedInstanceContentRequest.BuildermanagedInstanceId(String managedInstanceId)The OCID of the managed instance.GetManagedInstanceContentRequest.BuilderopcRequestId(String opcRequestId)Unique Oracle-assigned identifier for the request.GetManagedInstanceContentRequest.BuilderreportFormat(GetManagedInstanceContentRequest.ReportFormat reportFormat)The format of the report to download.GetManagedInstanceContentRequest.BuilderretryConfiguration(RetryConfiguration retryConfiguration)Set the retry configuration for the request to be built.GetManagedInstanceContentRequest.BuildervulnerabilityName(String singularValue)Singular setter.GetManagedInstanceContentRequest.BuildervulnerabilityName(List<String> vulnerabilityName)A filter to return vulnerabilities that match the given name.GetManagedInstanceContentRequest.BuildervulnerabilityNameContains(String vulnerabilityNameContains)A filter to return vulnerabilities that partially match the given name.GetManagedInstanceContentRequest.BuildervulnerabilityType(VulnerabilityTypes singularValue)Singular setter.GetManagedInstanceContentRequest.BuildervulnerabilityType(List<VulnerabilityTypes> vulnerabilityType)A filter to return only vulnerabilities matching the given types.- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com.oracle.bmc.requests.BmcRequest.Builderbody$
 
- 
 
- 
- 
- 
Method Detail- 
managedInstanceIdpublic GetManagedInstanceContentRequest.Builder managedInstanceId(String managedInstanceId) The OCID of the managed instance.- Parameters:
- managedInstanceId- the value to set
- Returns:
- this builder instance
 
 - 
vulnerabilityTypepublic GetManagedInstanceContentRequest.Builder vulnerabilityType(List<VulnerabilityTypes> vulnerabilityType) A filter to return only vulnerabilities matching the given types.- Parameters:
- vulnerabilityType- the value to set
- Returns:
- this builder instance
 
 - 
vulnerabilityTypepublic GetManagedInstanceContentRequest.Builder vulnerabilityType(VulnerabilityTypes singularValue) Singular setter.A filter to return only vulnerabilities matching the given types. - Parameters:
- singularValue- the singular value to set
- Returns:
- this builder instance
 
 - 
advisoryNamepublic GetManagedInstanceContentRequest.Builder advisoryName(List<String> advisoryName) The assigned erratum name.It’s unique and not changeable. Example: ELSA-2020-5804 - Parameters:
- advisoryName- the value to set
- Returns:
- this builder instance
 
 - 
advisoryNamepublic GetManagedInstanceContentRequest.Builder advisoryName(String singularValue) Singular setter.The assigned erratum name. It’s unique and not changeable. Example: ELSA-2020-5804 - Parameters:
- singularValue- the singular value to set
- Returns:
- this builder instance
 
 - 
advisoryNameContainspublic GetManagedInstanceContentRequest.Builder advisoryNameContains(String advisoryNameContains) A filter to return resources that may partially match the erratum advisory name given.- Parameters:
- advisoryNameContains- the value to set
- Returns:
- this builder instance
 
 - 
advisoryTypepublic GetManagedInstanceContentRequest.Builder advisoryType(List<AdvisoryTypes> advisoryType) A filter to return only errata that match the given advisory types.- Parameters:
- advisoryType- the value to set
- Returns:
- this builder instance
 
 - 
advisoryTypepublic GetManagedInstanceContentRequest.Builder advisoryType(AdvisoryTypes singularValue) Singular setter.A filter to return only errata that match the given advisory types. - Parameters:
- singularValue- the singular value to set
- Returns:
- this builder instance
 
 - 
vulnerabilityNamepublic 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. - Parameters:
- vulnerabilityName- the value to set
- Returns:
- this builder instance
 
 - 
vulnerabilityNamepublic 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. - Parameters:
- singularValue- the singular value to set
- Returns:
- this builder instance
 
 - 
vulnerabilityNameContainspublic 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. - Parameters:
- vulnerabilityNameContains- the value to set
- Returns:
- this builder instance
 
 - 
reportFormatpublic GetManagedInstanceContentRequest.Builder reportFormat(GetManagedInstanceContentRequest.ReportFormat reportFormat) The format of the report to download.Default is CSV. - Parameters:
- reportFormat- the value to set
- Returns:
- this builder instance
 
 - 
opcRequestIdpublic 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. - Parameters:
- opcRequestId- the value to set
- Returns:
- this builder instance
 
 - 
invocationCallbackpublic GetManagedInstanceContentRequest.Builder invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback) Set the invocation callback for the request to be built.- Parameters:
- invocationCallback- the invocation callback to be set for the request
- Returns:
- this builder instance
 
 - 
retryConfigurationpublic GetManagedInstanceContentRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration) Set the retry configuration for the request to be built.- Parameters:
- retryConfiguration- the retry configuration to be used for the request
- Returns:
- this builder instance
 
 - 
copypublic GetManagedInstanceContentRequest.Builder copy(GetManagedInstanceContentRequest o) Copy method to populate the builder with values from the given instance.- Specified by:
- copyin interface- BmcRequest.Builder<GetManagedInstanceContentRequest,Void>
- Parameters:
- o- other request from which to copy values
- Returns:
- this builder instance
 
 - 
buildpublic GetManagedInstanceContentRequest build() Build the instance of GetManagedInstanceContentRequest as configured by this builderNote that this method takes calls to invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)into account, while the methodbuildWithoutInvocationCallback()does not.This is the preferred method to build an instance. - Specified by:
- buildin interface- BmcRequest.Builder<GetManagedInstanceContentRequest,Void>
- Returns:
- instance of GetManagedInstanceContentRequest
 
 - 
buildWithoutInvocationCallbackpublic GetManagedInstanceContentRequest buildWithoutInvocationCallback() Build the instance of GetManagedInstanceContentRequest as configured by this builderNote that this method does not take calls to invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)into account, while the methodbuild()does- Returns:
- instance of GetManagedInstanceContentRequest
 
 
- 
 
-