Interface ApplicationInsightsAuthSchemeParams.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ApplicationInsightsAuthSchemeParams.Builder,ApplicationInsightsAuthSchemeParams>,SdkBuilder<ApplicationInsightsAuthSchemeParams.Builder,ApplicationInsightsAuthSchemeParams>
- Enclosing interface:
- ApplicationInsightsAuthSchemeParams
public static interface ApplicationInsightsAuthSchemeParams.Builder extends CopyableBuilder<ApplicationInsightsAuthSchemeParams.Builder,ApplicationInsightsAuthSchemeParams>
A builder for aApplicationInsightsAuthSchemeParams.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ApplicationInsightsAuthSchemeParamsbuild()Returns aApplicationInsightsAuthSchemeParamsobject that is created from the properties that have been set on the builder.ApplicationInsightsAuthSchemeParams.Builderoperation(String operation)Set the operation for which to resolve the auth scheme.ApplicationInsightsAuthSchemeParams.Builderregion(Region region)Set the region.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation
-
-
-
-
Method Detail
-
operation
ApplicationInsightsAuthSchemeParams.Builder operation(String operation)
Set the operation for which to resolve the auth scheme.
-
region
ApplicationInsightsAuthSchemeParams.Builder region(Region region)
Set the region. The region parameter may be used with the "aws.auth#sigv4" auth scheme.
-
build
ApplicationInsightsAuthSchemeParams build()
Returns aApplicationInsightsAuthSchemeParamsobject that is created from the properties that have been set on the builder.- Specified by:
buildin interfaceBuildable- Specified by:
buildin interfaceSdkBuilder<ApplicationInsightsAuthSchemeParams.Builder,ApplicationInsightsAuthSchemeParams>
-
-