Class ListCryptoAssessmentWalletsRequest.Builder
- java.lang.Object
-
- com.oracle.bmc.datasafe.requests.ListCryptoAssessmentWalletsRequest.Builder
-
- All Implemented Interfaces:
BmcRequest.Builder<ListCryptoAssessmentWalletsRequest,Void>
- Enclosing class:
- ListCryptoAssessmentWalletsRequest
public static class ListCryptoAssessmentWalletsRequest.Builder extends Object implements BmcRequest.Builder<ListCryptoAssessmentWalletsRequest,Void>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListCryptoAssessmentWalletsRequest.BuilderaccessLevel(ListCryptoAssessmentWalletsRequest.AccessLevel accessLevel)Valid values are RESTRICTED and ACCESSIBLE.ListCryptoAssessmentWalletsRequest.BuilderassessmentId(String assessmentId)A filter to return only resources associated with the specified crypto assessment OCID.ListCryptoAssessmentWalletsRequest.BuilderassessmentType(CryptoAssessment.Type assessmentType)A filter to return targets from assessments of the specified type.ListCryptoAssessmentWalletsRequestbuild()Build the instance of ListCryptoAssessmentWalletsRequest as configured by this builderListCryptoAssessmentWalletsRequestbuildWithoutInvocationCallback()Build the instance of ListCryptoAssessmentWalletsRequest as configured by this builderListCryptoAssessmentWalletsRequest.BuildercompartmentId(String compartmentId)A filter to return only resources that match the specified compartment OCID.ListCryptoAssessmentWalletsRequest.BuildercompartmentIdInSubtree(Boolean compartmentIdInSubtree)Default is false.ListCryptoAssessmentWalletsRequest.Buildercopy(ListCryptoAssessmentWalletsRequest o)Copy method to populate the builder with values from the given instance.ListCryptoAssessmentWalletsRequest.Builderfeature(CryptoAssessmentWalletSummary.Feature feature)A filter to return only wallets for the specified feature.ListCryptoAssessmentWalletsRequest.BuilderinvocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)Set the invocation callback for the request to be built.ListCryptoAssessmentWalletsRequest.Builderlimit(Integer limit)For list pagination.ListCryptoAssessmentWalletsRequest.BuilderopcRequestId(String opcRequestId)Unique identifier for the request.ListCryptoAssessmentWalletsRequest.Builderpage(String page)For list pagination.ListCryptoAssessmentWalletsRequest.BuilderretryConfiguration(RetryConfiguration retryConfiguration)Set the retry configuration for the request to be built.ListCryptoAssessmentWalletsRequest.BuildersortBy(ListCryptoAssessmentWalletsRequest.SortBy sortBy)The field used to sort wallet results.ListCryptoAssessmentWalletsRequest.BuildersortOrder(ListCryptoAssessmentWalletsRequest.SortOrder sortOrder)The sort order to use, either ascending (ASC) or descending (DESC).ListCryptoAssessmentWalletsRequest.BuildertargetId(String targetId)A filter to return only inventory rows associated with the specified target OCID.ListCryptoAssessmentWalletsRequest.BuildertargetIds(String singularValue)Singular setter.ListCryptoAssessmentWalletsRequest.BuildertargetIds(List<String> targetIds)A filter to return only resources associated with any of the specified target OCIDs.ListCryptoAssessmentWalletsRequest.BuilderwalletEncryptionAlgorithm(String singularValue)Singular setter.ListCryptoAssessmentWalletsRequest.BuilderwalletEncryptionAlgorithm(List<String> walletEncryptionAlgorithm)A filter to return only wallets whose encryption algorithm exactly matches any of the specified values, case-insensitively.-
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 ListCryptoAssessmentWalletsRequest.Builder compartmentId(String compartmentId)
A filter to return only resources that match the specified compartment OCID.- Parameters:
compartmentId- the value to set- Returns:
- this builder instance
-
compartmentIdInSubtree
public ListCryptoAssessmentWalletsRequest.Builder compartmentIdInSubtree(Boolean compartmentIdInSubtree)
Default is false.When set to true, the hierarchy of compartments is traversed and all compartments and subcompartments in the tenancy are returned. Depends on the ‘accessLevel’ setting.
- Parameters:
compartmentIdInSubtree- the value to set- Returns:
- this builder instance
-
accessLevel
public ListCryptoAssessmentWalletsRequest.Builder accessLevel(ListCryptoAssessmentWalletsRequest.AccessLevel accessLevel)
Valid values are RESTRICTED and ACCESSIBLE.Default is RESTRICTED. Setting this to ACCESSIBLE returns only those compartments for which the user has INSPECT permissions directly or indirectly (permissions can be on a resource in a subcompartment). When set to RESTRICTED permissions are checked and no partial results are displayed.
- Parameters:
accessLevel- the value to set- Returns:
- this builder instance
-
assessmentId
public ListCryptoAssessmentWalletsRequest.Builder assessmentId(String assessmentId)
A filter to return only resources associated with the specified crypto assessment OCID.- Parameters:
assessmentId- the value to set- Returns:
- this builder instance
-
assessmentType
public ListCryptoAssessmentWalletsRequest.Builder assessmentType(CryptoAssessment.Type assessmentType)
A filter to return targets from assessments of the specified type.- Parameters:
assessmentType- the value to set- Returns:
- this builder instance
-
targetId
public ListCryptoAssessmentWalletsRequest.Builder targetId(String targetId)
A filter to return only inventory rows associated with the specified target OCID.- Parameters:
targetId- the value to set- Returns:
- this builder instance
-
targetIds
public ListCryptoAssessmentWalletsRequest.Builder targetIds(List<String> targetIds)
A filter to return only resources associated with any of the specified target OCIDs.- Parameters:
targetIds- the value to set- Returns:
- this builder instance
-
targetIds
public ListCryptoAssessmentWalletsRequest.Builder targetIds(String singularValue)
Singular setter.A filter to return only resources associated with any of the specified target OCIDs.
- Parameters:
singularValue- the singular value to set- Returns:
- this builder instance
-
feature
public ListCryptoAssessmentWalletsRequest.Builder feature(CryptoAssessmentWalletSummary.Feature feature)
A filter to return only wallets for the specified feature.- Parameters:
feature- the value to set- Returns:
- this builder instance
-
walletEncryptionAlgorithm
public ListCryptoAssessmentWalletsRequest.Builder walletEncryptionAlgorithm(List<String> walletEncryptionAlgorithm)
A filter to return only wallets whose encryption algorithm exactly matches any of the specified values, case-insensitively.- Parameters:
walletEncryptionAlgorithm- the value to set- Returns:
- this builder instance
-
walletEncryptionAlgorithm
public ListCryptoAssessmentWalletsRequest.Builder walletEncryptionAlgorithm(String singularValue)
Singular setter.A filter to return only wallets whose encryption algorithm exactly matches any of the specified values, case-insensitively.
- Parameters:
singularValue- the singular value to set- Returns:
- this builder instance
-
sortBy
public ListCryptoAssessmentWalletsRequest.Builder sortBy(ListCryptoAssessmentWalletsRequest.SortBy sortBy)
The field used to sort wallet results.- Parameters:
sortBy- the value to set- Returns:
- this builder instance
-
sortOrder
public ListCryptoAssessmentWalletsRequest.Builder sortOrder(ListCryptoAssessmentWalletsRequest.SortOrder sortOrder)
The sort order to use, either ascending (ASC) or descending (DESC).- Parameters:
sortOrder- the value to set- Returns:
- this builder instance
-
opcRequestId
public ListCryptoAssessmentWalletsRequest.Builder opcRequestId(String opcRequestId)
Unique identifier for the request.- Parameters:
opcRequestId- the value to set- Returns:
- this builder instance
-
limit
public ListCryptoAssessmentWalletsRequest.Builder limit(Integer limit)
For list pagination.The maximum number of items to return per page in a paginated “List” call. For details about how pagination works, see List Pagination.
- Parameters:
limit- the value to set- Returns:
- this builder instance
-
page
public ListCryptoAssessmentWalletsRequest.Builder page(String page)
For list pagination.The page token representing the page at which to start retrieving results. It is usually retrieved from a previous “List” call. For details about how pagination works, see List Pagination.
- Parameters:
page- the value to set- Returns:
- this builder instance
-
invocationCallback
public ListCryptoAssessmentWalletsRequest.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 ListCryptoAssessmentWalletsRequest.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 ListCryptoAssessmentWalletsRequest.Builder copy(ListCryptoAssessmentWalletsRequest o)
Copy method to populate the builder with values from the given instance.- Specified by:
copyin interfaceBmcRequest.Builder<ListCryptoAssessmentWalletsRequest,Void>- Parameters:
o- other request from which to copy values- Returns:
- this builder instance
-
build
public ListCryptoAssessmentWalletsRequest build()
Build the instance of ListCryptoAssessmentWalletsRequest 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 interfaceBmcRequest.Builder<ListCryptoAssessmentWalletsRequest,Void>- Returns:
- instance of ListCryptoAssessmentWalletsRequest
-
buildWithoutInvocationCallback
public ListCryptoAssessmentWalletsRequest buildWithoutInvocationCallback()
Build the instance of ListCryptoAssessmentWalletsRequest 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 ListCryptoAssessmentWalletsRequest
-
-