Class DefaultControlCatalogAuthSchemeParams
- java.lang.Object
-
- software.amazon.awssdk.services.controlcatalog.auth.scheme.internal.DefaultControlCatalogAuthSchemeParams
-
- All Implemented Interfaces:
ControlCatalogAuthSchemeParams,ToCopyableBuilder<ControlCatalogAuthSchemeParams.Builder,ControlCatalogAuthSchemeParams>
@Generated("software.amazon.awssdk:codegen") public final class DefaultControlCatalogAuthSchemeParams extends Object implements ControlCatalogAuthSchemeParams
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ControlCatalogAuthSchemeParams.Builderbuilder()Get a new builder for creating aControlCatalogAuthSchemeParams.Stringoperation()Returns the operation for which to resolve the auth scheme.Regionregion()Returns the region.ControlCatalogAuthSchemeParams.BuildertoBuilder()Returns aControlCatalogAuthSchemeParams.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 ControlCatalogAuthSchemeParams.Builder builder()
Description copied from interface:ControlCatalogAuthSchemeParamsGet a new builder for creating aControlCatalogAuthSchemeParams.
-
operation
public String operation()
Description copied from interface:ControlCatalogAuthSchemeParamsReturns the operation for which to resolve the auth scheme.- Specified by:
operationin interfaceControlCatalogAuthSchemeParams
-
region
public Region region()
Description copied from interface:ControlCatalogAuthSchemeParamsReturns the region. The region parameter may be used with the "aws.auth#sigv4" auth scheme.- Specified by:
regionin interfaceControlCatalogAuthSchemeParams
-
toBuilder
public ControlCatalogAuthSchemeParams.Builder toBuilder()
Description copied from interface:ControlCatalogAuthSchemeParamsReturns aControlCatalogAuthSchemeParams.Builderto customize the parameters.- Specified by:
toBuilderin interfaceControlCatalogAuthSchemeParams- Specified by:
toBuilderin interfaceToCopyableBuilder<ControlCatalogAuthSchemeParams.Builder,ControlCatalogAuthSchemeParams>
-
-