Class ListMaskingColumnsRequest.Builder
- java.lang.Object
- 
- com.oracle.bmc.datasafe.requests.ListMaskingColumnsRequest.Builder
 
- 
- All Implemented Interfaces:
- BmcRequest.Builder<ListMaskingColumnsRequest,Void>
 - Enclosing class:
- ListMaskingColumnsRequest
 
 public static class ListMaskingColumnsRequest.Builder extends Object implements BmcRequest.Builder<ListMaskingColumnsRequest,Void> 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ListMaskingColumnsRequestbuild()Build the instance of ListMaskingColumnsRequest as configured by this builderListMaskingColumnsRequestbuildWithoutInvocationCallback()Build the instance of ListMaskingColumnsRequest as configured by this builderListMaskingColumnsRequest.BuildercolumnName(String singularValue)Singular setter.ListMaskingColumnsRequest.BuildercolumnName(List<String> columnName)A filter to return only a specific column based on column name.ListMaskingColumnsRequest.Buildercopy(ListMaskingColumnsRequest o)Copy method to populate the builder with values from the given instance.ListMaskingColumnsRequest.BuilderdataType(ListMaskingColumnsRequest.DataType singularValue)Singular setter.ListMaskingColumnsRequest.BuilderdataType(List<ListMaskingColumnsRequest.DataType> dataType)A filter to return only resources that match the specified data types.ListMaskingColumnsRequest.BuilderinvocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)Set the invocation callback for the request to be built.ListMaskingColumnsRequest.BuilderisMaskingEnabled(Boolean isMaskingEnabled)A filter to return the masking column resources based on the value of their isMaskingEnabled attribute.ListMaskingColumnsRequest.BuilderisSeedRequired(Boolean isSeedRequired)A filter to return masking columns based on whether the assigned masking formats need a seed value for masking.ListMaskingColumnsRequest.Builderlimit(Integer limit)For list pagination.ListMaskingColumnsRequest.BuildermaskingColumnGroup(String singularValue)Singular setter.ListMaskingColumnsRequest.BuildermaskingColumnGroup(List<String> maskingColumnGroup)A filter to return only the resources that match the specified masking column group.ListMaskingColumnsRequest.BuildermaskingColumnLifecycleState(MaskingColumnLifecycleState maskingColumnLifecycleState)A filter to return only the resources that match the specified lifecycle states.ListMaskingColumnsRequest.BuildermaskingPolicyId(String maskingPolicyId)The OCID of the masking policy.ListMaskingColumnsRequest.BuilderobjectName(String singularValue)Singular setter.ListMaskingColumnsRequest.BuilderobjectName(List<String> objectName)A filter to return only items related to a specific object name.ListMaskingColumnsRequest.BuilderobjectType(ListMaskingColumnsRequest.ObjectType singularValue)Singular setter.ListMaskingColumnsRequest.BuilderobjectType(List<ListMaskingColumnsRequest.ObjectType> objectType)A filter to return only items related to a specific object type.ListMaskingColumnsRequest.BuilderopcRequestId(String opcRequestId)Unique identifier for the request.ListMaskingColumnsRequest.Builderpage(String page)For list pagination.ListMaskingColumnsRequest.BuilderretryConfiguration(RetryConfiguration retryConfiguration)Set the retry configuration for the request to be built.ListMaskingColumnsRequest.BuilderschemaName(String singularValue)Singular setter.ListMaskingColumnsRequest.BuilderschemaName(List<String> schemaName)A filter to return only items related to specific schema name.ListMaskingColumnsRequest.BuildersensitiveTypeId(String sensitiveTypeId)A filter to return only items related to a specific sensitive type OCID.ListMaskingColumnsRequest.BuildersortBy(ListMaskingColumnsRequest.SortBy sortBy)The field to sort by.ListMaskingColumnsRequest.BuildersortOrder(ListMaskingColumnsRequest.SortOrder sortOrder)The sort order to use, either ascending (ASC) or descending (DESC).ListMaskingColumnsRequest.BuildertimeCreatedGreaterThanOrEqualTo(Date timeCreatedGreaterThanOrEqualTo)A filter to return only the resources that were created after the specified date and time, as defined by RFC3339.ListMaskingColumnsRequest.BuildertimeCreatedLessThan(Date timeCreatedLessThan)Search for resources that were created before a specific date.ListMaskingColumnsRequest.BuildertimeUpdatedGreaterThanOrEqualTo(Date timeUpdatedGreaterThanOrEqualTo)Search for resources that were updated after a specific date.ListMaskingColumnsRequest.BuildertimeUpdatedLessThan(Date timeUpdatedLessThan)Search for resources that were updated before a specific date.- 
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- 
maskingPolicyIdpublic ListMaskingColumnsRequest.Builder maskingPolicyId(String maskingPolicyId) The OCID of the masking policy.- Parameters:
- maskingPolicyId- the value to set
- Returns:
- this builder instance
 
 - 
limitpublic ListMaskingColumnsRequest.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
 
 - 
pagepublic ListMaskingColumnsRequest.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
 
 - 
sortOrderpublic ListMaskingColumnsRequest.Builder sortOrder(ListMaskingColumnsRequest.SortOrder sortOrder) The sort order to use, either ascending (ASC) or descending (DESC).- Parameters:
- sortOrder- the value to set
- Returns:
- this builder instance
 
 - 
sortBypublic ListMaskingColumnsRequest.Builder sortBy(ListMaskingColumnsRequest.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 other fields is ascending. - Parameters:
- sortBy- the value to set
- Returns:
- this builder instance
 
 - 
maskingColumnLifecycleStatepublic ListMaskingColumnsRequest.Builder maskingColumnLifecycleState(MaskingColumnLifecycleState maskingColumnLifecycleState) A filter to return only the resources that match the specified lifecycle states.- Parameters:
- maskingColumnLifecycleState- the value to set
- Returns:
- this builder instance
 
 - 
dataTypepublic ListMaskingColumnsRequest.Builder dataType(List<ListMaskingColumnsRequest.DataType> dataType) A filter to return only resources that match the specified data types.- Parameters:
- dataType- the value to set
- Returns:
- this builder instance
 
 - 
dataTypepublic ListMaskingColumnsRequest.Builder dataType(ListMaskingColumnsRequest.DataType singularValue) Singular setter.A filter to return only resources that match the specified data types. - Parameters:
- singularValue- the singular value to set
- Returns:
- this builder instance
 
 - 
schemaNamepublic ListMaskingColumnsRequest.Builder schemaName(List<String> schemaName) A filter to return only items related to specific schema name.- Parameters:
- schemaName- the value to set
- Returns:
- this builder instance
 
 - 
schemaNamepublic ListMaskingColumnsRequest.Builder schemaName(String singularValue) Singular setter.A filter to return only items related to specific schema name. - Parameters:
- singularValue- the singular value to set
- Returns:
- this builder instance
 
 - 
objectNamepublic ListMaskingColumnsRequest.Builder objectName(List<String> objectName) A filter to return only items related to a specific object name.- Parameters:
- objectName- the value to set
- Returns:
- this builder instance
 
 - 
objectNamepublic ListMaskingColumnsRequest.Builder objectName(String singularValue) Singular setter.A filter to return only items related to a specific object name. - Parameters:
- singularValue- the singular value to set
- Returns:
- this builder instance
 
 - 
columnNamepublic ListMaskingColumnsRequest.Builder columnName(List<String> columnName) A filter to return only a specific column based on column name.- Parameters:
- columnName- the value to set
- Returns:
- this builder instance
 
 - 
columnNamepublic ListMaskingColumnsRequest.Builder columnName(String singularValue) Singular setter.A filter to return only a specific column based on column name. - Parameters:
- singularValue- the singular value to set
- Returns:
- this builder instance
 
 - 
objectTypepublic ListMaskingColumnsRequest.Builder objectType(List<ListMaskingColumnsRequest.ObjectType> objectType) A filter to return only items related to a specific object type.- Parameters:
- objectType- the value to set
- Returns:
- this builder instance
 
 - 
objectTypepublic ListMaskingColumnsRequest.Builder objectType(ListMaskingColumnsRequest.ObjectType singularValue) Singular setter.A filter to return only items related to a specific object type. - Parameters:
- singularValue- the singular value to set
- Returns:
- this builder instance
 
 - 
maskingColumnGrouppublic ListMaskingColumnsRequest.Builder maskingColumnGroup(List<String> maskingColumnGroup) A filter to return only the resources that match the specified masking column group.- Parameters:
- maskingColumnGroup- the value to set
- Returns:
- this builder instance
 
 - 
maskingColumnGrouppublic ListMaskingColumnsRequest.Builder maskingColumnGroup(String singularValue) Singular setter.A filter to return only the resources that match the specified masking column group. - Parameters:
- singularValue- the singular value to set
- Returns:
- this builder instance
 
 - 
sensitiveTypeIdpublic ListMaskingColumnsRequest.Builder sensitiveTypeId(String sensitiveTypeId) A filter to return only items related to a specific sensitive type OCID.- Parameters:
- sensitiveTypeId- the value to set
- Returns:
- this builder instance
 
 - 
isMaskingEnabledpublic ListMaskingColumnsRequest.Builder isMaskingEnabled(Boolean isMaskingEnabled) A filter to return the masking column resources based on the value of their isMaskingEnabled attribute.A value of true returns only those columns for which masking is enabled. A value of false returns only those columns for which masking is disabled. Omitting this parameter returns all the masking columns in a masking policy. - Parameters:
- isMaskingEnabled- the value to set
- Returns:
- this builder instance
 
 - 
isSeedRequiredpublic ListMaskingColumnsRequest.Builder isSeedRequired(Boolean isSeedRequired) A filter to return masking columns based on whether the assigned masking formats need a seed value for masking.A value of true returns those masking columns that are using Deterministic Encryption or Deterministic Substitution masking format. - Parameters:
- isSeedRequired- the value to set
- Returns:
- this builder instance
 
 - 
timeCreatedGreaterThanOrEqualTopublic ListMaskingColumnsRequest.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 - Parameters:
- timeCreatedGreaterThanOrEqualTo- the value to set
- Returns:
- this builder instance
 
 - 
timeCreatedLessThanpublic ListMaskingColumnsRequest.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 - Parameters:
- timeCreatedLessThan- the value to set
- Returns:
- this builder instance
 
 - 
timeUpdatedGreaterThanOrEqualTopublic ListMaskingColumnsRequest.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. - Parameters:
- timeUpdatedGreaterThanOrEqualTo- the value to set
- Returns:
- this builder instance
 
 - 
timeUpdatedLessThanpublic ListMaskingColumnsRequest.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. - Parameters:
- timeUpdatedLessThan- the value to set
- Returns:
- this builder instance
 
 - 
opcRequestIdpublic ListMaskingColumnsRequest.Builder opcRequestId(String opcRequestId) Unique identifier for the request.- Parameters:
- opcRequestId- the value to set
- Returns:
- this builder instance
 
 - 
invocationCallbackpublic ListMaskingColumnsRequest.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 ListMaskingColumnsRequest.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 ListMaskingColumnsRequest.Builder copy(ListMaskingColumnsRequest o) Copy method to populate the builder with values from the given instance.- Specified by:
- copyin interface- BmcRequest.Builder<ListMaskingColumnsRequest,Void>
- Parameters:
- o- other request from which to copy values
- Returns:
- this builder instance
 
 - 
buildpublic ListMaskingColumnsRequest build() Build the instance of ListMaskingColumnsRequest 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<ListMaskingColumnsRequest,Void>
- Returns:
- instance of ListMaskingColumnsRequest
 
 - 
buildWithoutInvocationCallbackpublic ListMaskingColumnsRequest buildWithoutInvocationCallback() Build the instance of ListMaskingColumnsRequest 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 ListMaskingColumnsRequest
 
 
- 
 
-