Class SecretTopicArgs.Builder
- java.lang.Object
-
- com.pulumi.gcp.secretmanager.inputs.SecretTopicArgs.Builder
-
- Enclosing class:
- SecretTopicArgs
public static final class SecretTopicArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(SecretTopicArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SecretTopicArgs
build()
SecretTopicArgs.Builder
name(com.pulumi.core.Output<java.lang.String> name)
SecretTopicArgs.Builder
name(java.lang.String name)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(SecretTopicArgs defaults)
-
-
Method Detail
-
name
public SecretTopicArgs.Builder name(com.pulumi.core.Output<java.lang.String> name)
- Parameters:
name
- The resource name of the Pub/Sub topic that will be published to, in the following format: projects/*/topics/*. For publication to succeed, the Secret Manager Service Agent service account must have pubsub.publisher permissions on the topic.- Returns:
- builder
-
name
public SecretTopicArgs.Builder name(java.lang.String name)
- Parameters:
name
- The resource name of the Pub/Sub topic that will be published to, in the following format: projects/*/topics/*. For publication to succeed, the Secret Manager Service Agent service account must have pubsub.publisher permissions on the topic.- Returns:
- builder
-
build
public SecretTopicArgs build()
-
-