Class DefaultCodeStarConnectionsAuthSchemeParams
- java.lang.Object
-
- software.amazon.awssdk.services.codestarconnections.auth.scheme.internal.DefaultCodeStarConnectionsAuthSchemeParams
-
- All Implemented Interfaces:
CodeStarConnectionsAuthSchemeParams,ToCopyableBuilder<CodeStarConnectionsAuthSchemeParams.Builder,CodeStarConnectionsAuthSchemeParams>
@Generated("software.amazon.awssdk:codegen") public final class DefaultCodeStarConnectionsAuthSchemeParams extends Object implements CodeStarConnectionsAuthSchemeParams
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CodeStarConnectionsAuthSchemeParams.Builderbuilder()Get a new builder for creating aCodeStarConnectionsAuthSchemeParams.Stringoperation()Returns the operation for which to resolve the auth scheme.Regionregion()Returns the region.CodeStarConnectionsAuthSchemeParams.BuildertoBuilder()Returns aCodeStarConnectionsAuthSchemeParams.Builderto customize the parameters.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
builder
public static CodeStarConnectionsAuthSchemeParams.Builder builder()
Description copied from interface:CodeStarConnectionsAuthSchemeParamsGet a new builder for creating aCodeStarConnectionsAuthSchemeParams.
-
operation
public String operation()
Description copied from interface:CodeStarConnectionsAuthSchemeParamsReturns the operation for which to resolve the auth scheme.- Specified by:
operationin interfaceCodeStarConnectionsAuthSchemeParams
-
region
public Region region()
Description copied from interface:CodeStarConnectionsAuthSchemeParamsReturns the region. The region parameter may be used with the "aws.auth#sigv4" auth scheme.- Specified by:
regionin interfaceCodeStarConnectionsAuthSchemeParams
-
toBuilder
public CodeStarConnectionsAuthSchemeParams.Builder toBuilder()
Description copied from interface:CodeStarConnectionsAuthSchemeParamsReturns aCodeStarConnectionsAuthSchemeParams.Builderto customize the parameters.- Specified by:
toBuilderin interfaceCodeStarConnectionsAuthSchemeParams- Specified by:
toBuilderin interfaceToCopyableBuilder<CodeStarConnectionsAuthSchemeParams.Builder,CodeStarConnectionsAuthSchemeParams>
-
-