public static class CreateSteeringPolicyAttachmentResponse.Builder extends Object
Modifier and Type | Method and Description |
---|---|
CreateSteeringPolicyAttachmentResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
CreateSteeringPolicyAttachmentResponse |
build() |
CreateSteeringPolicyAttachmentResponse.Builder |
copy(CreateSteeringPolicyAttachmentResponse o)
Copy method to populate the builder with values from the given instance.
|
CreateSteeringPolicyAttachmentResponse.Builder |
eTag(String eTag)
The current version of the resource, ending with a
representation-specific suffix.
|
CreateSteeringPolicyAttachmentResponse.Builder |
location(String location)
The full URI of the resource related to the request.
|
CreateSteeringPolicyAttachmentResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
CreateSteeringPolicyAttachmentResponse.Builder |
steeringPolicyAttachment(SteeringPolicyAttachment steeringPolicyAttachment)
The returned SteeringPolicyAttachment instance.
|
String |
toString() |
public CreateSteeringPolicyAttachmentResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public CreateSteeringPolicyAttachmentResponse.Builder copy(CreateSteeringPolicyAttachmentResponse o)
Copy method to populate the builder with values from the given instance.
public CreateSteeringPolicyAttachmentResponse build()
public CreateSteeringPolicyAttachmentResponse.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 CreateSteeringPolicyAttachmentResponse.Builder location(String location)
The full URI of the resource related to the request.
this
.public CreateSteeringPolicyAttachmentResponse.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 CreateSteeringPolicyAttachmentResponse.Builder steeringPolicyAttachment(SteeringPolicyAttachment steeringPolicyAttachment)
The returned SteeringPolicyAttachment instance.
this
.Copyright © 2016–2022. All rights reserved.