public static class UpdateProviderOptions.Builder extends Object
Constructor and Description |
---|
Builder()
Instantiates a new builder.
|
Builder(String providerId,
ProviderSpecification specification,
ProviderPrivate xPrivate)
Instantiates a new builder with required properties.
|
Modifier and Type | Method and Description |
---|---|
UpdateProviderOptions |
build()
Builds a UpdateProviderOptions.
|
UpdateProviderOptions.Builder |
providerId(String providerId)
Set the providerId.
|
UpdateProviderOptions.Builder |
specification(ProviderSpecification specification)
Set the specification.
|
UpdateProviderOptions.Builder |
xPrivate(ProviderPrivate xPrivate)
Set the xPrivate.
|
public Builder()
public Builder(String providerId, ProviderSpecification specification, ProviderPrivate xPrivate)
providerId
- the providerIdspecification
- the specificationxPrivate
- the xPrivatepublic UpdateProviderOptions build()
public UpdateProviderOptions.Builder providerId(String providerId)
providerId
- the providerIdpublic UpdateProviderOptions.Builder specification(ProviderSpecification specification)
specification
- the specificationpublic UpdateProviderOptions.Builder xPrivate(ProviderPrivate xPrivate)
xPrivate
- the xPrivateCopyright © 2024 IBM Cloud. All rights reserved.