public class RequestPaymentConfiguration
extends java.lang.Object
implements java.io.Serializable
If set to Requester, the requester instead of the bucket owner pays the cost of the request and the data download from the bucket. The bucket owner always pays the cost of storing data.
Modifier and Type | Class and Description |
---|---|
static class |
RequestPaymentConfiguration.Payer |
Modifier and Type | Field and Description |
---|---|
private RequestPaymentConfiguration.Payer |
payer |
Constructor and Description |
---|
RequestPaymentConfiguration(RequestPaymentConfiguration.Payer payer) |
Modifier and Type | Method and Description |
---|---|
RequestPaymentConfiguration.Payer |
getPayer() |
void |
setPayer(RequestPaymentConfiguration.Payer payer) |
private RequestPaymentConfiguration.Payer payer
public RequestPaymentConfiguration(RequestPaymentConfiguration.Payer payer)
public RequestPaymentConfiguration.Payer getPayer()
public void setPayer(RequestPaymentConfiguration.Payer payer)