public static class GetAttributeTagRequest.Builder extends Object implements BmcRequest.Builder<GetAttributeTagRequest,Void>
Modifier and Type | Method and Description |
---|---|
GetAttributeTagRequest.Builder |
attributeKey(String attributeKey)
Unique attribute key.
|
GetAttributeTagRequest |
build()
Build the instance of GetAttributeTagRequest as configured by this builder
|
GetAttributeTagRequest |
buildWithoutInvocationCallback() |
GetAttributeTagRequest.Builder |
catalogId(String catalogId)
Unique catalog identifier.
|
GetAttributeTagRequest.Builder |
copy(GetAttributeTagRequest o)
Copy method to populate the builder with values from the given instance.
|
GetAttributeTagRequest.Builder |
dataAssetKey(String dataAssetKey)
Unique data asset key.
|
GetAttributeTagRequest.Builder |
entityKey(String entityKey)
Unique entity key.
|
GetAttributeTagRequest.Builder |
fields(GetAttributeTagRequest.Fields singularValue)
Singular setter.
|
GetAttributeTagRequest.Builder |
fields(List<GetAttributeTagRequest.Fields> fields)
Specifies the fields to return in an entity attribute tag response.
|
GetAttributeTagRequest.Builder |
invocationCallback(Consumer<javax.ws.rs.client.Invocation.Builder> invocationCallback)
Set the invocation callback for the request to be built.
|
GetAttributeTagRequest.Builder |
opcRequestId(String opcRequestId)
The client request ID for tracing.
|
GetAttributeTagRequest.Builder |
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
GetAttributeTagRequest.Builder |
tagKey(String tagKey)
Unique tag key.
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
body$
public GetAttributeTagRequest.Builder fields(List<GetAttributeTagRequest.Fields> fields)
Specifies the fields to return in an entity attribute tag response.
public GetAttributeTagRequest.Builder fields(GetAttributeTagRequest.Fields singularValue)
Singular setter. Specifies the fields to return in an entity attribute tag response.
public GetAttributeTagRequest.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 GetAttributeTagRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
retryConfiguration
- the retry configuration to be used for the requestpublic GetAttributeTagRequest.Builder copy(GetAttributeTagRequest o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcRequest.Builder<GetAttributeTagRequest,Void>
o
- other request from which to copy valuespublic GetAttributeTagRequest build()
Build the instance of GetAttributeTagRequest 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<GetAttributeTagRequest,Void>
public GetAttributeTagRequest.Builder catalogId(String catalogId)
Unique catalog identifier.
this
.public GetAttributeTagRequest.Builder dataAssetKey(String dataAssetKey)
Unique data asset key.
this
.public GetAttributeTagRequest.Builder entityKey(String entityKey)
Unique entity key.
this
.public GetAttributeTagRequest.Builder attributeKey(String attributeKey)
Unique attribute key.
this
.public GetAttributeTagRequest.Builder tagKey(String tagKey)
Unique tag key.
this
.public GetAttributeTagRequest.Builder opcRequestId(String opcRequestId)
The client request ID for tracing.
this
.public GetAttributeTagRequest buildWithoutInvocationCallback()
Copyright © 2016–2022. All rights reserved.