public class AddUploadBufferRequest extends AmazonWebServiceRequest implements java.io.Serializable
AddUploadBuffer operation.
This operation configures one or more gateway local disks as upload buffer for a specified gateway. This operation is supported for both the gateway-stored and gateway-cached volume architectures.
In the request, you specify the gateway Amazon Resource Name (ARN) to which you want to add upload buffer, and one or more disk IDs that you want to configure as upload buffer.
| コンストラクタと説明 |
|---|
AddUploadBufferRequest() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<java.lang.String> |
getDiskIds()
An array of strings that identify disks that are to be configured as
upload buffer.
|
java.lang.String |
getGatewayARN()
The Amazon Resource Name (ARN) of the gateway.
|
int |
hashCode() |
void |
setDiskIds(java.util.Collection<java.lang.String> diskIds)
An array of strings that identify disks that are to be configured as
upload buffer.
|
void |
setGatewayARN(java.lang.String gatewayARN)
The Amazon Resource Name (ARN) of the gateway.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
AddUploadBufferRequest |
withDiskIds(java.util.Collection<java.lang.String> diskIds)
An array of strings that identify disks that are to be configured as
upload buffer.
|
AddUploadBufferRequest |
withDiskIds(java.lang.String... diskIds)
An array of strings that identify disks that are to be configured as
upload buffer.
|
AddUploadBufferRequest |
withGatewayARN(java.lang.String gatewayARN)
The Amazon Resource Name (ARN) of the gateway.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic java.lang.String getGatewayARN()
Constraints:
Length: 50 - 500
public void setGatewayARN(java.lang.String gatewayARN)
Constraints:
Length: 50 - 500
gatewayARN - The Amazon Resource Name (ARN) of the gateway. Use the
ListGateways operation to return a list of gateways for your
account and region.public AddUploadBufferRequest withGatewayARN(java.lang.String gatewayARN)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 50 - 500
gatewayARN - The Amazon Resource Name (ARN) of the gateway. Use the
ListGateways operation to return a list of gateways for your
account and region.public java.util.List<java.lang.String> getDiskIds()
public void setDiskIds(java.util.Collection<java.lang.String> diskIds)
diskIds - An array of strings that identify disks that are to be configured as
upload buffer. Each string in the array must be minimum length of 1
and maximum length of 300. You can get disk IDs from the
ListLocalDisks API.public AddUploadBufferRequest withDiskIds(java.lang.String... diskIds)
Returns a reference to this object so that method calls can be chained together.
diskIds - An array of strings that identify disks that are to be configured as
upload buffer. Each string in the array must be minimum length of 1
and maximum length of 300. You can get disk IDs from the
ListLocalDisks API.public AddUploadBufferRequest withDiskIds(java.util.Collection<java.lang.String> diskIds)
Returns a reference to this object so that method calls can be chained together.
diskIds - An array of strings that identify disks that are to be configured as
upload buffer. Each string in the array must be minimum length of 1
and maximum length of 300. You can get disk IDs from the
ListLocalDisks API.public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object