Class GetAddonRequest.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • kafkaClusterId

        public GetAddonRequest.Builder kafkaClusterId​(String kafkaClusterId)
        The OCID of the KafkaCluster.
        Parameters:
        kafkaClusterId - the value to set
        Returns:
        this builder instance
      • addonName

        public GetAddonRequest.Builder addonName​(String addonName)
        The unique name of the KafkaClusterAddon.
        Parameters:
        addonName - the value to set
        Returns:
        this builder instance
      • opcRequestId

        public GetAddonRequest.Builder opcRequestId​(String opcRequestId)
        Unique Oracle-assigned identifier for the request.

        If you need to contact Oracle about a particular request, please provide the request ID. The only valid characters for request IDs are letters, numbers, underscore, and dash.

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

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