Class DefaultWorkSpacesAuthSchemeParams
java.lang.Object
software.amazon.awssdk.services.workspaces.auth.scheme.internal.DefaultWorkSpacesAuthSchemeParams
- All Implemented Interfaces:
- WorkSpacesAuthSchemeParams,- ToCopyableBuilder<WorkSpacesAuthSchemeParams.Builder,- WorkSpacesAuthSchemeParams> 
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public final class DefaultWorkSpacesAuthSchemeParams
extends Object
implements WorkSpacesAuthSchemeParams
- 
Method SummaryModifier and TypeMethodDescriptionbuilder()Returns the operation for which to resolve the auth scheme.region()Returns the region.Returns aWorkSpacesAuthSchemeParams.Builderto customize the parameters.Methods inherited from class java.lang.Objectequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuildercopy
- 
Method Details- 
builder
- 
operationDescription copied from interface:WorkSpacesAuthSchemeParamsReturns the operation for which to resolve the auth scheme.- Specified by:
- operationin interface- WorkSpacesAuthSchemeParams
 
- 
regionDescription copied from interface:WorkSpacesAuthSchemeParamsReturns the region. The region parameter may be used with the "aws.auth#sigv4" auth scheme.- Specified by:
- regionin interface- WorkSpacesAuthSchemeParams
 
- 
toBuilderDescription copied from interface:WorkSpacesAuthSchemeParamsReturns aWorkSpacesAuthSchemeParams.Builderto customize the parameters.- Specified by:
- toBuilderin interface- ToCopyableBuilder<WorkSpacesAuthSchemeParams.Builder,- WorkSpacesAuthSchemeParams> 
- Specified by:
- toBuilderin interface- WorkSpacesAuthSchemeParams
- Returns:
- a builder for type T
 
 
-