public static class CreateDomainGovernanceResponse.Builder extends Object
Modifier and Type | Method and Description |
---|---|
CreateDomainGovernanceResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
CreateDomainGovernanceResponse |
build() |
CreateDomainGovernanceResponse.Builder |
copy(CreateDomainGovernanceResponse o)
Copy method to populate the builder with values from the given instance.
|
CreateDomainGovernanceResponse.Builder |
domainGovernance(DomainGovernance domainGovernance)
The returned DomainGovernance instance.
|
CreateDomainGovernanceResponse.Builder |
etag(String etag)
For optimistic concurrency control.
|
CreateDomainGovernanceResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
String |
toString() |
public CreateDomainGovernanceResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public CreateDomainGovernanceResponse.Builder copy(CreateDomainGovernanceResponse o)
Copy method to populate the builder with values from the given instance.
public CreateDomainGovernanceResponse build()
public CreateDomainGovernanceResponse.Builder opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
this
.public CreateDomainGovernanceResponse.Builder etag(String etag)
For optimistic concurrency control. See if-match
.
this
.public CreateDomainGovernanceResponse.Builder domainGovernance(DomainGovernance domainGovernance)
The returned DomainGovernance instance.
this
.Copyright © 2016–2022. All rights reserved.