public static class CreateSteeringPolicyAttachmentResponse.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CreateSteeringPolicyAttachmentResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
CreateSteeringPolicyAttachmentResponse |
build()
Build the response object.
|
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.
|
public CreateSteeringPolicyAttachmentResponse.Builder __httpStatusCode__(int __httpStatusCode__)
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.
eTag
- the value to setpublic CreateSteeringPolicyAttachmentResponse.Builder location(String location)
The full URI of the resource related to the request.
location
- the value to setpublic 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.
opcRequestId
- the value to setpublic CreateSteeringPolicyAttachmentResponse.Builder steeringPolicyAttachment(SteeringPolicyAttachment steeringPolicyAttachment)
The returned SteeringPolicyAttachment instance.
steeringPolicyAttachment
- the value to setpublic CreateSteeringPolicyAttachmentResponse.Builder copy(CreateSteeringPolicyAttachmentResponse o)
Copy method to populate the builder with values from the given instance.
public CreateSteeringPolicyAttachmentResponse build()
Build the response object.
Copyright © 2016–2022. All rights reserved.