public static class CreateAttributeRequest.Builder extends Object implements BmcRequest.Builder<CreateAttributeRequest,CreateAttributeDetails>
Modifier and Type | Method and Description |
---|---|
CreateAttributeRequest.Builder |
body$(CreateAttributeDetails body)
Alternative setter for the body parameter.
|
CreateAttributeRequest |
build()
Build the instance of CreateAttributeRequest as configured by this builder
|
CreateAttributeRequest |
buildWithoutInvocationCallback() |
CreateAttributeRequest.Builder |
catalogId(String catalogId)
Unique catalog identifier.
|
CreateAttributeRequest.Builder |
copy(CreateAttributeRequest o)
Copy method to populate the builder with values from the given instance.
|
CreateAttributeRequest.Builder |
createAttributeDetails(CreateAttributeDetails createAttributeDetails)
The information used to create an entity attribute.
|
CreateAttributeRequest.Builder |
dataAssetKey(String dataAssetKey)
Unique data asset key.
|
CreateAttributeRequest.Builder |
entityKey(String entityKey)
Unique entity key.
|
CreateAttributeRequest.Builder |
invocationCallback(Consumer<javax.ws.rs.client.Invocation.Builder> invocationCallback)
Set the invocation callback for the request to be built.
|
CreateAttributeRequest.Builder |
opcRequestId(String opcRequestId)
The client request ID for tracing.
|
CreateAttributeRequest.Builder |
opcRetryToken(String opcRetryToken)
A token that uniquely identifies a request so it can be retried in case of a timeout or
server error without risk of executing that same action again.
|
CreateAttributeRequest.Builder |
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
String |
toString() |
public CreateAttributeRequest.Builder invocationCallback(Consumer<javax.ws.rs.client.Invocation.Builder> invocationCallback)
Set the invocation callback for the request to be built.
invocationCallback
- the invocation callback to be set for the requestpublic CreateAttributeRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
retryConfiguration
- the retry configuration to be used for the requestpublic CreateAttributeRequest.Builder copy(CreateAttributeRequest o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcRequest.Builder<CreateAttributeRequest,CreateAttributeDetails>
o
- other request from which to copy valuespublic CreateAttributeRequest build()
Build the instance of CreateAttributeRequest as configured by this builder
Note that this method takes calls to invocationCallback(com.oracle.bmc.util.internal.Consumer)
into account,
while the method buildWithoutInvocationCallback()
does not.
This is the preferred method to build an instance.
build
in interface BmcRequest.Builder<CreateAttributeRequest,CreateAttributeDetails>
public CreateAttributeRequest.Builder body$(CreateAttributeDetails body)
Alternative setter for the body parameter.
body$
in interface BmcRequest.Builder<CreateAttributeRequest,CreateAttributeDetails>
body
- the body parameterpublic CreateAttributeRequest.Builder catalogId(String catalogId)
Unique catalog identifier.
this
.public CreateAttributeRequest.Builder dataAssetKey(String dataAssetKey)
Unique data asset key.
this
.public CreateAttributeRequest.Builder entityKey(String entityKey)
Unique entity key.
this
.public CreateAttributeRequest.Builder createAttributeDetails(CreateAttributeDetails createAttributeDetails)
The information used to create an entity attribute.
this
.public CreateAttributeRequest.Builder opcRequestId(String opcRequestId)
The client request ID for tracing.
this
.public CreateAttributeRequest.Builder opcRetryToken(String opcRetryToken)
A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again. Retry tokens expire after 24 hours, but can be invalidated before then due to conflicting operations. For example, if a resource has been deleted and purged from the system, then a retry of the original creation request might be rejected.
this
.public CreateAttributeRequest buildWithoutInvocationCallback()
Copyright © 2016–2022. All rights reserved.