Class ListCryptoAssessmentTdeObjectsRequest.Builder
- java.lang.Object
-
- com.oracle.bmc.datasafe.requests.ListCryptoAssessmentTdeObjectsRequest.Builder
-
- All Implemented Interfaces:
BmcRequest.Builder<ListCryptoAssessmentTdeObjectsRequest,Void>
- Enclosing class:
- ListCryptoAssessmentTdeObjectsRequest
public static class ListCryptoAssessmentTdeObjectsRequest.Builder extends Object implements BmcRequest.Builder<ListCryptoAssessmentTdeObjectsRequest,Void>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListCryptoAssessmentTdeObjectsRequest.BuilderaccessLevel(ListCryptoAssessmentTdeObjectsRequest.AccessLevel accessLevel)Valid values are RESTRICTED and ACCESSIBLE.ListCryptoAssessmentTdeObjectsRequest.BuilderassessmentId(String assessmentId)A filter to return only resources associated with the specified crypto assessment OCID.ListCryptoAssessmentTdeObjectsRequest.BuilderassessmentType(CryptoAssessment.Type assessmentType)A filter to return targets from assessments of the specified type.ListCryptoAssessmentTdeObjectsRequestbuild()Build the instance of ListCryptoAssessmentTdeObjectsRequest as configured by this builderListCryptoAssessmentTdeObjectsRequestbuildWithoutInvocationCallback()Build the instance of ListCryptoAssessmentTdeObjectsRequest as configured by this builderListCryptoAssessmentTdeObjectsRequest.BuildercompartmentId(String compartmentId)A filter to return only resources that match the specified compartment OCID.ListCryptoAssessmentTdeObjectsRequest.BuildercompartmentIdInSubtree(Boolean compartmentIdInSubtree)Default is false.ListCryptoAssessmentTdeObjectsRequest.Buildercopy(ListCryptoAssessmentTdeObjectsRequest o)Copy method to populate the builder with values from the given instance.ListCryptoAssessmentTdeObjectsRequest.BuilderencryptionObserved(String singularValue)Singular setter.ListCryptoAssessmentTdeObjectsRequest.BuilderencryptionObserved(List<String> encryptionObserved)Filters TDE object summary rows by any of the specified observed encryption algorithms.ListCryptoAssessmentTdeObjectsRequest.BuilderencryptionStatus(ListCryptoAssessmentTdeObjectsRequest.EncryptionStatus encryptionStatus)Filters TDE object summary rows by derived encryption status.ListCryptoAssessmentTdeObjectsRequest.BuilderinvocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)Set the invocation callback for the request to be built.ListCryptoAssessmentTdeObjectsRequest.Builderlimit(Integer limit)For list pagination.ListCryptoAssessmentTdeObjectsRequest.BuilderobjectType(ListCryptoAssessmentTdeObjectsRequest.ObjectType objectType)A required filter to return only TDE objects of the specified type.ListCryptoAssessmentTdeObjectsRequest.BuilderopcRequestId(String opcRequestId)Unique identifier for the request.ListCryptoAssessmentTdeObjectsRequest.Builderpage(String page)For list pagination.ListCryptoAssessmentTdeObjectsRequest.BuilderquantumReadiness(CryptoQuantumReadiness quantumReadiness)Filters TDE object summary rows by quantum-readiness category.ListCryptoAssessmentTdeObjectsRequest.BuilderretryConfiguration(RetryConfiguration retryConfiguration)Set the retry configuration for the request to be built.ListCryptoAssessmentTdeObjectsRequest.BuildersortBy(ListCryptoAssessmentTdeObjectsRequest.SortBy sortBy)The field used to sort TDE object summary results.ListCryptoAssessmentTdeObjectsRequest.BuildersortOrder(ListCryptoAssessmentTdeObjectsRequest.SortOrder sortOrder)The sort order to use, either ascending (ASC) or descending (DESC).ListCryptoAssessmentTdeObjectsRequest.BuildertargetId(String targetId)A filter to return only inventory rows associated with the specified target OCID.ListCryptoAssessmentTdeObjectsRequest.BuildertargetIds(String singularValue)Singular setter.ListCryptoAssessmentTdeObjectsRequest.BuildertargetIds(List<String> targetIds)A filter to return only resources associated with any of the specified target OCIDs.-
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 ListCryptoAssessmentTdeObjectsRequest.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
-
objectType
public ListCryptoAssessmentTdeObjectsRequest.Builder objectType(ListCryptoAssessmentTdeObjectsRequest.ObjectType objectType)
A required filter to return only TDE objects of the specified type.- Parameters:
objectType- the value to set- Returns:
- this builder instance
-
compartmentIdInSubtree
public ListCryptoAssessmentTdeObjectsRequest.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 ListCryptoAssessmentTdeObjectsRequest.Builder accessLevel(ListCryptoAssessmentTdeObjectsRequest.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 ListCryptoAssessmentTdeObjectsRequest.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 ListCryptoAssessmentTdeObjectsRequest.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 ListCryptoAssessmentTdeObjectsRequest.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 ListCryptoAssessmentTdeObjectsRequest.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 ListCryptoAssessmentTdeObjectsRequest.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
-
quantumReadiness
public ListCryptoAssessmentTdeObjectsRequest.Builder quantumReadiness(CryptoQuantumReadiness quantumReadiness)
Filters TDE object summary rows by quantum-readiness category.- Parameters:
quantumReadiness- the value to set- Returns:
- this builder instance
-
encryptionObserved
public ListCryptoAssessmentTdeObjectsRequest.Builder encryptionObserved(List<String> encryptionObserved)
Filters TDE object summary rows by any of the specified observed encryption algorithms.- Parameters:
encryptionObserved- the value to set- Returns:
- this builder instance
-
encryptionObserved
public ListCryptoAssessmentTdeObjectsRequest.Builder encryptionObserved(String singularValue)
Singular setter.Filters TDE object summary rows by any of the specified observed encryption algorithms.
- Parameters:
singularValue- the singular value to set- Returns:
- this builder instance
-
encryptionStatus
public ListCryptoAssessmentTdeObjectsRequest.Builder encryptionStatus(ListCryptoAssessmentTdeObjectsRequest.EncryptionStatus encryptionStatus)
Filters TDE object summary rows by derived encryption status.NOT_SUPPORTED maps to rows where encryptionObserved is NOT_SUPPORTED, UNENCRYPTED maps to rows where encryptionObserved is null or NONE, and ENCRYPTED maps to rows where the observed encryption algorithm is any other value.
- Parameters:
encryptionStatus- the value to set- Returns:
- this builder instance
-
sortBy
public ListCryptoAssessmentTdeObjectsRequest.Builder sortBy(ListCryptoAssessmentTdeObjectsRequest.SortBy sortBy)
The field used to sort TDE object summary results.- Parameters:
sortBy- the value to set- Returns:
- this builder instance
-
sortOrder
public ListCryptoAssessmentTdeObjectsRequest.Builder sortOrder(ListCryptoAssessmentTdeObjectsRequest.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 ListCryptoAssessmentTdeObjectsRequest.Builder opcRequestId(String opcRequestId)
Unique identifier for the request.- Parameters:
opcRequestId- the value to set- Returns:
- this builder instance
-
limit
public ListCryptoAssessmentTdeObjectsRequest.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 ListCryptoAssessmentTdeObjectsRequest.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 ListCryptoAssessmentTdeObjectsRequest.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 ListCryptoAssessmentTdeObjectsRequest.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 ListCryptoAssessmentTdeObjectsRequest.Builder copy(ListCryptoAssessmentTdeObjectsRequest o)
Copy method to populate the builder with values from the given instance.- Specified by:
copyin interfaceBmcRequest.Builder<ListCryptoAssessmentTdeObjectsRequest,Void>- Parameters:
o- other request from which to copy values- Returns:
- this builder instance
-
build
public ListCryptoAssessmentTdeObjectsRequest build()
Build the instance of ListCryptoAssessmentTdeObjectsRequest 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<ListCryptoAssessmentTdeObjectsRequest,Void>- Returns:
- instance of ListCryptoAssessmentTdeObjectsRequest
-
buildWithoutInvocationCallback
public ListCryptoAssessmentTdeObjectsRequest buildWithoutInvocationCallback()
Build the instance of ListCryptoAssessmentTdeObjectsRequest 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 ListCryptoAssessmentTdeObjectsRequest
-
-