Interface CodestarNotificationsAuthSchemeParams
-
- All Superinterfaces:
ToCopyableBuilder<CodestarNotificationsAuthSchemeParams.Builder,CodestarNotificationsAuthSchemeParams>
- All Known Implementing Classes:
DefaultCodestarNotificationsAuthSchemeParams
@Generated("software.amazon.awssdk:codegen") public interface CodestarNotificationsAuthSchemeParams extends ToCopyableBuilder<CodestarNotificationsAuthSchemeParams.Builder,CodestarNotificationsAuthSchemeParams>
The parameters object used to resolve the auth schemes for the CodestarNotifications service.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceCodestarNotificationsAuthSchemeParams.BuilderA builder for aCodestarNotificationsAuthSchemeParams.
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static CodestarNotificationsAuthSchemeParams.Builderbuilder()Get a new builder for creating aCodestarNotificationsAuthSchemeParams.Stringoperation()Returns the operation for which to resolve the auth scheme.Regionregion()Returns the region.CodestarNotificationsAuthSchemeParams.BuildertoBuilder()Returns aCodestarNotificationsAuthSchemeParams.Builderto customize the parameters.-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
builder
static CodestarNotificationsAuthSchemeParams.Builder builder()
Get a new builder for creating aCodestarNotificationsAuthSchemeParams.
-
operation
String operation()
Returns the operation for which to resolve the auth scheme.
-
region
Region region()
Returns the region. The region parameter may be used with the "aws.auth#sigv4" auth scheme.
-
toBuilder
CodestarNotificationsAuthSchemeParams.Builder toBuilder()
Returns aCodestarNotificationsAuthSchemeParams.Builderto customize the parameters.- Specified by:
toBuilderin interfaceToCopyableBuilder<CodestarNotificationsAuthSchemeParams.Builder,CodestarNotificationsAuthSchemeParams>
-
-