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