Class GetManagedInstanceAnalyticContentRequest.Builder
- java.lang.Object
-
- com.oracle.bmc.osmanagementhub.requests.GetManagedInstanceAnalyticContentRequest.Builder
-
- All Implemented Interfaces:
BmcRequest.Builder<GetManagedInstanceAnalyticContentRequest,Void>
- Enclosing class:
- GetManagedInstanceAnalyticContentRequest
public static class GetManagedInstanceAnalyticContentRequest.Builder extends Object implements BmcRequest.Builder<GetManagedInstanceAnalyticContentRequest,Void>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetManagedInstanceAnalyticContentRequest.Builder
bugUpdatesAvailableEqualsTo(Integer bugUpdatesAvailableEqualsTo)
A filter to return instances that have the specified number of available bug updates.GetManagedInstanceAnalyticContentRequest.Builder
bugUpdatesAvailableGreaterThan(Integer bugUpdatesAvailableGreaterThan)
A filter to return instances that have more available bug updates than the number specified.GetManagedInstanceAnalyticContentRequest
build()
Build the instance of GetManagedInstanceAnalyticContentRequest as configured by this builderGetManagedInstanceAnalyticContentRequest
buildWithoutInvocationCallback()
Build the instance of GetManagedInstanceAnalyticContentRequest as configured by this builderGetManagedInstanceAnalyticContentRequest.Builder
compartmentId(String compartmentId)
The OCID of the compartment.GetManagedInstanceAnalyticContentRequest.Builder
copy(GetManagedInstanceAnalyticContentRequest o)
Copy method to populate the builder with values from the given instance.GetManagedInstanceAnalyticContentRequest.Builder
displayName(String singularValue)
Singular setter.GetManagedInstanceAnalyticContentRequest.Builder
displayName(List<String> displayName)
A filter to return resources that match the given display names.GetManagedInstanceAnalyticContentRequest.Builder
displayNameContains(String displayNameContains)
A filter to return resources that may partially match the given display name.GetManagedInstanceAnalyticContentRequest.Builder
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.GetManagedInstanceAnalyticContentRequest.Builder
isManagedByAutonomousLinux(Boolean isManagedByAutonomousLinux)
Indicates whether to list only resources managed by the Autonomous Linux service.GetManagedInstanceAnalyticContentRequest.Builder
lifecycleEnvironmentId(String lifecycleEnvironmentId)
The OCID of the lifecycle environment.GetManagedInstanceAnalyticContentRequest.Builder
lifecycleStageId(String lifecycleStageId)
The OCID of the lifecycle stage.GetManagedInstanceAnalyticContentRequest.Builder
location(ManagedInstanceLocation singularValue)
Singular setter.GetManagedInstanceAnalyticContentRequest.Builder
location(List<ManagedInstanceLocation> location)
A filter to return only resources whose location matches the given value.GetManagedInstanceAnalyticContentRequest.Builder
locationNotEqualTo(ManagedInstanceLocation singularValue)
Singular setter.GetManagedInstanceAnalyticContentRequest.Builder
locationNotEqualTo(List<ManagedInstanceLocation> locationNotEqualTo)
A filter to return only resources whose location does not match the given value.GetManagedInstanceAnalyticContentRequest.Builder
managedInstanceGroupId(String managedInstanceGroupId)
The OCID of the managed instance group.GetManagedInstanceAnalyticContentRequest.Builder
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.GetManagedInstanceAnalyticContentRequest.Builder
osFamily(OsFamily singularValue)
Singular setter.GetManagedInstanceAnalyticContentRequest.Builder
osFamily(List<OsFamily> osFamily)
A filter to return only resources that match the given operating system family.GetManagedInstanceAnalyticContentRequest.Builder
reportFormat(GetManagedInstanceAnalyticContentRequest.ReportFormat reportFormat)
The format of the report to download.GetManagedInstanceAnalyticContentRequest.Builder
reportType(GetManagedInstanceAnalyticContentRequest.ReportType reportType)
The type of the report the user wants to download.GetManagedInstanceAnalyticContentRequest.Builder
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.GetManagedInstanceAnalyticContentRequest.Builder
securityUpdatesAvailableEqualsTo(Integer securityUpdatesAvailableEqualsTo)
A filter to return instances that have the specified number of available security updates.GetManagedInstanceAnalyticContentRequest.Builder
securityUpdatesAvailableGreaterThan(Integer securityUpdatesAvailableGreaterThan)
A filter to return instances that have more available security updates than the number specified.GetManagedInstanceAnalyticContentRequest.Builder
status(ManagedInstanceStatus singularValue)
Singular setter.GetManagedInstanceAnalyticContentRequest.Builder
status(List<ManagedInstanceStatus> status)
A filter to return only managed instances whose status matches the status provided.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.oracle.bmc.requests.BmcRequest.Builder
body$
-
-
-
-
Method Detail
-
compartmentId
public GetManagedInstanceAnalyticContentRequest.Builder compartmentId(String compartmentId)
The OCID of the compartment.This filter returns only resources contained within the specified compartment.
- Parameters:
compartmentId
- the value to set- Returns:
- this builder instance
-
managedInstanceGroupId
public GetManagedInstanceAnalyticContentRequest.Builder managedInstanceGroupId(String managedInstanceGroupId)
The OCID of the managed instance group.This filter returns resources associated with this group.
- Parameters:
managedInstanceGroupId
- the value to set- Returns:
- this builder instance
-
lifecycleEnvironmentId
public GetManagedInstanceAnalyticContentRequest.Builder lifecycleEnvironmentId(String lifecycleEnvironmentId)
The OCID of the lifecycle environment.This filter returns only resource contained with the specified lifecycle environment.
- Parameters:
lifecycleEnvironmentId
- the value to set- Returns:
- this builder instance
-
lifecycleStageId
public GetManagedInstanceAnalyticContentRequest.Builder lifecycleStageId(String lifecycleStageId)
The OCID of the lifecycle stage.This resource returns resources associated with this lifecycle stage.
- Parameters:
lifecycleStageId
- the value to set- Returns:
- this builder instance
-
status
public GetManagedInstanceAnalyticContentRequest.Builder status(List<ManagedInstanceStatus> status)
A filter to return only managed instances whose status matches the status provided.- Parameters:
status
- the value to set- Returns:
- this builder instance
-
status
public GetManagedInstanceAnalyticContentRequest.Builder status(ManagedInstanceStatus singularValue)
Singular setter.A filter to return only managed instances whose status matches the status provided.
- Parameters:
singularValue
- the singular value to set- Returns:
- this builder instance
-
displayName
public GetManagedInstanceAnalyticContentRequest.Builder displayName(List<String> displayName)
A filter to return resources that match the given display names.- Parameters:
displayName
- the value to set- Returns:
- this builder instance
-
displayName
public GetManagedInstanceAnalyticContentRequest.Builder displayName(String singularValue)
Singular setter.A filter to return resources that match the given display names.
- Parameters:
singularValue
- the singular value to set- Returns:
- this builder instance
-
displayNameContains
public GetManagedInstanceAnalyticContentRequest.Builder displayNameContains(String displayNameContains)
A filter to return resources that may partially match the given display name.- Parameters:
displayNameContains
- the value to set- Returns:
- this builder instance
-
securityUpdatesAvailableEqualsTo
public GetManagedInstanceAnalyticContentRequest.Builder securityUpdatesAvailableEqualsTo(Integer securityUpdatesAvailableEqualsTo)
A filter to return instances that have the specified number of available security updates.- Parameters:
securityUpdatesAvailableEqualsTo
- the value to set- Returns:
- this builder instance
-
bugUpdatesAvailableEqualsTo
public GetManagedInstanceAnalyticContentRequest.Builder bugUpdatesAvailableEqualsTo(Integer bugUpdatesAvailableEqualsTo)
A filter to return instances that have the specified number of available bug updates.- Parameters:
bugUpdatesAvailableEqualsTo
- the value to set- Returns:
- this builder instance
-
securityUpdatesAvailableGreaterThan
public GetManagedInstanceAnalyticContentRequest.Builder securityUpdatesAvailableGreaterThan(Integer securityUpdatesAvailableGreaterThan)
A filter to return instances that have more available security updates than the number specified.- Parameters:
securityUpdatesAvailableGreaterThan
- the value to set- Returns:
- this builder instance
-
bugUpdatesAvailableGreaterThan
public GetManagedInstanceAnalyticContentRequest.Builder bugUpdatesAvailableGreaterThan(Integer bugUpdatesAvailableGreaterThan)
A filter to return instances that have more available bug updates than the number specified.- Parameters:
bugUpdatesAvailableGreaterThan
- the value to set- Returns:
- this builder instance
-
location
public GetManagedInstanceAnalyticContentRequest.Builder location(List<ManagedInstanceLocation> location)
A filter to return only resources whose location matches the given value.- Parameters:
location
- the value to set- Returns:
- this builder instance
-
location
public GetManagedInstanceAnalyticContentRequest.Builder location(ManagedInstanceLocation singularValue)
Singular setter.A filter to return only resources whose location matches the given value.
- Parameters:
singularValue
- the singular value to set- Returns:
- this builder instance
-
locationNotEqualTo
public GetManagedInstanceAnalyticContentRequest.Builder locationNotEqualTo(List<ManagedInstanceLocation> locationNotEqualTo)
A filter to return only resources whose location does not match the given value.- Parameters:
locationNotEqualTo
- the value to set- Returns:
- this builder instance
-
locationNotEqualTo
public GetManagedInstanceAnalyticContentRequest.Builder locationNotEqualTo(ManagedInstanceLocation singularValue)
Singular setter.A filter to return only resources whose location does not match the given value.
- Parameters:
singularValue
- the singular value to set- Returns:
- this builder instance
-
osFamily
public GetManagedInstanceAnalyticContentRequest.Builder osFamily(List<OsFamily> osFamily)
A filter to return only resources that match the given operating system family.- Parameters:
osFamily
- the value to set- Returns:
- this builder instance
-
osFamily
public GetManagedInstanceAnalyticContentRequest.Builder osFamily(OsFamily singularValue)
Singular setter.A filter to return only resources that match the given operating system family.
- Parameters:
singularValue
- the singular value to set- Returns:
- this builder instance
-
isManagedByAutonomousLinux
public GetManagedInstanceAnalyticContentRequest.Builder isManagedByAutonomousLinux(Boolean isManagedByAutonomousLinux)
Indicates whether to list only resources managed by the Autonomous Linux service.- Parameters:
isManagedByAutonomousLinux
- the value to set- Returns:
- this builder instance
-
reportFormat
public GetManagedInstanceAnalyticContentRequest.Builder reportFormat(GetManagedInstanceAnalyticContentRequest.ReportFormat reportFormat)
The format of the report to download.Default is CSV.
- Parameters:
reportFormat
- the value to set- Returns:
- this builder instance
-
reportType
public GetManagedInstanceAnalyticContentRequest.Builder reportType(GetManagedInstanceAnalyticContentRequest.ReportType reportType)
The type of the report the user wants to download.Default is ALL.
- Parameters:
reportType
- the value to set- Returns:
- this builder instance
-
opcRequestId
public GetManagedInstanceAnalyticContentRequest.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
-
invocationCallback
public GetManagedInstanceAnalyticContentRequest.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
-
retryConfiguration
public GetManagedInstanceAnalyticContentRequest.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
-
copy
public GetManagedInstanceAnalyticContentRequest.Builder copy(GetManagedInstanceAnalyticContentRequest o)
Copy method to populate the builder with values from the given instance.- Specified by:
copy
in interfaceBmcRequest.Builder<GetManagedInstanceAnalyticContentRequest,Void>
- Parameters:
o
- other request from which to copy values- Returns:
- this builder instance
-
build
public GetManagedInstanceAnalyticContentRequest build()
Build the instance of GetManagedInstanceAnalyticContentRequest 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:
build
in interfaceBmcRequest.Builder<GetManagedInstanceAnalyticContentRequest,Void>
- Returns:
- instance of GetManagedInstanceAnalyticContentRequest
-
buildWithoutInvocationCallback
public GetManagedInstanceAnalyticContentRequest buildWithoutInvocationCallback()
Build the instance of GetManagedInstanceAnalyticContentRequest 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 GetManagedInstanceAnalyticContentRequest
-
-