Anthos Multi-Cloud v1 API - Class AwsClustersClientBuilder (2.2.0)

public sealed class AwsClustersClientBuilder : ClientBuilderBase<AwsClustersClient>

Reference documentation and code samples for the Anthos Multi-Cloud v1 API class AwsClustersClientBuilder.

Builder class for AwsClustersClient to provide simple configuration of credentials, endpoint etc.

Inheritance

object > ClientBuilderBaseAwsClustersClient > AwsClustersClientBuilder

Namespace

GoogleCloudGoogle.Cloud.GkeMultiCloudV1

Assembly

Google.Cloud.GkeMultiCloud.V1.dll

Constructors

AwsClustersClientBuilder()

public AwsClustersClientBuilder()

Creates a new builder with default settings.

Properties

Settings

public AwsClustersSettings Settings { get; set; }

The settings to use for RPCs, or null for the default settings.

Property Value
TypeDescription
AwsClustersSettings

Methods

Build()

public override AwsClustersClient Build()

Builds the resulting client.

Returns
TypeDescription
AwsClustersClient
Overrides
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Cloud.GkeMultiCloud.V1.AwsClustersClient>.Build()

BuildAsync(CancellationToken)

public override Task<AwsClustersClient> BuildAsync(CancellationToken cancellationToken = default)

Builds the resulting client asynchronously.

Parameter
NameDescription
cancellationTokenCancellationToken
Returns
TypeDescription
TaskAwsClustersClient
Overrides
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Cloud.GkeMultiCloud.V1.AwsClustersClient>.BuildAsync(System.Threading.CancellationToken)

GetChannelPool()

protected override ChannelPool GetChannelPool()

Returns the channel pool to use when no other options are specified.

Returns
TypeDescription
ChannelPool
Overrides
Google.Api.Gax.Grpc.ClientBuilderBase<Google.Cloud.GkeMultiCloud.V1.AwsClustersClient>.GetChannelPool()