Interface AppStreamAuthSchemeParams.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AppStreamAuthSchemeParams.Builder,AppStreamAuthSchemeParams>,SdkBuilder<AppStreamAuthSchemeParams.Builder,AppStreamAuthSchemeParams>
- Enclosing interface:
- AppStreamAuthSchemeParams
public static interface AppStreamAuthSchemeParams.Builder extends CopyableBuilder<AppStreamAuthSchemeParams.Builder,AppStreamAuthSchemeParams>
A builder for aAppStreamAuthSchemeParams.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AppStreamAuthSchemeParamsbuild()Returns aAppStreamAuthSchemeParamsobject that is created from the properties that have been set on the builder.AppStreamAuthSchemeParams.Builderoperation(String operation)Set the operation for which to resolve the auth scheme.AppStreamAuthSchemeParams.Builderregion(Region region)Set the region.-
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
AppStreamAuthSchemeParams.Builder operation(String operation)
Set the operation for which to resolve the auth scheme.
-
region
AppStreamAuthSchemeParams.Builder region(Region region)
Set the region. The region parameter may be used with the "aws.auth#sigv4" auth scheme.
-
build
AppStreamAuthSchemeParams build()
Returns aAppStreamAuthSchemeParamsobject that is created from the properties that have been set on the builder.- Specified by:
buildin interfaceBuildable- Specified by:
buildin interfaceSdkBuilder<AppStreamAuthSchemeParams.Builder,AppStreamAuthSchemeParams>
-
-