Package com.pulumi.gcp.vertex.outputs
Class AiIndexDeployedIndex.Builder
- java.lang.Object
-
- com.pulumi.gcp.vertex.outputs.AiIndexDeployedIndex.Builder
-
- Enclosing class:
- AiIndexDeployedIndex
public static final class AiIndexDeployedIndex.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(AiIndexDeployedIndex defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AiIndexDeployedIndex
build()
AiIndexDeployedIndex.Builder
deployedIndexId(java.lang.String deployedIndexId)
AiIndexDeployedIndex.Builder
indexEndpoint(java.lang.String indexEndpoint)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(AiIndexDeployedIndex defaults)
-
-
Method Detail
-
deployedIndexId
public AiIndexDeployedIndex.Builder deployedIndexId(@Nullable java.lang.String deployedIndexId)
-
indexEndpoint
public AiIndexDeployedIndex.Builder indexEndpoint(@Nullable java.lang.String indexEndpoint)
-
build
public AiIndexDeployedIndex build()
-
-