Class DefaultCodeCatalystAuthSchemeParams
- java.lang.Object
-
- software.amazon.awssdk.services.codecatalyst.auth.scheme.internal.DefaultCodeCatalystAuthSchemeParams
-
- All Implemented Interfaces:
CodeCatalystAuthSchemeParams,ToCopyableBuilder<CodeCatalystAuthSchemeParams.Builder,CodeCatalystAuthSchemeParams>
@Generated("software.amazon.awssdk:codegen") public final class DefaultCodeCatalystAuthSchemeParams extends Object implements CodeCatalystAuthSchemeParams
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CodeCatalystAuthSchemeParams.Builderbuilder()Get a new builder for creating aCodeCatalystAuthSchemeParams.Stringoperation()Returns the operation for which to resolve the auth scheme.CodeCatalystAuthSchemeParams.BuildertoBuilder()Returns aCodeCatalystAuthSchemeParams.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 CodeCatalystAuthSchemeParams.Builder builder()
Description copied from interface:CodeCatalystAuthSchemeParamsGet a new builder for creating aCodeCatalystAuthSchemeParams.
-
operation
public String operation()
Description copied from interface:CodeCatalystAuthSchemeParamsReturns the operation for which to resolve the auth scheme.- Specified by:
operationin interfaceCodeCatalystAuthSchemeParams
-
toBuilder
public CodeCatalystAuthSchemeParams.Builder toBuilder()
Description copied from interface:CodeCatalystAuthSchemeParamsReturns aCodeCatalystAuthSchemeParams.Builderto customize the parameters.- Specified by:
toBuilderin interfaceCodeCatalystAuthSchemeParams- Specified by:
toBuilderin interfaceToCopyableBuilder<CodeCatalystAuthSchemeParams.Builder,CodeCatalystAuthSchemeParams>
-
-