Interface MarketplaceCatalogAuthSchemeParams.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<MarketplaceCatalogAuthSchemeParams.Builder,MarketplaceCatalogAuthSchemeParams>,SdkBuilder<MarketplaceCatalogAuthSchemeParams.Builder,MarketplaceCatalogAuthSchemeParams>
- Enclosing interface:
- MarketplaceCatalogAuthSchemeParams
public static interface MarketplaceCatalogAuthSchemeParams.Builder extends CopyableBuilder<MarketplaceCatalogAuthSchemeParams.Builder,MarketplaceCatalogAuthSchemeParams>
A builder for aMarketplaceCatalogAuthSchemeParams.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MarketplaceCatalogAuthSchemeParamsbuild()Returns aMarketplaceCatalogAuthSchemeParamsobject that is created from the properties that have been set on the builder.MarketplaceCatalogAuthSchemeParams.Builderoperation(String operation)Set the operation for which to resolve the auth scheme.MarketplaceCatalogAuthSchemeParams.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
MarketplaceCatalogAuthSchemeParams.Builder operation(String operation)
Set the operation for which to resolve the auth scheme.
-
region
MarketplaceCatalogAuthSchemeParams.Builder region(Region region)
Set the region. The region parameter may be used with the "aws.auth#sigv4" auth scheme.
-
build
MarketplaceCatalogAuthSchemeParams build()
Returns aMarketplaceCatalogAuthSchemeParamsobject that is created from the properties that have been set on the builder.- Specified by:
buildin interfaceBuildable- Specified by:
buildin interfaceSdkBuilder<MarketplaceCatalogAuthSchemeParams.Builder,MarketplaceCatalogAuthSchemeParams>
-
-