public static class ListSensitiveColumnsRequest.Builder extends Object implements BmcRequest.Builder<ListSensitiveColumnsRequest,Void>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ListSensitiveColumnsRequest |
build()
Build the instance of ListSensitiveColumnsRequest as configured by this builder
|
ListSensitiveColumnsRequest |
buildWithoutInvocationCallback()
Build the instance of ListSensitiveColumnsRequest as configured by this builder
|
ListSensitiveColumnsRequest.Builder |
columnGroup(String columnGroup)
A filter to return only the sensitive columns that belong to the specified column group.
|
ListSensitiveColumnsRequest.Builder |
columnName(List<String> columnName)
A filter to return only a specific column based on column name.
|
ListSensitiveColumnsRequest.Builder |
columnName(String singularValue)
Singular setter.
|
ListSensitiveColumnsRequest.Builder |
copy(ListSensitiveColumnsRequest o)
Copy method to populate the builder with values from the given instance.
|
ListSensitiveColumnsRequest.Builder |
dataType(List<String> dataType)
A filter to return only the resources that match the specified data types.
|
ListSensitiveColumnsRequest.Builder |
dataType(String singularValue)
Singular setter.
|
ListSensitiveColumnsRequest.Builder |
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
ListSensitiveColumnsRequest.Builder |
isCaseInSensitive(Boolean isCaseInSensitive)
A boolean flag indicating whether the search should be case-insensitive.
|
ListSensitiveColumnsRequest.Builder |
limit(Integer limit)
For list pagination.
|
ListSensitiveColumnsRequest.Builder |
objectName(List<String> objectName)
A filter to return only items related to a specific object name.
|
ListSensitiveColumnsRequest.Builder |
objectName(String singularValue)
Singular setter.
|
ListSensitiveColumnsRequest.Builder |
objectType(List<ListSensitiveColumnsRequest.ObjectType> objectType)
A filter to return only items related to a specific object type.
|
ListSensitiveColumnsRequest.Builder |
objectType(ListSensitiveColumnsRequest.ObjectType singularValue)
Singular setter.
|
ListSensitiveColumnsRequest.Builder |
opcRequestId(String opcRequestId)
Unique identifier for the request.
|
ListSensitiveColumnsRequest.Builder |
page(String page)
For list pagination.
|
ListSensitiveColumnsRequest.Builder |
parentColumnKey(List<String> parentColumnKey)
A filter to return only the sensitive columns that are children of one of the columns
identified by the specified keys.
|
ListSensitiveColumnsRequest.Builder |
parentColumnKey(String singularValue)
Singular setter.
|
ListSensitiveColumnsRequest.Builder |
relationType(List<ListSensitiveColumnsRequest.RelationType> relationType)
A filter to return sensitive columns based on their relationship with their parent
columns.
|
ListSensitiveColumnsRequest.Builder |
relationType(ListSensitiveColumnsRequest.RelationType singularValue)
Singular setter.
|
ListSensitiveColumnsRequest.Builder |
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
ListSensitiveColumnsRequest.Builder |
schemaName(List<String> schemaName)
A filter to return only items related to specific schema name.
|
ListSensitiveColumnsRequest.Builder |
schemaName(String singularValue)
Singular setter.
|
ListSensitiveColumnsRequest.Builder |
sensitiveColumnLifecycleState(SensitiveColumnLifecycleState sensitiveColumnLifecycleState)
Filters the sensitive column resources with the given lifecycle state values.
|
ListSensitiveColumnsRequest.Builder |
sensitiveDataModelId(String sensitiveDataModelId)
The OCID of the sensitive data model.
|
ListSensitiveColumnsRequest.Builder |
sensitiveTypeId(List<String> sensitiveTypeId)
A filter to return only the sensitive columns that are associated with one of the
sensitive types identified by the specified OCIDs.
|
ListSensitiveColumnsRequest.Builder |
sensitiveTypeId(String singularValue)
Singular setter.
|
ListSensitiveColumnsRequest.Builder |
sortBy(ListSensitiveColumnsRequest.SortBy sortBy)
The field to sort by.
|
ListSensitiveColumnsRequest.Builder |
sortOrder(ListSensitiveColumnsRequest.SortOrder sortOrder)
The sort order to use, either ascending (ASC) or descending (DESC).
|
ListSensitiveColumnsRequest.Builder |
status(List<ListSensitiveColumnsRequest.Status> status)
A filter to return only the sensitive columns that match the specified status.
|
ListSensitiveColumnsRequest.Builder |
status(ListSensitiveColumnsRequest.Status singularValue)
Singular setter.
|
ListSensitiveColumnsRequest.Builder |
timeCreatedGreaterThanOrEqualTo(Date timeCreatedGreaterThanOrEqualTo)
A filter to return only the resources that were created after the specified date and
time, as defined by RFC3339.
|
ListSensitiveColumnsRequest.Builder |
timeCreatedLessThan(Date timeCreatedLessThan)
Search for resources that were created before a specific date.
|
ListSensitiveColumnsRequest.Builder |
timeUpdatedGreaterThanOrEqualTo(Date timeUpdatedGreaterThanOrEqualTo)
Search for resources that were updated after a specific date.
|
ListSensitiveColumnsRequest.Builder |
timeUpdatedLessThan(Date timeUpdatedLessThan)
Search for resources that were updated before a specific date.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
body$
public ListSensitiveColumnsRequest.Builder sensitiveDataModelId(String sensitiveDataModelId)
The OCID of the sensitive data model.
sensitiveDataModelId
- the value to setpublic ListSensitiveColumnsRequest.Builder timeCreatedGreaterThanOrEqualTo(Date timeCreatedGreaterThanOrEqualTo)
A filter to return only the resources that were created after the specified date and time, as defined by RFC3339. Using TimeCreatedGreaterThanOrEqualToQueryParam parameter retrieves all resources created after that date.
*Example:** 2016-12-19T16:39:57.600Z
timeCreatedGreaterThanOrEqualTo
- the value to setpublic ListSensitiveColumnsRequest.Builder timeCreatedLessThan(Date timeCreatedLessThan)
Search for resources that were created before a specific date. Specifying this parameter
corresponding timeCreatedLessThan
parameter will retrieve all resources created
before the specified created date, in “YYYY-MM-ddThh:mmZ” format with a Z offset, as
defined by RFC 3339.
*Example:** 2016-12-19T16:39:57.600Z
timeCreatedLessThan
- the value to setpublic ListSensitiveColumnsRequest.Builder timeUpdatedGreaterThanOrEqualTo(Date timeUpdatedGreaterThanOrEqualTo)
Search for resources that were updated after a specific date. Specifying this parameter
corresponding timeUpdatedGreaterThanOrEqualTo
parameter will retrieve all
resources updated after the specified created date, in “YYYY-MM-ddThh:mmZ” format with a
Z offset, as defined by RFC 3339.
timeUpdatedGreaterThanOrEqualTo
- the value to setpublic ListSensitiveColumnsRequest.Builder timeUpdatedLessThan(Date timeUpdatedLessThan)
Search for resources that were updated before a specific date. Specifying this parameter
corresponding timeUpdatedLessThan
parameter will retrieve all resources updated
before the specified created date, in “YYYY-MM-ddThh:mmZ” format with a Z offset, as
defined by RFC 3339.
timeUpdatedLessThan
- the value to setpublic ListSensitiveColumnsRequest.Builder sensitiveColumnLifecycleState(SensitiveColumnLifecycleState sensitiveColumnLifecycleState)
Filters the sensitive column resources with the given lifecycle state values.
sensitiveColumnLifecycleState
- the value to setpublic ListSensitiveColumnsRequest.Builder schemaName(List<String> schemaName)
A filter to return only items related to specific schema name.
schemaName
- the value to setpublic ListSensitiveColumnsRequest.Builder schemaName(String singularValue)
Singular setter. A filter to return only items related to specific schema name.
singularValue
- the singular value to setpublic ListSensitiveColumnsRequest.Builder objectName(List<String> objectName)
A filter to return only items related to a specific object name.
objectName
- the value to setpublic ListSensitiveColumnsRequest.Builder objectName(String singularValue)
Singular setter. A filter to return only items related to a specific object name.
singularValue
- the singular value to setpublic ListSensitiveColumnsRequest.Builder columnName(List<String> columnName)
A filter to return only a specific column based on column name.
columnName
- the value to setpublic ListSensitiveColumnsRequest.Builder columnName(String singularValue)
Singular setter. A filter to return only a specific column based on column name.
singularValue
- the singular value to setpublic ListSensitiveColumnsRequest.Builder objectType(List<ListSensitiveColumnsRequest.ObjectType> objectType)
A filter to return only items related to a specific object type.
objectType
- the value to setpublic ListSensitiveColumnsRequest.Builder objectType(ListSensitiveColumnsRequest.ObjectType singularValue)
Singular setter. A filter to return only items related to a specific object type.
singularValue
- the singular value to setpublic ListSensitiveColumnsRequest.Builder dataType(List<String> dataType)
A filter to return only the resources that match the specified data types.
dataType
- the value to setpublic ListSensitiveColumnsRequest.Builder dataType(String singularValue)
Singular setter. A filter to return only the resources that match the specified data types.
singularValue
- the singular value to setpublic ListSensitiveColumnsRequest.Builder status(List<ListSensitiveColumnsRequest.Status> status)
A filter to return only the sensitive columns that match the specified status.
status
- the value to setpublic ListSensitiveColumnsRequest.Builder status(ListSensitiveColumnsRequest.Status singularValue)
Singular setter. A filter to return only the sensitive columns that match the specified status.
singularValue
- the singular value to setpublic ListSensitiveColumnsRequest.Builder sensitiveTypeId(List<String> sensitiveTypeId)
A filter to return only the sensitive columns that are associated with one of the sensitive types identified by the specified OCIDs.
sensitiveTypeId
- the value to setpublic ListSensitiveColumnsRequest.Builder sensitiveTypeId(String singularValue)
Singular setter. A filter to return only the sensitive columns that are associated with one of the sensitive types identified by the specified OCIDs.
singularValue
- the singular value to setpublic ListSensitiveColumnsRequest.Builder parentColumnKey(List<String> parentColumnKey)
A filter to return only the sensitive columns that are children of one of the columns identified by the specified keys.
parentColumnKey
- the value to setpublic ListSensitiveColumnsRequest.Builder parentColumnKey(String singularValue)
Singular setter. A filter to return only the sensitive columns that are children of one of the columns identified by the specified keys.
singularValue
- the singular value to setpublic ListSensitiveColumnsRequest.Builder relationType(List<ListSensitiveColumnsRequest.RelationType> relationType)
A filter to return sensitive columns based on their relationship with their parent columns. If set to NONE, it returns the sensitive columns that do not have any parent. The response includes the parent columns as well as the independent columns that are not in any relationship. If set to APP_DEFINED, it returns all the child columns that have application-level (non-dictionary) relationship with their parents. If set to DB_DEFINED, it returns all the child columns that have database-level (dictionary-defined) relationship with their parents.
relationType
- the value to setpublic ListSensitiveColumnsRequest.Builder relationType(ListSensitiveColumnsRequest.RelationType singularValue)
Singular setter. A filter to return sensitive columns based on their relationship with their parent columns. If set to NONE, it returns the sensitive columns that do not have any parent. The response includes the parent columns as well as the independent columns that are not in any relationship. If set to APP_DEFINED, it returns all the child columns that have application-level (non-dictionary) relationship with their parents. If set to DB_DEFINED, it returns all the child columns that have database-level (dictionary-defined) relationship with their parents.
singularValue
- the singular value to setpublic ListSensitiveColumnsRequest.Builder columnGroup(String columnGroup)
A filter to return only the sensitive columns that belong to the specified column group.
columnGroup
- the value to setpublic ListSensitiveColumnsRequest.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.
limit
- the value to setpublic ListSensitiveColumnsRequest.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.
page
- the value to setpublic ListSensitiveColumnsRequest.Builder sortOrder(ListSensitiveColumnsRequest.SortOrder sortOrder)
The sort order to use, either ascending (ASC) or descending (DESC).
sortOrder
- the value to setpublic ListSensitiveColumnsRequest.Builder sortBy(ListSensitiveColumnsRequest.SortBy sortBy)
The field to sort by. You can specify only one sorting parameter (sortOrder). The default order for timeCreated is descending. The default order for schemaName, objectName, and columnName is ascending.
sortBy
- the value to setpublic ListSensitiveColumnsRequest.Builder opcRequestId(String opcRequestId)
Unique identifier for the request.
opcRequestId
- the value to setpublic ListSensitiveColumnsRequest.Builder isCaseInSensitive(Boolean isCaseInSensitive)
A boolean flag indicating whether the search should be case-insensitive. The search is case-sensitive by default. Set this parameter to true to do case-insensitive search.
isCaseInSensitive
- the value to setpublic ListSensitiveColumnsRequest.Builder invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
invocationCallback
- the invocation callback to be set for the requestpublic ListSensitiveColumnsRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
retryConfiguration
- the retry configuration to be used for the requestpublic ListSensitiveColumnsRequest.Builder copy(ListSensitiveColumnsRequest o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcRequest.Builder<ListSensitiveColumnsRequest,Void>
o
- other request from which to copy valuespublic ListSensitiveColumnsRequest build()
Build the instance of ListSensitiveColumnsRequest as configured by this builder
Note that this method takes calls to invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)
into account,
while the method buildWithoutInvocationCallback()
does not.
This is the preferred method to build an instance.
build
in interface BmcRequest.Builder<ListSensitiveColumnsRequest,Void>
public ListSensitiveColumnsRequest buildWithoutInvocationCallback()
Build the instance of ListSensitiveColumnsRequest as configured by this builder
Note that this method does not take calls to invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)
into account,
while the method build()
does
Copyright © 2016–2024. All rights reserved.