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 a
CodeCatalystAuthSchemeParams
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Returns aCodeCatalystAuthSchemeParams
object that is created from the properties that have been set on the builder.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 Details
-
operation
Set the operation for which to resolve the auth scheme. -
build
CodeCatalystAuthSchemeParams build()Returns aCodeCatalystAuthSchemeParams
object that is created from the properties that have been set on the builder.- Specified by:
build
in interfaceBuildable
- Specified by:
build
in interfaceSdkBuilder<CodeCatalystAuthSchemeParams.Builder,
CodeCatalystAuthSchemeParams> - Returns:
- an instance of T
-