public static class ValidateAssociationParametersResponse.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ValidateAssociationParametersResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
ValidateAssociationParametersResponse |
build()
Build the response object.
|
ValidateAssociationParametersResponse.Builder |
copy(ValidateAssociationParametersResponse o)
Copy method to populate the builder with values from the given instance.
|
ValidateAssociationParametersResponse.Builder |
etag(String etag)
For optimistic concurrency control.
|
ValidateAssociationParametersResponse.Builder |
logAnalyticsAssociationParameterCollection(LogAnalyticsAssociationParameterCollection logAnalyticsAssociationParameterCollection)
The returned LogAnalyticsAssociationParameterCollection instance.
|
ValidateAssociationParametersResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
public ValidateAssociationParametersResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public ValidateAssociationParametersResponse.Builder etag(String etag)
For optimistic concurrency control. See if-match
.
etag
- the value to setpublic ValidateAssociationParametersResponse.Builder opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request. When you contact Oracle about a specific request, provide the request ID.
opcRequestId
- the value to setpublic ValidateAssociationParametersResponse.Builder logAnalyticsAssociationParameterCollection(LogAnalyticsAssociationParameterCollection logAnalyticsAssociationParameterCollection)
The returned LogAnalyticsAssociationParameterCollection instance.
logAnalyticsAssociationParameterCollection
- the value to setpublic ValidateAssociationParametersResponse.Builder copy(ValidateAssociationParametersResponse o)
Copy method to populate the builder with values from the given instance.
public ValidateAssociationParametersResponse build()
Build the response object.
Copyright © 2016–2022. All rights reserved.