Uses of Interface
software.amazon.awssdk.awscore.AwsRequestOverrideConfiguration.Builder
Packages that use AwsRequestOverrideConfiguration.Builder
-
Uses of AwsRequestOverrideConfiguration.Builder in software.amazon.awssdk.awscore
Methods in software.amazon.awssdk.awscore that return AwsRequestOverrideConfiguration.BuilderModifier and TypeMethodDescriptionAwsRequestOverrideConfiguration.builder()AwsRequestOverrideConfiguration.Builder.credentialsProvider(AwsCredentialsProvider credentialsProvider) Set the optionalAwsCredentialsProviderthat will provide credentials to be used to authenticate this request.AwsRequestOverrideConfiguration.Builder.credentialsProvider(IdentityProvider<? extends AwsCredentialsIdentity> credentialsProvider) Set the optionalIdentityProvider<? extends AwsCredentialsIdentity>that will provide credentials to be used to authenticate this request.AwsRequestOverrideConfiguration.toBuilder()AwsRequestOverrideConfiguration.Builder.tokenIdentityProvider(IdentityProvider<? extends TokenIdentity> tokenIdentityProvider) Set the optionalIdentityProvider<? extends TokenIdentity>that will provide a token identity to be used to authenticate this request.Method parameters in software.amazon.awssdk.awscore with type arguments of type AwsRequestOverrideConfiguration.BuilderModifier and TypeMethodDescriptionAwsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.AwsRequest.BuilderImpl.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)