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