Interface RequestPaymentConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RequestPaymentConfiguration.Builder,
,RequestPaymentConfiguration> SdkBuilder<RequestPaymentConfiguration.Builder,
,RequestPaymentConfiguration> SdkPojo
- Enclosing class:
RequestPaymentConfiguration
public static interface RequestPaymentConfiguration.Builder
extends SdkPojo, CopyableBuilder<RequestPaymentConfiguration.Builder,RequestPaymentConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies who pays for the download and request fees.Specifies who pays for the download and request fees.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
payer
Specifies who pays for the download and request fees.
- Parameters:
payer
- Specifies who pays for the download and request fees.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
payer
Specifies who pays for the download and request fees.
- Parameters:
payer
- Specifies who pays for the download and request fees.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-