Class GameLiftStreamsServiceClientConfigurationBuilder
java.lang.Object
software.amazon.awssdk.services.gameliftstreams.internal.GameLiftStreamsServiceClientConfigurationBuilder
- All Implemented Interfaces:
AwsServiceClientConfiguration.Builder,SdkServiceClientConfiguration.Builder,GameLiftStreamsServiceClientConfiguration.Builder
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class GameLiftStreamsServiceClientConfigurationBuilder
extends Object
implements GameLiftStreamsServiceClientConfiguration.Builder
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionGets the value for auth scheme providerauthSchemeProvider(GameLiftStreamsAuthSchemeProvider 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, waitMethods inherited from interface software.amazon.awssdk.core.SdkServiceClientConfiguration.Builder
overrideConfiguration
-
Constructor Details
-
GameLiftStreamsServiceClientConfigurationBuilder
public GameLiftStreamsServiceClientConfigurationBuilder() -
GameLiftStreamsServiceClientConfigurationBuilder
-
-
Method Details
-
overrideConfiguration
public GameLiftStreamsServiceClientConfiguration.Builder overrideConfiguration(ClientOverrideConfiguration overrideConfiguration) Sets the value for client override configuration- Specified by:
overrideConfigurationin interfaceAwsServiceClientConfiguration.Builder- Specified by:
overrideConfigurationin interfaceGameLiftStreamsServiceClientConfiguration.Builder- Specified by:
overrideConfigurationin interfaceSdkServiceClientConfiguration.Builder
-
overrideConfiguration
Gets the value for client override configuration- Specified by:
overrideConfigurationin interfaceGameLiftStreamsServiceClientConfiguration.Builder- Specified by:
overrideConfigurationin interfaceSdkServiceClientConfiguration.Builder
-
endpointOverride
Sets the value for endpoint override- Specified by:
endpointOverridein interfaceAwsServiceClientConfiguration.Builder- Specified by:
endpointOverridein interfaceGameLiftStreamsServiceClientConfiguration.Builder- Specified by:
endpointOverridein interfaceSdkServiceClientConfiguration.Builder
-
endpointOverride
Gets the value for endpoint override- Specified by:
endpointOverridein interfaceGameLiftStreamsServiceClientConfiguration.Builder- Specified by:
endpointOverridein interfaceSdkServiceClientConfiguration.Builder
-
endpointProvider
public GameLiftStreamsServiceClientConfiguration.Builder endpointProvider(EndpointProvider endpointProvider) Sets the value for endpoint provider- Specified by:
endpointProviderin interfaceAwsServiceClientConfiguration.Builder- Specified by:
endpointProviderin interfaceGameLiftStreamsServiceClientConfiguration.Builder- Specified by:
endpointProviderin interfaceSdkServiceClientConfiguration.Builder
-
endpointProvider
Gets the value for endpoint provider- Specified by:
endpointProviderin interfaceGameLiftStreamsServiceClientConfiguration.Builder- Specified by:
endpointProviderin interfaceSdkServiceClientConfiguration.Builder
-
region
Sets the value for AWS region- Specified by:
regionin interfaceAwsServiceClientConfiguration.Builder- Specified by:
regionin interfaceGameLiftStreamsServiceClientConfiguration.Builder
-
region
Gets the value for AWS region- Specified by:
regionin interfaceAwsServiceClientConfiguration.Builder- Specified by:
regionin interfaceGameLiftStreamsServiceClientConfiguration.Builder
-
credentialsProvider
public GameLiftStreamsServiceClientConfiguration.Builder credentialsProvider(IdentityProvider<? extends AwsCredentialsIdentity> credentialsProvider) Sets the value for credentials provider- Specified by:
credentialsProviderin interfaceAwsServiceClientConfiguration.Builder- Specified by:
credentialsProviderin interfaceGameLiftStreamsServiceClientConfiguration.Builder
-
credentialsProvider
Gets the value for credentials provider- Specified by:
credentialsProviderin interfaceAwsServiceClientConfiguration.Builder- Specified by:
credentialsProviderin interfaceGameLiftStreamsServiceClientConfiguration.Builder
-
putAuthScheme
Description copied from interface:SdkServiceClientConfiguration.BuilderAdds the given auth scheme. Replaces an existing auth scheme with the same id.- Specified by:
putAuthSchemein interfaceAwsServiceClientConfiguration.Builder- Specified by:
putAuthSchemein interfaceGameLiftStreamsServiceClientConfiguration.Builder- Specified by:
putAuthSchemein interfaceSdkServiceClientConfiguration.Builder
-
authSchemes
Gets the value for auth schemes- Specified by:
authSchemesin interfaceGameLiftStreamsServiceClientConfiguration.Builder- Specified by:
authSchemesin interfaceSdkServiceClientConfiguration.Builder
-
authSchemeProvider
public GameLiftStreamsServiceClientConfiguration.Builder authSchemeProvider(GameLiftStreamsAuthSchemeProvider authSchemeProvider) Sets the value for auth scheme provider- Specified by:
authSchemeProviderin interfaceGameLiftStreamsServiceClientConfiguration.Builder
-
authSchemeProvider
Gets the value for auth scheme provider- Specified by:
authSchemeProviderin interfaceGameLiftStreamsServiceClientConfiguration.Builder
-
build
Description copied from interface:SdkServiceClientConfiguration.BuilderBuild the service client configuration using the configuration on this builder- Specified by:
buildin interfaceAwsServiceClientConfiguration.Builder- Specified by:
buildin interfaceGameLiftStreamsServiceClientConfiguration.Builder- Specified by:
buildin interfaceSdkServiceClientConfiguration.Builder
-