Class GetClusterRequest.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • clusterId

        public GetClusterRequest.Builder clusterId​(String clusterId)
        The OCID of the cluster.
        Parameters:
        clusterId - the value to set
        Returns:
        this builder instance
      • opcRequestId

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

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

        public GetClusterRequest.Builder shouldIncludeOidcConfigFile​(Boolean shouldIncludeOidcConfigFile)
        Boolean value to determine if the OpenIdConnectAuth configuration file should be displayed for the provided cluster.
        Parameters:
        shouldIncludeOidcConfigFile - the value to set
        Returns:
        this builder instance
      • invocationCallback

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