Interface Cloud9AuthSchemeParams.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<Cloud9AuthSchemeParams.Builder,,- Cloud9AuthSchemeParams> - SdkBuilder<Cloud9AuthSchemeParams.Builder,- Cloud9AuthSchemeParams> 
- Enclosing interface:
- Cloud9AuthSchemeParams
public static interface Cloud9AuthSchemeParams.Builder
extends CopyableBuilder<Cloud9AuthSchemeParams.Builder,Cloud9AuthSchemeParams> 
A builder for a 
Cloud9AuthSchemeParams.- 
Method SummaryModifier and TypeMethodDescriptionbuild()Returns aCloud9AuthSchemeParamsobject that is created from the properties that have been set on the builder.Set the operation for which to resolve the auth scheme.Set the region.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation
- 
Method Details- 
operationSet the operation for which to resolve the auth scheme.
- 
regionSet the region. The region parameter may be used with the "aws.auth#sigv4" auth scheme.
- 
buildCloud9AuthSchemeParams build()Returns aCloud9AuthSchemeParamsobject that is created from the properties that have been set on the builder.- Specified by:
- buildin interface- Buildable
- Specified by:
- buildin interface- SdkBuilder<Cloud9AuthSchemeParams.Builder,- Cloud9AuthSchemeParams> 
- Returns:
- an instance of T
 
 
-