Class DefaultMarketplaceCatalogAuthSchemeParams
- java.lang.Object
-
- software.amazon.awssdk.services.marketplacecatalog.auth.scheme.internal.DefaultMarketplaceCatalogAuthSchemeParams
-
- All Implemented Interfaces:
MarketplaceCatalogAuthSchemeParams,ToCopyableBuilder<MarketplaceCatalogAuthSchemeParams.Builder,MarketplaceCatalogAuthSchemeParams>
@Generated("software.amazon.awssdk:codegen") public final class DefaultMarketplaceCatalogAuthSchemeParams extends Object implements MarketplaceCatalogAuthSchemeParams
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MarketplaceCatalogAuthSchemeParams.Builderbuilder()Get a new builder for creating aMarketplaceCatalogAuthSchemeParams.Stringoperation()Returns the operation for which to resolve the auth scheme.Regionregion()Returns the region.MarketplaceCatalogAuthSchemeParams.BuildertoBuilder()Returns aMarketplaceCatalogAuthSchemeParams.Builderto customize the parameters.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
builder
public static MarketplaceCatalogAuthSchemeParams.Builder builder()
Description copied from interface:MarketplaceCatalogAuthSchemeParamsGet a new builder for creating aMarketplaceCatalogAuthSchemeParams.
-
operation
public String operation()
Description copied from interface:MarketplaceCatalogAuthSchemeParamsReturns the operation for which to resolve the auth scheme.- Specified by:
operationin interfaceMarketplaceCatalogAuthSchemeParams
-
region
public Region region()
Description copied from interface:MarketplaceCatalogAuthSchemeParamsReturns the region. The region parameter may be used with the "aws.auth#sigv4" auth scheme.- Specified by:
regionin interfaceMarketplaceCatalogAuthSchemeParams
-
toBuilder
public MarketplaceCatalogAuthSchemeParams.Builder toBuilder()
Description copied from interface:MarketplaceCatalogAuthSchemeParamsReturns aMarketplaceCatalogAuthSchemeParams.Builderto customize the parameters.- Specified by:
toBuilderin interfaceMarketplaceCatalogAuthSchemeParams- Specified by:
toBuilderin interfaceToCopyableBuilder<MarketplaceCatalogAuthSchemeParams.Builder,MarketplaceCatalogAuthSchemeParams>
-
-