Interface PartnerCentralSellingAuthSchemeParams.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<PartnerCentralSellingAuthSchemeParams.Builder,PartnerCentralSellingAuthSchemeParams>,SdkBuilder<PartnerCentralSellingAuthSchemeParams.Builder,PartnerCentralSellingAuthSchemeParams>
- Enclosing interface:
- PartnerCentralSellingAuthSchemeParams
public static interface PartnerCentralSellingAuthSchemeParams.Builder extends CopyableBuilder<PartnerCentralSellingAuthSchemeParams.Builder,PartnerCentralSellingAuthSchemeParams>
A builder for aPartnerCentralSellingAuthSchemeParams.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PartnerCentralSellingAuthSchemeParamsbuild()Returns aPartnerCentralSellingAuthSchemeParamsobject that is created from the properties that have been set on the builder.PartnerCentralSellingAuthSchemeParams.Builderoperation(String operation)Set the operation for which to resolve the auth scheme.PartnerCentralSellingAuthSchemeParams.Builderregion(Region region)Set the region.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation
-
-
-
-
Method Detail
-
operation
PartnerCentralSellingAuthSchemeParams.Builder operation(String operation)
Set the operation for which to resolve the auth scheme.
-
region
PartnerCentralSellingAuthSchemeParams.Builder region(Region region)
Set the region. The region parameter may be used with the "aws.auth#sigv4" auth scheme.
-
build
PartnerCentralSellingAuthSchemeParams build()
Returns aPartnerCentralSellingAuthSchemeParamsobject that is created from the properties that have been set on the builder.- Specified by:
buildin interfaceBuildable- Specified by:
buildin interfaceSdkBuilder<PartnerCentralSellingAuthSchemeParams.Builder,PartnerCentralSellingAuthSchemeParams>
-
-