public static class CreateSteeringPolicyResponse.Builder extends Object
Modifier and Type | Method and Description |
---|---|
CreateSteeringPolicyResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
CreateSteeringPolicyResponse |
build() |
CreateSteeringPolicyResponse.Builder |
copy(CreateSteeringPolicyResponse o)
Copy method to populate the builder with values from the given instance.
|
CreateSteeringPolicyResponse.Builder |
eTag(String eTag)
The current version of the resource, ending with a
representation-specific suffix.
|
CreateSteeringPolicyResponse.Builder |
location(String location)
The full URI of the resource related to the request.
|
CreateSteeringPolicyResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
CreateSteeringPolicyResponse.Builder |
steeringPolicy(SteeringPolicy steeringPolicy)
The returned SteeringPolicy instance.
|
String |
toString() |
public CreateSteeringPolicyResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public CreateSteeringPolicyResponse.Builder copy(CreateSteeringPolicyResponse o)
Copy method to populate the builder with values from the given instance.
public CreateSteeringPolicyResponse build()
public CreateSteeringPolicyResponse.Builder eTag(String eTag)
The current version of the resource, ending with a representation-specific suffix. This value may be used in If-Match and If-None-Match headers for later requests of the same resource.
this
.public CreateSteeringPolicyResponse.Builder location(String location)
The full URI of the resource related to the request.
this
.public CreateSteeringPolicyResponse.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 CreateSteeringPolicyResponse.Builder steeringPolicy(SteeringPolicy steeringPolicy)
The returned SteeringPolicy instance.
this
.Copyright © 2016–2022. All rights reserved.