public static class UpdateConfigurationSourceProviderResponse.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UpdateConfigurationSourceProviderResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
UpdateConfigurationSourceProviderResponse |
build()
Build the response object.
|
UpdateConfigurationSourceProviderResponse.Builder |
configurationSourceProvider(ConfigurationSourceProvider configurationSourceProvider)
The returned ConfigurationSourceProvider instance.
|
UpdateConfigurationSourceProviderResponse.Builder |
copy(UpdateConfigurationSourceProviderResponse o)
Copy method to populate the builder with values from the given instance.
|
UpdateConfigurationSourceProviderResponse.Builder |
etag(String etag)
For optimistic concurrency control.
|
UpdateConfigurationSourceProviderResponse.Builder |
opcRequestId(String opcRequestId)
Unique identifier for the request.
|
public UpdateConfigurationSourceProviderResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public UpdateConfigurationSourceProviderResponse.Builder opcRequestId(String opcRequestId)
Unique identifier for the request.
opcRequestId
- the value to setpublic UpdateConfigurationSourceProviderResponse.Builder etag(String etag)
For optimistic concurrency control. See if-match
.
etag
- the value to setpublic UpdateConfigurationSourceProviderResponse.Builder configurationSourceProvider(ConfigurationSourceProvider configurationSourceProvider)
The returned ConfigurationSourceProvider instance.
configurationSourceProvider
- the value to setpublic UpdateConfigurationSourceProviderResponse.Builder copy(UpdateConfigurationSourceProviderResponse o)
Copy method to populate the builder with values from the given instance.
public UpdateConfigurationSourceProviderResponse build()
Build the response object.
Copyright © 2016–2022. All rights reserved.