Class DefaultArtifactAuthSchemeParams
java.lang.Object
software.amazon.awssdk.services.artifact.auth.scheme.internal.DefaultArtifactAuthSchemeParams
- All Implemented Interfaces:
- ArtifactAuthSchemeParams,- ToCopyableBuilder<ArtifactAuthSchemeParams.Builder,- ArtifactAuthSchemeParams> 
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public final class DefaultArtifactAuthSchemeParams
extends Object
implements ArtifactAuthSchemeParams
- 
Method SummaryModifier and TypeMethodDescriptionbuilder()Returns the operation for which to resolve the auth scheme.region()Returns the region.Returns aArtifactAuthSchemeParams.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:ArtifactAuthSchemeParamsReturns the operation for which to resolve the auth scheme.- Specified by:
- operationin interface- ArtifactAuthSchemeParams
 
- 
regionDescription copied from interface:ArtifactAuthSchemeParamsReturns the region. The region parameter may be used with the "aws.auth#sigv4" auth scheme.- Specified by:
- regionin interface- ArtifactAuthSchemeParams
 
- 
toBuilderDescription copied from interface:ArtifactAuthSchemeParamsReturns aArtifactAuthSchemeParams.Builderto customize the parameters.- Specified by:
- toBuilderin interface- ArtifactAuthSchemeParams
- Specified by:
- toBuilderin interface- ToCopyableBuilder<ArtifactAuthSchemeParams.Builder,- ArtifactAuthSchemeParams> 
- Returns:
- a builder for type T
 
 
-