Class ConfluentBootstrapServerArgs.Builder
- java.lang.Object
-
- com.pulumi.azurenative.servicelinker.inputs.ConfluentBootstrapServerArgs.Builder
-
- Enclosing class:
- ConfluentBootstrapServerArgs
public static final class ConfluentBootstrapServerArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(ConfluentBootstrapServerArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConfluentBootstrapServerArgs
build()
ConfluentBootstrapServerArgs.Builder
endpoint(com.pulumi.core.Output<java.lang.String> endpoint)
ConfluentBootstrapServerArgs.Builder
endpoint(java.lang.String endpoint)
ConfluentBootstrapServerArgs.Builder
type(com.pulumi.core.Output<java.lang.String> type)
ConfluentBootstrapServerArgs.Builder
type(java.lang.String type)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(ConfluentBootstrapServerArgs defaults)
-
-
Method Detail
-
endpoint
public ConfluentBootstrapServerArgs.Builder endpoint(@Nullable com.pulumi.core.Output<java.lang.String> endpoint)
- Parameters:
endpoint
- The endpoint of service.- Returns:
- builder
-
endpoint
public ConfluentBootstrapServerArgs.Builder endpoint(java.lang.String endpoint)
- Parameters:
endpoint
- The endpoint of service.- Returns:
- builder
-
type
public ConfluentBootstrapServerArgs.Builder type(com.pulumi.core.Output<java.lang.String> type)
- Parameters:
type
- The target service type. Expected value is 'ConfluentBootstrapServer'.- Returns:
- builder
-
type
public ConfluentBootstrapServerArgs.Builder type(java.lang.String type)
- Parameters:
type
- The target service type. Expected value is 'ConfluentBootstrapServer'.- Returns:
- builder
-
build
public ConfluentBootstrapServerArgs build()
-
-