Class ListManagedInstancesRequest.Builder
- java.lang.Object
- 
- com.oracle.bmc.osmanagementhub.requests.ListManagedInstancesRequest.Builder
 
- 
- All Implemented Interfaces:
- BmcRequest.Builder<ListManagedInstancesRequest,Void>
 - Enclosing class:
- ListManagedInstancesRequest
 
 public static class ListManagedInstancesRequest.Builder extends Object implements BmcRequest.Builder<ListManagedInstancesRequest,Void> 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ListManagedInstancesRequest.BuilderadvisoryName(String singularValue)Singular setter.ListManagedInstancesRequest.BuilderadvisoryName(List<String> advisoryName)The assigned erratum name.ListManagedInstancesRequest.BuilderagentVersion(String agentVersion)A filter to return only managed instances with the specified version of osmh-agent running.ListManagedInstancesRequest.BuilderarchType(ArchType singularValue)Singular setter.ListManagedInstancesRequest.BuilderarchType(List<ArchType> archType)A filter to return only instances whose architecture type matches the given architecture.ListManagedInstancesRequestbuild()Build the instance of ListManagedInstancesRequest as configured by this builderListManagedInstancesRequestbuildWithoutInvocationCallback()Build the instance of ListManagedInstancesRequest as configured by this builderListManagedInstancesRequest.BuildercompartmentId(String compartmentId)The OCID of the compartment that contains the resources to list.ListManagedInstancesRequest.Buildercopy(ListManagedInstancesRequest o)Copy method to populate the builder with values from the given instance.ListManagedInstancesRequest.BuilderdisplayName(String singularValue)Singular setter.ListManagedInstancesRequest.BuilderdisplayName(List<String> displayName)A filter to return resources that match the given display names.ListManagedInstancesRequest.BuilderdisplayNameContains(String displayNameContains)A filter to return resources that may partially match the given display name.ListManagedInstancesRequest.Buildergroup(String group)A filter to return only managed instances that are attached to the specified group.ListManagedInstancesRequest.BuildergroupNotEqualTo(String groupNotEqualTo)A filter to return only managed instances that are NOT attached to the specified group.ListManagedInstancesRequest.BuilderinvocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)Set the invocation callback for the request to be built.ListManagedInstancesRequest.BuilderisAttachedToGroupOrLifecycleStage(Boolean isAttachedToGroupOrLifecycleStage)A filter to return only managed instances that are attached to the specified group or lifecycle environment.ListManagedInstancesRequest.BuilderisManagedByAutonomousLinux(Boolean isManagedByAutonomousLinux)Indicates whether to list only resources managed by the Autonomous Linux service.ListManagedInstancesRequest.BuilderisManagementStation(Boolean isManagementStation)A filter to return only managed instances that are acting as management stations.ListManagedInstancesRequest.BuilderisProfileAttached(Boolean isProfileAttached)A filter to return only managed instances with a registration profile attached.ListManagedInstancesRequest.BuilderisRebootRequired(Boolean isRebootRequired)A filter to return only managed instances that require a reboot to install updates.ListManagedInstancesRequest.BuilderlifecycleEnvironment(String lifecycleEnvironment)A filter to return only managed instances in a specific lifecycle environment.ListManagedInstancesRequest.BuilderlifecycleEnvironmentNotEqualTo(String lifecycleEnvironmentNotEqualTo)A filter to return only managed instances that aren’t in a specific lifecycle environment.ListManagedInstancesRequest.BuilderlifecycleStage(String lifecycleStage)A filter to return only managed instances that are associated with the specified lifecycle environment.ListManagedInstancesRequest.BuilderlifecycleStageNotEqualTo(String lifecycleStageNotEqualTo)A filter to return only managed instances that are NOT associated with the specified lifecycle environment.ListManagedInstancesRequest.Builderlimit(Integer limit)For list pagination.ListManagedInstancesRequest.Builderlocation(ManagedInstanceLocation singularValue)Singular setter.ListManagedInstancesRequest.Builderlocation(List<ManagedInstanceLocation> location)A filter to return only resources whose location matches the given value.ListManagedInstancesRequest.BuilderlocationNotEqualTo(ManagedInstanceLocation singularValue)Singular setter.ListManagedInstancesRequest.BuilderlocationNotEqualTo(List<ManagedInstanceLocation> locationNotEqualTo)A filter to return only resources whose location does not match the given value.ListManagedInstancesRequest.BuildermanagedInstanceId(String managedInstanceId)The OCID of the managed instance.ListManagedInstancesRequest.BuildermanagementStation(String singularValue)Singular setter.ListManagedInstancesRequest.BuildermanagementStation(List<String> managementStation)A filter to return resources that are associated with the specified management station OCIDs.ListManagedInstancesRequest.BuildermanagementStationNotEqualTo(String singularValue)Singular setter.ListManagedInstancesRequest.BuildermanagementStationNotEqualTo(List<String> managementStationNotEqualTo)A filter to return resources that aren’t associated with the specified management station OCIDs.ListManagedInstancesRequest.BuilderopcRequestId(String opcRequestId)Unique Oracle-assigned identifier for the request.ListManagedInstancesRequest.BuilderosFamily(OsFamily singularValue)Singular setter.ListManagedInstancesRequest.BuilderosFamily(List<OsFamily> osFamily)A filter to return only resources that match the given operating system family.ListManagedInstancesRequest.Builderpage(String page)For list pagination.ListManagedInstancesRequest.Builderprofile(String singularValue)Singular setter.ListManagedInstancesRequest.Builderprofile(List<String> profile)A multi filter to return only managed instances that match the given profile ids.ListManagedInstancesRequest.BuilderprofileNotEqualTo(String singularValue)Singular setter.ListManagedInstancesRequest.BuilderprofileNotEqualTo(List<String> profileNotEqualTo)A multi filter to return only managed instances that don’t contain the given profile OCIDs.ListManagedInstancesRequest.BuilderretryConfiguration(RetryConfiguration retryConfiguration)Set the retry configuration for the request to be built.ListManagedInstancesRequest.BuildersoftwareSourceId(String softwareSourceId)The OCID of the software source.ListManagedInstancesRequest.BuildersortBy(ListManagedInstancesRequest.SortBy sortBy)The field to sort by.ListManagedInstancesRequest.BuildersortOrder(SortOrder sortOrder)The sort order to use, either ‘ASC’ or ‘DESC’.ListManagedInstancesRequest.Builderstatus(ManagedInstanceStatus singularValue)Singular setter.ListManagedInstancesRequest.Builderstatus(List<ManagedInstanceStatus> status)A filter to return only managed instances whose status matches the status provided.- 
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- 
compartmentIdpublic ListManagedInstancesRequest.Builder compartmentId(String compartmentId) The OCID of the compartment that contains the resources to list.This filter returns only resources contained within the specified compartment. - Parameters:
- compartmentId- the value to set
- Returns:
- this builder instance
 
 - 
displayNamepublic ListManagedInstancesRequest.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
 
 - 
displayNamepublic ListManagedInstancesRequest.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
 
 - 
displayNameContainspublic ListManagedInstancesRequest.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
 
 - 
managedInstanceIdpublic ListManagedInstancesRequest.Builder managedInstanceId(String managedInstanceId) The OCID of the managed instance.This filter returns resources associated with this managed instance. - Parameters:
- managedInstanceId- the value to set
- Returns:
- this builder instance
 
 - 
statuspublic ListManagedInstancesRequest.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
 
 - 
statuspublic ListManagedInstancesRequest.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
 
 - 
archTypepublic ListManagedInstancesRequest.Builder archType(List<ArchType> archType) A filter to return only instances whose architecture type matches the given architecture.- Parameters:
- archType- the value to set
- Returns:
- this builder instance
 
 - 
archTypepublic ListManagedInstancesRequest.Builder archType(ArchType singularValue) Singular setter.A filter to return only instances whose architecture type matches the given architecture. - Parameters:
- singularValue- the singular value to set
- Returns:
- this builder instance
 
 - 
osFamilypublic ListManagedInstancesRequest.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
 
 - 
osFamilypublic ListManagedInstancesRequest.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
 
 - 
isManagementStationpublic ListManagedInstancesRequest.Builder isManagementStation(Boolean isManagementStation) A filter to return only managed instances that are acting as management stations.- Parameters:
- isManagementStation- the value to set
- Returns:
- this builder instance
 
 - 
grouppublic ListManagedInstancesRequest.Builder group(String group) A filter to return only managed instances that are attached to the specified group.- Parameters:
- group- the value to set
- Returns:
- this builder instance
 
 - 
groupNotEqualTopublic ListManagedInstancesRequest.Builder groupNotEqualTo(String groupNotEqualTo) A filter to return only managed instances that are NOT attached to the specified group.- Parameters:
- groupNotEqualTo- the value to set
- Returns:
- this builder instance
 
 - 
lifecycleStagepublic ListManagedInstancesRequest.Builder lifecycleStage(String lifecycleStage) A filter to return only managed instances that are associated with the specified lifecycle environment.- Parameters:
- lifecycleStage- the value to set
- Returns:
- this builder instance
 
 - 
lifecycleStageNotEqualTopublic ListManagedInstancesRequest.Builder lifecycleStageNotEqualTo(String lifecycleStageNotEqualTo) A filter to return only managed instances that are NOT associated with the specified lifecycle environment.- Parameters:
- lifecycleStageNotEqualTo- the value to set
- Returns:
- this builder instance
 
 - 
isAttachedToGroupOrLifecycleStagepublic ListManagedInstancesRequest.Builder isAttachedToGroupOrLifecycleStage(Boolean isAttachedToGroupOrLifecycleStage) A filter to return only managed instances that are attached to the specified group or lifecycle environment.- Parameters:
- isAttachedToGroupOrLifecycleStage- the value to set
- Returns:
- this builder instance
 
 - 
softwareSourceIdpublic ListManagedInstancesRequest.Builder softwareSourceId(String softwareSourceId) The OCID of the software source.This filter returns resources associated with this software source. - Parameters:
- softwareSourceId- the value to set
- Returns:
- this builder instance
 
 - 
advisoryNamepublic ListManagedInstancesRequest.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 ListManagedInstancesRequest.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
 
 - 
lifecycleEnvironmentpublic ListManagedInstancesRequest.Builder lifecycleEnvironment(String lifecycleEnvironment) A filter to return only managed instances in a specific lifecycle environment.- Parameters:
- lifecycleEnvironment- the value to set
- Returns:
- this builder instance
 
 - 
lifecycleEnvironmentNotEqualTopublic ListManagedInstancesRequest.Builder lifecycleEnvironmentNotEqualTo(String lifecycleEnvironmentNotEqualTo) A filter to return only managed instances that aren’t in a specific lifecycle environment.- Parameters:
- lifecycleEnvironmentNotEqualTo- the value to set
- Returns:
- this builder instance
 
 - 
locationpublic ListManagedInstancesRequest.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
 
 - 
locationpublic ListManagedInstancesRequest.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
 
 - 
locationNotEqualTopublic ListManagedInstancesRequest.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
 
 - 
locationNotEqualTopublic ListManagedInstancesRequest.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
 
 - 
profilepublic ListManagedInstancesRequest.Builder profile(List<String> profile) A multi filter to return only managed instances that match the given profile ids.- Parameters:
- profile- the value to set
- Returns:
- this builder instance
 
 - 
profilepublic ListManagedInstancesRequest.Builder profile(String singularValue) Singular setter.A multi filter to return only managed instances that match the given profile ids. - Parameters:
- singularValue- the singular value to set
- Returns:
- this builder instance
 
 - 
profileNotEqualTopublic ListManagedInstancesRequest.Builder profileNotEqualTo(List<String> profileNotEqualTo) A multi filter to return only managed instances that don’t contain the given profile OCIDs.- Parameters:
- profileNotEqualTo- the value to set
- Returns:
- this builder instance
 
 - 
profileNotEqualTopublic ListManagedInstancesRequest.Builder profileNotEqualTo(String singularValue) Singular setter.A multi filter to return only managed instances that don’t contain the given profile OCIDs. - Parameters:
- singularValue- the singular value to set
- Returns:
- this builder instance
 
 - 
isProfileAttachedpublic ListManagedInstancesRequest.Builder isProfileAttached(Boolean isProfileAttached) A filter to return only managed instances with a registration profile attached.- Parameters:
- isProfileAttached- the value to set
- Returns:
- this builder instance
 
 - 
isManagedByAutonomousLinuxpublic ListManagedInstancesRequest.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
 
 - 
agentVersionpublic ListManagedInstancesRequest.Builder agentVersion(String agentVersion) A filter to return only managed instances with the specified version of osmh-agent running.- Parameters:
- agentVersion- the value to set
- Returns:
- this builder instance
 
 - 
managementStationpublic ListManagedInstancesRequest.Builder managementStation(List<String> managementStation) A filter to return resources that are associated with the specified management station OCIDs.- Parameters:
- managementStation- the value to set
- Returns:
- this builder instance
 
 - 
managementStationpublic ListManagedInstancesRequest.Builder managementStation(String singularValue) Singular setter.A filter to return resources that are associated with the specified management station OCIDs. - Parameters:
- singularValue- the singular value to set
- Returns:
- this builder instance
 
 - 
managementStationNotEqualTopublic ListManagedInstancesRequest.Builder managementStationNotEqualTo(List<String> managementStationNotEqualTo) A filter to return resources that aren’t associated with the specified management station OCIDs.- Parameters:
- managementStationNotEqualTo- the value to set
- Returns:
- this builder instance
 
 - 
managementStationNotEqualTopublic ListManagedInstancesRequest.Builder managementStationNotEqualTo(String singularValue) Singular setter.A filter to return resources that aren’t associated with the specified management station OCIDs. - Parameters:
- singularValue- the singular value to set
- Returns:
- this builder instance
 
 - 
isRebootRequiredpublic ListManagedInstancesRequest.Builder isRebootRequired(Boolean isRebootRequired) A filter to return only managed instances that require a reboot to install updates.- Parameters:
- isRebootRequired- the value to set
- Returns:
- this builder instance
 
 - 
limitpublic ListManagedInstancesRequest.Builder limit(Integer limit) For list pagination.The maximum number of results per page, or items to return in a paginated “List” call. For important details about how pagination works, see List Pagination. Example: 50 - Parameters:
- limit- the value to set
- Returns:
- this builder instance
 
 - 
pagepublic ListManagedInstancesRequest.Builder page(String page) For list pagination.The value of the opc-next-page response header from the previous “List” call. For important details about how pagination works, see List Pagination. Example: 3 - Parameters:
- page- the value to set
- Returns:
- this builder instance
 
 - 
sortOrderpublic ListManagedInstancesRequest.Builder sortOrder(SortOrder sortOrder) The sort order to use, either ‘ASC’ or ‘DESC’.- Parameters:
- sortOrder- the value to set
- Returns:
- this builder instance
 
 - 
sortBypublic ListManagedInstancesRequest.Builder sortBy(ListManagedInstancesRequest.SortBy sortBy) The field to sort by.Only one sort order may be provided. Default order for timeCreated is descending. Default order for displayName is ascending. - Parameters:
- sortBy- the value to set
- Returns:
- this builder instance
 
 - 
opcRequestIdpublic ListManagedInstancesRequest.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 ListManagedInstancesRequest.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 ListManagedInstancesRequest.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 ListManagedInstancesRequest.Builder copy(ListManagedInstancesRequest o) Copy method to populate the builder with values from the given instance.- Specified by:
- copyin interface- BmcRequest.Builder<ListManagedInstancesRequest,Void>
- Parameters:
- o- other request from which to copy values
- Returns:
- this builder instance
 
 - 
buildpublic ListManagedInstancesRequest build() Build the instance of ListManagedInstancesRequest 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<ListManagedInstancesRequest,Void>
- Returns:
- instance of ListManagedInstancesRequest
 
 - 
buildWithoutInvocationCallbackpublic ListManagedInstancesRequest buildWithoutInvocationCallback() Build the instance of ListManagedInstancesRequest 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 ListManagedInstancesRequest
 
 
- 
 
-