Class URLS.Builder
- java.lang.Object
-
- com.ibm.cloud.platform_services.global_catalog.v1.model.URLS.Builder
-
- Enclosing class:
- URLS
public static class URLS.Builder extends java.lang.ObjectBuilder.
-
-
Constructor Summary
Constructors Constructor Description Builder()Instantiates a new builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description URLS.Builderapidocsurl(java.lang.String apidocsurl)Set the apidocsurl.URLS.BuilderapiUrl(java.lang.String apiUrl)Set the apiUrl.URLSbuild()Builds a URLS.URLS.BuildercatalogDetailsUrl(java.lang.String catalogDetailsUrl)Set the catalogDetailsUrl.URLS.BuildercreateUrl(java.lang.String createUrl)Set the createUrl.URLS.BuildercustomCreatePageUrl(java.lang.String customCreatePageUrl)Set the customCreatePageUrl.URLS.BuilderdashboardUrl(java.lang.String dashboardUrl)Set the dashboardUrl.URLS.BuilderdeprecationDocUrl(java.lang.String deprecationDocUrl)Set the deprecationDocUrl.URLS.BuilderdocUrl(java.lang.String docUrl)Set the docUrl.URLS.BuilderinstructionsUrl(java.lang.String instructionsUrl)Set the instructionsUrl.URLS.BuilderregistrationUrl(java.lang.String registrationUrl)Set the registrationUrl.URLS.BuildersdkDownloadUrl(java.lang.String sdkDownloadUrl)Set the sdkDownloadUrl.URLS.BuildertermsUrl(java.lang.String termsUrl)Set the termsUrl.
-
-
-
Method Detail
-
build
public URLS build()
Builds a URLS.- Returns:
- the new URLS instance
-
docUrl
public URLS.Builder docUrl(java.lang.String docUrl)
Set the docUrl.- Parameters:
docUrl- the docUrl- Returns:
- the URLS builder
-
instructionsUrl
public URLS.Builder instructionsUrl(java.lang.String instructionsUrl)
Set the instructionsUrl.- Parameters:
instructionsUrl- the instructionsUrl- Returns:
- the URLS builder
-
apiUrl
public URLS.Builder apiUrl(java.lang.String apiUrl)
Set the apiUrl.- Parameters:
apiUrl- the apiUrl- Returns:
- the URLS builder
-
createUrl
public URLS.Builder createUrl(java.lang.String createUrl)
Set the createUrl.- Parameters:
createUrl- the createUrl- Returns:
- the URLS builder
-
sdkDownloadUrl
public URLS.Builder sdkDownloadUrl(java.lang.String sdkDownloadUrl)
Set the sdkDownloadUrl.- Parameters:
sdkDownloadUrl- the sdkDownloadUrl- Returns:
- the URLS builder
-
termsUrl
public URLS.Builder termsUrl(java.lang.String termsUrl)
Set the termsUrl.- Parameters:
termsUrl- the termsUrl- Returns:
- the URLS builder
-
customCreatePageUrl
public URLS.Builder customCreatePageUrl(java.lang.String customCreatePageUrl)
Set the customCreatePageUrl.- Parameters:
customCreatePageUrl- the customCreatePageUrl- Returns:
- the URLS builder
-
catalogDetailsUrl
public URLS.Builder catalogDetailsUrl(java.lang.String catalogDetailsUrl)
Set the catalogDetailsUrl.- Parameters:
catalogDetailsUrl- the catalogDetailsUrl- Returns:
- the URLS builder
-
deprecationDocUrl
public URLS.Builder deprecationDocUrl(java.lang.String deprecationDocUrl)
Set the deprecationDocUrl.- Parameters:
deprecationDocUrl- the deprecationDocUrl- Returns:
- the URLS builder
-
dashboardUrl
public URLS.Builder dashboardUrl(java.lang.String dashboardUrl)
Set the dashboardUrl.- Parameters:
dashboardUrl- the dashboardUrl- Returns:
- the URLS builder
-
registrationUrl
public URLS.Builder registrationUrl(java.lang.String registrationUrl)
Set the registrationUrl.- Parameters:
registrationUrl- the registrationUrl- Returns:
- the URLS builder
-
apidocsurl
public URLS.Builder apidocsurl(java.lang.String apidocsurl)
Set the apidocsurl.- Parameters:
apidocsurl- the apidocsurl- Returns:
- the URLS builder
-
-