Class CostAndUsageReportServiceClientConfigurationBuilder
java.lang.Object
software.amazon.awssdk.services.costandusagereport.internal.CostAndUsageReportServiceClientConfigurationBuilder
- All Implemented Interfaces:
AwsServiceClientConfiguration.Builder
,SdkServiceClientConfiguration.Builder
,CostAndUsageReportServiceClientConfiguration.Builder
@Generated("software.amazon.awssdk:codegen")
public class CostAndUsageReportServiceClientConfigurationBuilder
extends Object
implements CostAndUsageReportServiceClientConfiguration.Builder
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionGets the value for auth scheme providerauthSchemeProvider
(CostAndUsageReportAuthSchemeProvider 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
-
CostAndUsageReportServiceClientConfigurationBuilder
public CostAndUsageReportServiceClientConfigurationBuilder() -
CostAndUsageReportServiceClientConfigurationBuilder
-
-
Method Details
-
overrideConfiguration
public CostAndUsageReportServiceClientConfiguration.Builder overrideConfiguration(ClientOverrideConfiguration overrideConfiguration) Sets the value for client override configuration- Specified by:
overrideConfiguration
in interfaceAwsServiceClientConfiguration.Builder
- Specified by:
overrideConfiguration
in interfaceCostAndUsageReportServiceClientConfiguration.Builder
- Specified by:
overrideConfiguration
in interfaceSdkServiceClientConfiguration.Builder
-
overrideConfiguration
Gets the value for client override configuration- Specified by:
overrideConfiguration
in interfaceCostAndUsageReportServiceClientConfiguration.Builder
- Specified by:
overrideConfiguration
in interfaceSdkServiceClientConfiguration.Builder
-
endpointOverride
Sets the value for endpoint override- Specified by:
endpointOverride
in interfaceAwsServiceClientConfiguration.Builder
- Specified by:
endpointOverride
in interfaceCostAndUsageReportServiceClientConfiguration.Builder
- Specified by:
endpointOverride
in interfaceSdkServiceClientConfiguration.Builder
-
endpointOverride
Gets the value for endpoint override- Specified by:
endpointOverride
in interfaceCostAndUsageReportServiceClientConfiguration.Builder
- Specified by:
endpointOverride
in interfaceSdkServiceClientConfiguration.Builder
-
endpointProvider
public CostAndUsageReportServiceClientConfiguration.Builder endpointProvider(EndpointProvider endpointProvider) Sets the value for endpoint provider- Specified by:
endpointProvider
in interfaceAwsServiceClientConfiguration.Builder
- Specified by:
endpointProvider
in interfaceCostAndUsageReportServiceClientConfiguration.Builder
- Specified by:
endpointProvider
in interfaceSdkServiceClientConfiguration.Builder
-
endpointProvider
Gets the value for endpoint provider- Specified by:
endpointProvider
in interfaceCostAndUsageReportServiceClientConfiguration.Builder
- Specified by:
endpointProvider
in interfaceSdkServiceClientConfiguration.Builder
-
region
Sets the value for AWS region- Specified by:
region
in interfaceAwsServiceClientConfiguration.Builder
- Specified by:
region
in interfaceCostAndUsageReportServiceClientConfiguration.Builder
-
region
Gets the value for AWS region- Specified by:
region
in interfaceAwsServiceClientConfiguration.Builder
- Specified by:
region
in interfaceCostAndUsageReportServiceClientConfiguration.Builder
-
credentialsProvider
public CostAndUsageReportServiceClientConfiguration.Builder credentialsProvider(IdentityProvider<? extends AwsCredentialsIdentity> credentialsProvider) Sets the value for credentials provider- Specified by:
credentialsProvider
in interfaceAwsServiceClientConfiguration.Builder
- Specified by:
credentialsProvider
in interfaceCostAndUsageReportServiceClientConfiguration.Builder
-
credentialsProvider
Gets the value for credentials provider- Specified by:
credentialsProvider
in interfaceAwsServiceClientConfiguration.Builder
- Specified by:
credentialsProvider
in interfaceCostAndUsageReportServiceClientConfiguration.Builder
-
putAuthScheme
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 interfaceCostAndUsageReportServiceClientConfiguration.Builder
- Specified by:
putAuthScheme
in interfaceSdkServiceClientConfiguration.Builder
-
authSchemes
Gets the value for auth schemes- Specified by:
authSchemes
in interfaceCostAndUsageReportServiceClientConfiguration.Builder
- Specified by:
authSchemes
in interfaceSdkServiceClientConfiguration.Builder
-
authSchemeProvider
public CostAndUsageReportServiceClientConfiguration.Builder authSchemeProvider(CostAndUsageReportAuthSchemeProvider authSchemeProvider) Sets the value for auth scheme provider- Specified by:
authSchemeProvider
in interfaceCostAndUsageReportServiceClientConfiguration.Builder
-
authSchemeProvider
Gets the value for auth scheme provider- Specified by:
authSchemeProvider
in interfaceCostAndUsageReportServiceClientConfiguration.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 interfaceCostAndUsageReportServiceClientConfiguration.Builder
- Specified by:
build
in interfaceSdkServiceClientConfiguration.Builder
-