Class GetTableRequest.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • tableNameOrId

        public GetTableRequest.Builder tableNameOrId​(String tableNameOrId)
        A table name within the compartment, or a table OCID.
        Parameters:
        tableNameOrId - the value to set
        Returns:
        this builder instance
      • compartmentId

        public GetTableRequest.Builder compartmentId​(String compartmentId)
        The ID of a table’s compartment.

        When a table is identified by name, the compartmentId is often needed to provide context for interpreting the name.

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

        public GetTableRequest.Builder opcRequestId​(String opcRequestId)
        The client request ID for tracing.
        Parameters:
        opcRequestId - the value to set
        Returns:
        this builder instance
      • invocationCallback

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