Class ListSensitiveColumnsRequest.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • sensitiveDataModelId

        public ListSensitiveColumnsRequest.Builder sensitiveDataModelId​(String sensitiveDataModelId)
        The OCID of the sensitive data model.
        Parameters:
        sensitiveDataModelId - the value to set
        Returns:
        this builder instance
      • timeCreatedGreaterThanOrEqualTo

        public 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

        Parameters:
        timeCreatedGreaterThanOrEqualTo - the value to set
        Returns:
        this builder instance
      • timeCreatedLessThan

        public 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

        Parameters:
        timeCreatedLessThan - the value to set
        Returns:
        this builder instance
      • timeUpdatedGreaterThanOrEqualTo

        public 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.

        Parameters:
        timeUpdatedGreaterThanOrEqualTo - the value to set
        Returns:
        this builder instance
      • timeUpdatedLessThan

        public 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.

        Parameters:
        timeUpdatedLessThan - the value to set
        Returns:
        this builder instance
      • sensitiveColumnLifecycleState

        public ListSensitiveColumnsRequest.Builder sensitiveColumnLifecycleState​(SensitiveColumnLifecycleState sensitiveColumnLifecycleState)
        Filters the sensitive column resources with the given lifecycle state values.
        Parameters:
        sensitiveColumnLifecycleState - the value to set
        Returns:
        this builder instance
      • schemaName

        public ListSensitiveColumnsRequest.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
      • schemaName

        public ListSensitiveColumnsRequest.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
      • objectName

        public ListSensitiveColumnsRequest.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
      • objectName

        public ListSensitiveColumnsRequest.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
      • columnName

        public ListSensitiveColumnsRequest.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
      • columnName

        public ListSensitiveColumnsRequest.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
      • dataType

        public ListSensitiveColumnsRequest.Builder dataType​(List<String> dataType)
        A filter to return only the resources that match the specified data types.
        Parameters:
        dataType - the value to set
        Returns:
        this builder instance
      • dataType

        public ListSensitiveColumnsRequest.Builder dataType​(String singularValue)
        Singular setter.

        A filter to return only the resources that match the specified data types.

        Parameters:
        singularValue - the singular value to set
        Returns:
        this builder instance
      • sensitiveTypeId

        public 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.
        Parameters:
        sensitiveTypeId - the value to set
        Returns:
        this builder instance
      • sensitiveTypeId

        public 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.

        Parameters:
        singularValue - the singular value to set
        Returns:
        this builder instance
      • parentColumnKey

        public 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.
        Parameters:
        parentColumnKey - the value to set
        Returns:
        this builder instance
      • parentColumnKey

        public 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.

        Parameters:
        singularValue - the singular value to set
        Returns:
        this builder instance
      • relationType

        public 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.

        Parameters:
        relationType - the value to set
        Returns:
        this builder instance
      • relationType

        public 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.

        Parameters:
        singularValue - the singular value to set
        Returns:
        this builder instance
      • columnGroup

        public ListSensitiveColumnsRequest.Builder columnGroup​(String columnGroup)
        A filter to return only the sensitive columns that belong to the specified column group.
        Parameters:
        columnGroup - the value to set
        Returns:
        this builder instance
      • limit

        public 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.

        Parameters:
        limit - the value to set
        Returns:
        this builder instance
      • page

        public 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.

        Parameters:
        page - the value to set
        Returns:
        this builder instance
      • sortBy

        public 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.

        Parameters:
        sortBy - the value to set
        Returns:
        this builder instance
      • opcRequestId

        public ListSensitiveColumnsRequest.Builder opcRequestId​(String opcRequestId)
        Unique identifier for the request.
        Parameters:
        opcRequestId - the value to set
        Returns:
        this builder instance
      • isCaseInSensitive

        public 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.

        Parameters:
        isCaseInSensitive - the value to set
        Returns:
        this builder instance
      • invocationCallback

        public ListSensitiveColumnsRequest.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 ListSensitiveColumnsRequest.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