public final class QueueRequestOptions extends RequestOptions
Constructor and Description |
---|
QueueRequestOptions()
Initializes a new instance of the QueueRequestOptions class.
|
QueueRequestOptions(QueueRequestOptions other)
Initializes a new instance of the QueueRequestOptions class as a copy of
another QueueRequestOptions instance.
|
Modifier and Type | Method and Description |
---|---|
QueueEncryptionPolicy |
getEncryptionPolicy()
Gets the encryption policy to use for this request.
|
void |
setEncryptionPolicy(QueueEncryptionPolicy encryptionPolicy)
Sets the QueueEncryptionPolicy object to use for this request.
|
getLocationMode, getMaximumExecutionTimeInMs, getOperationExpiryTimeInMs, getRetryPolicyFactory, getTimeoutIntervalInMs, requireEncryption, setLocationMode, setMaximumExecutionTimeInMs, setRequireEncryption, setRetryPolicyFactory, setTimeoutIntervalInMs
public QueueRequestOptions()
public QueueRequestOptions(QueueRequestOptions other)
other
- The QueueRequestOptions
object to copy the values
from.public QueueEncryptionPolicy getEncryptionPolicy()
setEncryptionPolicy(QueueEncryptionPolicy)
.QueueEncryptionPolicy
object that represents the current encryption policy.public void setEncryptionPolicy(QueueEncryptionPolicy encryptionPolicy)
The default QueueEncryptionPolicy is set in the client and is by default null, indicating no encryption. You can
change the QueueEncryptionPolicy on this request by setting this property. You can also change the value on the
ServiceClient.getDefaultRequestOptions()
object so that all subsequent requests made via the service
client will use that QueueEncryptionPolicy.
encryptionPolicy
- the QueueEncryptionPolicy object to use when making service requests.Copyright © 2018. All Rights Reserved.