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