Class ServerlessApplicationRepositoryServiceClientConfigurationBuilder
java.lang.Object
software.amazon.awssdk.services.serverlessapplicationrepository.internal.ServerlessApplicationRepositoryServiceClientConfigurationBuilder
- All Implemented Interfaces:
AwsServiceClientConfiguration.Builder
,SdkServiceClientConfiguration.Builder
,ServerlessApplicationRepositoryServiceClientConfiguration.Builder
@Generated("software.amazon.awssdk:codegen")
public class ServerlessApplicationRepositoryServiceClientConfigurationBuilder
extends Object
implements ServerlessApplicationRepositoryServiceClientConfiguration.Builder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value for auth scheme providerauthSchemeProvider
(ServerlessApplicationRepositoryAuthSchemeProvider authSchemeProvider) Sets the value for auth scheme providerMap
<String, AuthScheme<?>> Gets the value for auth schemesbuild()
Build the service client configuration using the configuration on this builderIdentityProvider
<? extends AwsCredentialsIdentity> Gets the value for credentials providercredentialsProvider
(IdentityProvider<? extends AwsCredentialsIdentity> credentialsProvider) Sets the value for credentials providerGets the value for endpoint overrideendpointOverride
(URI endpointOverride) Sets the value for endpoint overrideGets the value for endpoint providerendpointProvider
(EndpointProvider endpointProvider) Sets the value for endpoint providerGets the value for client override configurationoverrideConfiguration
(ClientOverrideConfiguration overrideConfiguration) Sets the value for client override configurationputAuthScheme
(AuthScheme<?> authScheme) Adds the given auth scheme.region()
Gets the value for AWS regionSets the value for AWS regionMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface software.amazon.awssdk.core.SdkServiceClientConfiguration.Builder
overrideConfiguration
-
Constructor Details
-
ServerlessApplicationRepositoryServiceClientConfigurationBuilder
public ServerlessApplicationRepositoryServiceClientConfigurationBuilder() -
ServerlessApplicationRepositoryServiceClientConfigurationBuilder
public ServerlessApplicationRepositoryServiceClientConfigurationBuilder(SdkClientConfiguration.Builder config)
-
-
Method Details
-
overrideConfiguration
public ServerlessApplicationRepositoryServiceClientConfiguration.Builder overrideConfiguration(ClientOverrideConfiguration overrideConfiguration) Sets the value for client override configuration- Specified by:
overrideConfiguration
in interfaceAwsServiceClientConfiguration.Builder
- Specified by:
overrideConfiguration
in interfaceSdkServiceClientConfiguration.Builder
- Specified by:
overrideConfiguration
in interfaceServerlessApplicationRepositoryServiceClientConfiguration.Builder
-
overrideConfiguration
Gets the value for client override configuration- Specified by:
overrideConfiguration
in interfaceSdkServiceClientConfiguration.Builder
- Specified by:
overrideConfiguration
in interfaceServerlessApplicationRepositoryServiceClientConfiguration.Builder
-
endpointOverride
public ServerlessApplicationRepositoryServiceClientConfiguration.Builder endpointOverride(URI endpointOverride) Sets the value for endpoint override- Specified by:
endpointOverride
in interfaceAwsServiceClientConfiguration.Builder
- Specified by:
endpointOverride
in interfaceSdkServiceClientConfiguration.Builder
- Specified by:
endpointOverride
in interfaceServerlessApplicationRepositoryServiceClientConfiguration.Builder
-
endpointOverride
Gets the value for endpoint override- Specified by:
endpointOverride
in interfaceSdkServiceClientConfiguration.Builder
- Specified by:
endpointOverride
in interfaceServerlessApplicationRepositoryServiceClientConfiguration.Builder
-
endpointProvider
public ServerlessApplicationRepositoryServiceClientConfiguration.Builder endpointProvider(EndpointProvider endpointProvider) Sets the value for endpoint provider- Specified by:
endpointProvider
in interfaceAwsServiceClientConfiguration.Builder
- Specified by:
endpointProvider
in interfaceSdkServiceClientConfiguration.Builder
- Specified by:
endpointProvider
in interfaceServerlessApplicationRepositoryServiceClientConfiguration.Builder
-
endpointProvider
Gets the value for endpoint provider- Specified by:
endpointProvider
in interfaceSdkServiceClientConfiguration.Builder
- Specified by:
endpointProvider
in interfaceServerlessApplicationRepositoryServiceClientConfiguration.Builder
-
region
Sets the value for AWS region- Specified by:
region
in interfaceAwsServiceClientConfiguration.Builder
- Specified by:
region
in interfaceServerlessApplicationRepositoryServiceClientConfiguration.Builder
-
region
Gets the value for AWS region- Specified by:
region
in interfaceAwsServiceClientConfiguration.Builder
- Specified by:
region
in interfaceServerlessApplicationRepositoryServiceClientConfiguration.Builder
-
credentialsProvider
public ServerlessApplicationRepositoryServiceClientConfiguration.Builder credentialsProvider(IdentityProvider<? extends AwsCredentialsIdentity> credentialsProvider) Sets the value for credentials provider- Specified by:
credentialsProvider
in interfaceAwsServiceClientConfiguration.Builder
- Specified by:
credentialsProvider
in interfaceServerlessApplicationRepositoryServiceClientConfiguration.Builder
-
credentialsProvider
Gets the value for credentials provider- Specified by:
credentialsProvider
in interfaceAwsServiceClientConfiguration.Builder
- Specified by:
credentialsProvider
in interfaceServerlessApplicationRepositoryServiceClientConfiguration.Builder
-
putAuthScheme
public ServerlessApplicationRepositoryServiceClientConfiguration.Builder putAuthScheme(AuthScheme<?> authScheme) Description copied from interface:SdkServiceClientConfiguration.Builder
Adds the given auth scheme. Replaces an existing auth scheme with the same id.- Specified by:
putAuthScheme
in interfaceAwsServiceClientConfiguration.Builder
- Specified by:
putAuthScheme
in interfaceSdkServiceClientConfiguration.Builder
- Specified by:
putAuthScheme
in interfaceServerlessApplicationRepositoryServiceClientConfiguration.Builder
-
authSchemes
Gets the value for auth schemes- Specified by:
authSchemes
in interfaceSdkServiceClientConfiguration.Builder
- Specified by:
authSchemes
in interfaceServerlessApplicationRepositoryServiceClientConfiguration.Builder
-
authSchemeProvider
public ServerlessApplicationRepositoryServiceClientConfiguration.Builder authSchemeProvider(ServerlessApplicationRepositoryAuthSchemeProvider authSchemeProvider) Sets the value for auth scheme provider- Specified by:
authSchemeProvider
in interfaceServerlessApplicationRepositoryServiceClientConfiguration.Builder
-
authSchemeProvider
Gets the value for auth scheme provider- Specified by:
authSchemeProvider
in interfaceServerlessApplicationRepositoryServiceClientConfiguration.Builder
-
build
Description copied from interface:SdkServiceClientConfiguration.Builder
Build the service client configuration using the configuration on this builder- Specified by:
build
in interfaceAwsServiceClientConfiguration.Builder
- Specified by:
build
in interfaceSdkServiceClientConfiguration.Builder
- Specified by:
build
in interfaceServerlessApplicationRepositoryServiceClientConfiguration.Builder
-