Interface BedrockDataAutomationAuthSchemeParams.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<BedrockDataAutomationAuthSchemeParams.Builder,BedrockDataAutomationAuthSchemeParams>,SdkBuilder<BedrockDataAutomationAuthSchemeParams.Builder,BedrockDataAutomationAuthSchemeParams>
- Enclosing interface:
- BedrockDataAutomationAuthSchemeParams
public static interface BedrockDataAutomationAuthSchemeParams.Builder extends CopyableBuilder<BedrockDataAutomationAuthSchemeParams.Builder,BedrockDataAutomationAuthSchemeParams>
A builder for aBedrockDataAutomationAuthSchemeParams.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BedrockDataAutomationAuthSchemeParamsbuild()Returns aBedrockDataAutomationAuthSchemeParamsobject that is created from the properties that have been set on the builder.BedrockDataAutomationAuthSchemeParams.Builderoperation(String operation)Set the operation for which to resolve the auth scheme.BedrockDataAutomationAuthSchemeParams.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
BedrockDataAutomationAuthSchemeParams.Builder operation(String operation)
Set the operation for which to resolve the auth scheme.
-
region
BedrockDataAutomationAuthSchemeParams.Builder region(Region region)
Set the region. The region parameter may be used with the "aws.auth#sigv4" auth scheme.
-
build
BedrockDataAutomationAuthSchemeParams build()
Returns aBedrockDataAutomationAuthSchemeParamsobject that is created from the properties that have been set on the builder.- Specified by:
buildin interfaceBuildable- Specified by:
buildin interfaceSdkBuilder<BedrockDataAutomationAuthSchemeParams.Builder,BedrockDataAutomationAuthSchemeParams>
-
-