Class PrestissimoEndpoints.Builder
- java.lang.Object
-
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.PrestissimoEndpoints.Builder
-
- Enclosing class:
- PrestissimoEndpoints
public static class PrestissimoEndpoints.Builder extends java.lang.Object
Builder.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Instantiates a new builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrestissimoEndpoints.Builder
applicationsApi(java.lang.String applicationsApi)
Set the applicationsApi.PrestissimoEndpoints
build()
Builds a PrestissimoEndpoints.PrestissimoEndpoints.Builder
historyServerEndpoint(java.lang.String historyServerEndpoint)
Set the historyServerEndpoint.PrestissimoEndpoints.Builder
sparkAccessEndpoint(java.lang.String sparkAccessEndpoint)
Set the sparkAccessEndpoint.PrestissimoEndpoints.Builder
sparkJobsV4Endpoint(java.lang.String sparkJobsV4Endpoint)
Set the sparkJobsV4Endpoint.PrestissimoEndpoints.Builder
sparkKernelEndpoint(java.lang.String sparkKernelEndpoint)
Set the sparkKernelEndpoint.PrestissimoEndpoints.Builder
viewHistoryServer(java.lang.String viewHistoryServer)
Set the viewHistoryServer.PrestissimoEndpoints.Builder
wxdApplicationEndpoint(java.lang.String wxdApplicationEndpoint)
Set the wxdApplicationEndpoint.
-
-
-
Method Detail
-
build
public PrestissimoEndpoints build()
Builds a PrestissimoEndpoints.- Returns:
- the new PrestissimoEndpoints instance
-
applicationsApi
public PrestissimoEndpoints.Builder applicationsApi(java.lang.String applicationsApi)
Set the applicationsApi.- Parameters:
applicationsApi
- the applicationsApi- Returns:
- the PrestissimoEndpoints builder
-
historyServerEndpoint
public PrestissimoEndpoints.Builder historyServerEndpoint(java.lang.String historyServerEndpoint)
Set the historyServerEndpoint.- Parameters:
historyServerEndpoint
- the historyServerEndpoint- Returns:
- the PrestissimoEndpoints builder
-
sparkAccessEndpoint
public PrestissimoEndpoints.Builder sparkAccessEndpoint(java.lang.String sparkAccessEndpoint)
Set the sparkAccessEndpoint.- Parameters:
sparkAccessEndpoint
- the sparkAccessEndpoint- Returns:
- the PrestissimoEndpoints builder
-
sparkJobsV4Endpoint
public PrestissimoEndpoints.Builder sparkJobsV4Endpoint(java.lang.String sparkJobsV4Endpoint)
Set the sparkJobsV4Endpoint.- Parameters:
sparkJobsV4Endpoint
- the sparkJobsV4Endpoint- Returns:
- the PrestissimoEndpoints builder
-
sparkKernelEndpoint
public PrestissimoEndpoints.Builder sparkKernelEndpoint(java.lang.String sparkKernelEndpoint)
Set the sparkKernelEndpoint.- Parameters:
sparkKernelEndpoint
- the sparkKernelEndpoint- Returns:
- the PrestissimoEndpoints builder
-
viewHistoryServer
public PrestissimoEndpoints.Builder viewHistoryServer(java.lang.String viewHistoryServer)
Set the viewHistoryServer.- Parameters:
viewHistoryServer
- the viewHistoryServer- Returns:
- the PrestissimoEndpoints builder
-
wxdApplicationEndpoint
public PrestissimoEndpoints.Builder wxdApplicationEndpoint(java.lang.String wxdApplicationEndpoint)
Set the wxdApplicationEndpoint.- Parameters:
wxdApplicationEndpoint
- the wxdApplicationEndpoint- Returns:
- the PrestissimoEndpoints builder
-
-