Interface CodeCatalystAuthSchemeParams.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CodeCatalystAuthSchemeParams.Builder,CodeCatalystAuthSchemeParams>,SdkBuilder<CodeCatalystAuthSchemeParams.Builder,CodeCatalystAuthSchemeParams>
- Enclosing interface:
- CodeCatalystAuthSchemeParams
public static interface CodeCatalystAuthSchemeParams.Builder extends CopyableBuilder<CodeCatalystAuthSchemeParams.Builder,CodeCatalystAuthSchemeParams>
A builder for aCodeCatalystAuthSchemeParams.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CodeCatalystAuthSchemeParamsbuild()Returns aCodeCatalystAuthSchemeParamsobject that is created from the properties that have been set on the builder.CodeCatalystAuthSchemeParams.Builderoperation(String operation)Set the operation for which to resolve the auth scheme.-
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
CodeCatalystAuthSchemeParams.Builder operation(String operation)
Set the operation for which to resolve the auth scheme.
-
build
CodeCatalystAuthSchemeParams build()
Returns aCodeCatalystAuthSchemeParamsobject that is created from the properties that have been set on the builder.- Specified by:
buildin interfaceBuildable- Specified by:
buildin interfaceSdkBuilder<CodeCatalystAuthSchemeParams.Builder,CodeCatalystAuthSchemeParams>
-
-