Class ListCertificatesRequest.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • compartmentId

        public ListCertificatesRequest.Builder compartmentId​(String compartmentId)
        The OCID of the compartment.

        This number is generated when the compartment is created.

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

        public ListCertificatesRequest.Builder opcRequestId​(String opcRequestId)
        The unique Oracle-assigned identifier for the request.

        If you need to contact Oracle about a particular request, please provide the request ID.

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

        public ListCertificatesRequest.Builder limit​(Integer limit)
        The maximum number of items to return in a paginated call.

        If unspecified, defaults to 10.

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

        public ListCertificatesRequest.Builder page​(String page)
        The value of the opc-next-page response header from the previous paginated call.
        Parameters:
        page - the value to set
        Returns:
        this builder instance
      • id

        public ListCertificatesRequest.Builder id​(String singularValue)
        Singular setter.

        Filter certificates using a list of certificates OCIDs.

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

        public ListCertificatesRequest.Builder displayName​(List<String> displayName)
        Filter certificates using a list of display names.
        Parameters:
        displayName - the value to set
        Returns:
        this builder instance
      • displayName

        public ListCertificatesRequest.Builder displayName​(String singularValue)
        Singular setter.

        Filter certificates using a list of display names.

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

        public ListCertificatesRequest.Builder lifecycleState​(LifecycleStates singularValue)
        Singular setter.

        Filter certificates using a list of lifecycle states.

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

        public ListCertificatesRequest.Builder timeCreatedGreaterThanOrEqualTo​(Date timeCreatedGreaterThanOrEqualTo)
        A filter that matches certificates created on or after the specified date-time.
        Parameters:
        timeCreatedGreaterThanOrEqualTo - the value to set
        Returns:
        this builder instance
      • timeCreatedLessThan

        public ListCertificatesRequest.Builder timeCreatedLessThan​(Date timeCreatedLessThan)
        A filter that matches certificates created before the specified date-time.
        Parameters:
        timeCreatedLessThan - the value to set
        Returns:
        this builder instance
      • invocationCallback

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