Class ListLifecycleEnvironmentsRequest.Builder
- java.lang.Object
- 
- com.oracle.bmc.osmanagementhub.requests.ListLifecycleEnvironmentsRequest.Builder
 
- 
- All Implemented Interfaces:
- BmcRequest.Builder<ListLifecycleEnvironmentsRequest,Void>
 - Enclosing class:
- ListLifecycleEnvironmentsRequest
 
 public static class ListLifecycleEnvironmentsRequest.Builder extends Object implements BmcRequest.Builder<ListLifecycleEnvironmentsRequest,Void> 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ListLifecycleEnvironmentsRequest.BuilderarchType(ArchType archType)A filter to return only profiles that match the given archType.ListLifecycleEnvironmentsRequestbuild()Build the instance of ListLifecycleEnvironmentsRequest as configured by this builderListLifecycleEnvironmentsRequestbuildWithoutInvocationCallback()Build the instance of ListLifecycleEnvironmentsRequest as configured by this builderListLifecycleEnvironmentsRequest.BuildercompartmentId(String compartmentId)The OCID of the compartment that contains the resources to list.ListLifecycleEnvironmentsRequest.Buildercopy(ListLifecycleEnvironmentsRequest o)Copy method to populate the builder with values from the given instance.ListLifecycleEnvironmentsRequest.BuilderdisplayName(String singularValue)Singular setter.ListLifecycleEnvironmentsRequest.BuilderdisplayName(List<String> displayName)A filter to return resources that match the given display names.ListLifecycleEnvironmentsRequest.BuilderdisplayNameContains(String displayNameContains)A filter to return resources that may partially match the given display name.ListLifecycleEnvironmentsRequest.BuilderinvocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)Set the invocation callback for the request to be built.ListLifecycleEnvironmentsRequest.BuilderlifecycleEnvironmentId(String lifecycleEnvironmentId)The OCID of the lifecycle environment.ListLifecycleEnvironmentsRequest.BuilderlifecycleState(LifecycleEnvironment.LifecycleState lifecycleState)A filter to return only the lifecycle environments that match the display name given.ListLifecycleEnvironmentsRequest.Builderlimit(Integer limit)For list pagination.ListLifecycleEnvironmentsRequest.Builderlocation(ManagedInstanceLocation singularValue)Singular setter.ListLifecycleEnvironmentsRequest.Builderlocation(List<ManagedInstanceLocation> location)A filter to return only resources whose location matches the given value.ListLifecycleEnvironmentsRequest.BuilderlocationNotEqualTo(ManagedInstanceLocation singularValue)Singular setter.ListLifecycleEnvironmentsRequest.BuilderlocationNotEqualTo(List<ManagedInstanceLocation> locationNotEqualTo)A filter to return only resources whose location does not match the given value.ListLifecycleEnvironmentsRequest.BuilderopcRequestId(String opcRequestId)Unique Oracle-assigned identifier for the request.ListLifecycleEnvironmentsRequest.BuilderosFamily(OsFamily osFamily)A filter to return only resources that match the given operating system family.ListLifecycleEnvironmentsRequest.Builderpage(String page)For list pagination.ListLifecycleEnvironmentsRequest.BuilderretryConfiguration(RetryConfiguration retryConfiguration)Set the retry configuration for the request to be built.ListLifecycleEnvironmentsRequest.BuildersortBy(ListLifecycleEnvironmentsRequest.SortBy sortBy)The field to sort by.ListLifecycleEnvironmentsRequest.BuildersortOrder(SortOrder sortOrder)The sort order to use, either ‘ASC’ or ‘DESC’.- 
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 ListLifecycleEnvironmentsRequest.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 ListLifecycleEnvironmentsRequest.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 ListLifecycleEnvironmentsRequest.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 ListLifecycleEnvironmentsRequest.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
 
 - 
lifecycleEnvironmentIdpublic ListLifecycleEnvironmentsRequest.Builder lifecycleEnvironmentId(String lifecycleEnvironmentId) The OCID of the lifecycle environment.- Parameters:
- lifecycleEnvironmentId- the value to set
- Returns:
- this builder instance
 
 - 
archTypepublic ListLifecycleEnvironmentsRequest.Builder archType(ArchType archType) A filter to return only profiles that match the given archType.- Parameters:
- archType- the value to set
- Returns:
- this builder instance
 
 - 
osFamilypublic ListLifecycleEnvironmentsRequest.Builder osFamily(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
 
 - 
locationpublic ListLifecycleEnvironmentsRequest.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 ListLifecycleEnvironmentsRequest.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 ListLifecycleEnvironmentsRequest.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 ListLifecycleEnvironmentsRequest.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
 
 - 
limitpublic ListLifecycleEnvironmentsRequest.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 ListLifecycleEnvironmentsRequest.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
 
 - 
lifecycleStatepublic ListLifecycleEnvironmentsRequest.Builder lifecycleState(LifecycleEnvironment.LifecycleState lifecycleState) A filter to return only the lifecycle environments that match the display name given.- Parameters:
- lifecycleState- the value to set
- Returns:
- this builder instance
 
 - 
sortOrderpublic ListLifecycleEnvironmentsRequest.Builder sortOrder(SortOrder sortOrder) The sort order to use, either ‘ASC’ or ‘DESC’.- Parameters:
- sortOrder- the value to set
- Returns:
- this builder instance
 
 - 
sortBypublic ListLifecycleEnvironmentsRequest.Builder sortBy(ListLifecycleEnvironmentsRequest.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 ListLifecycleEnvironmentsRequest.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 ListLifecycleEnvironmentsRequest.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 ListLifecycleEnvironmentsRequest.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 ListLifecycleEnvironmentsRequest.Builder copy(ListLifecycleEnvironmentsRequest o) Copy method to populate the builder with values from the given instance.- Specified by:
- copyin interface- BmcRequest.Builder<ListLifecycleEnvironmentsRequest,Void>
- Parameters:
- o- other request from which to copy values
- Returns:
- this builder instance
 
 - 
buildpublic ListLifecycleEnvironmentsRequest build() Build the instance of ListLifecycleEnvironmentsRequest 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<ListLifecycleEnvironmentsRequest,Void>
- Returns:
- instance of ListLifecycleEnvironmentsRequest
 
 - 
buildWithoutInvocationCallbackpublic ListLifecycleEnvironmentsRequest buildWithoutInvocationCallback() Build the instance of ListLifecycleEnvironmentsRequest 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 ListLifecycleEnvironmentsRequest
 
 
- 
 
-