Class VertexAiIndexEndpointDeployedIndexDeployedIndexAuthConfig.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.vertex_ai_index_endpoint_deployed_index.VertexAiIndexEndpointDeployedIndexDeployedIndexAuthConfig.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<VertexAiIndexEndpointDeployedIndexDeployedIndexAuthConfig>
- Enclosing interface:
- VertexAiIndexEndpointDeployedIndexDeployedIndexAuthConfig
@Stability(Stable) public static final class VertexAiIndexEndpointDeployedIndexDeployedIndexAuthConfig.Builder extends Object implements software.amazon.jsii.Builder<VertexAiIndexEndpointDeployedIndexDeployedIndexAuthConfig>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VertexAiIndexEndpointDeployedIndexDeployedIndexAuthConfig.BuilderauthProvider(VertexAiIndexEndpointDeployedIndexDeployedIndexAuthConfigAuthProvider authProvider)VertexAiIndexEndpointDeployedIndexDeployedIndexAuthConfigbuild()Builds the configured instance.
-
-
-
Method Detail
-
authProvider
@Stability(Stable) public VertexAiIndexEndpointDeployedIndexDeployedIndexAuthConfig.Builder authProvider(VertexAiIndexEndpointDeployedIndexDeployedIndexAuthConfigAuthProvider authProvider)
- Parameters:
authProvider- auth_provider block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_index_endpoint_deployed_index#auth_provider VertexAiIndexEndpointDeployedIndex#auth_provider}- Returns:
this
-
build
@Stability(Stable) public VertexAiIndexEndpointDeployedIndexDeployedIndexAuthConfig build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<VertexAiIndexEndpointDeployedIndexDeployedIndexAuthConfig>- Returns:
- a new instance of
VertexAiIndexEndpointDeployedIndexDeployedIndexAuthConfig - Throws:
NullPointerException- if any required attribute was not provided
-
-