Class DefaultTranscribeStreamingAuthSchemeParams
- java.lang.Object
-
- software.amazon.awssdk.services.transcribestreaming.auth.scheme.internal.DefaultTranscribeStreamingAuthSchemeParams
-
- All Implemented Interfaces:
TranscribeStreamingAuthSchemeParams,ToCopyableBuilder<TranscribeStreamingAuthSchemeParams.Builder,TranscribeStreamingAuthSchemeParams>
@Generated("software.amazon.awssdk:codegen") public final class DefaultTranscribeStreamingAuthSchemeParams extends Object implements TranscribeStreamingAuthSchemeParams
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TranscribeStreamingAuthSchemeParams.Builderbuilder()Get a new builder for creating aTranscribeStreamingAuthSchemeParams.Stringoperation()Returns the operation for which to resolve the auth scheme.Regionregion()Returns the region.TranscribeStreamingAuthSchemeParams.BuildertoBuilder()Returns aTranscribeStreamingAuthSchemeParams.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 TranscribeStreamingAuthSchemeParams.Builder builder()
Description copied from interface:TranscribeStreamingAuthSchemeParamsGet a new builder for creating aTranscribeStreamingAuthSchemeParams.
-
operation
public String operation()
Description copied from interface:TranscribeStreamingAuthSchemeParamsReturns the operation for which to resolve the auth scheme.- Specified by:
operationin interfaceTranscribeStreamingAuthSchemeParams
-
region
public Region region()
Description copied from interface:TranscribeStreamingAuthSchemeParamsReturns the region. The region parameter may be used with the "aws.auth#sigv4" auth scheme.- Specified by:
regionin interfaceTranscribeStreamingAuthSchemeParams
-
toBuilder
public TranscribeStreamingAuthSchemeParams.Builder toBuilder()
Description copied from interface:TranscribeStreamingAuthSchemeParamsReturns aTranscribeStreamingAuthSchemeParams.Builderto customize the parameters.- Specified by:
toBuilderin interfaceToCopyableBuilder<TranscribeStreamingAuthSchemeParams.Builder,TranscribeStreamingAuthSchemeParams>- Specified by:
toBuilderin interfaceTranscribeStreamingAuthSchemeParams
-
-