Class GetKeypairArgs.Builder

  • Enclosing class:
    GetKeypairArgs

    public static final class GetKeypairArgs.Builder
    extends java.lang.Object
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • name

        public GetKeypairArgs.Builder name​(com.pulumi.core.Output<java.lang.String> name)
        Parameters:
        name - The unique name of the keypair.
        Returns:
        builder
      • name

        public GetKeypairArgs.Builder name​(java.lang.String name)
        Parameters:
        name - The unique name of the keypair.
        Returns:
        builder
      • region

        public GetKeypairArgs.Builder region​(@Nullable
                                             com.pulumi.core.Output<java.lang.String> region)
        Parameters:
        region - The region in which to obtain the V2 Compute client. If omitted, the `region` argument of the provider is used.
        Returns:
        builder
      • region

        public GetKeypairArgs.Builder region​(java.lang.String region)
        Parameters:
        region - The region in which to obtain the V2 Compute client. If omitted, the `region` argument of the provider is used.
        Returns:
        builder
      • userId

        public GetKeypairArgs.Builder userId​(@Nullable
                                             com.pulumi.core.Output<java.lang.String> userId)
        Parameters:
        userId - The user id of the owner of the key pair. This parameter can be specified only if the provider is configured to use the credentials of an OpenStack administrator.
        Returns:
        builder
      • userId

        public GetKeypairArgs.Builder userId​(java.lang.String userId)
        Parameters:
        userId - The user id of the owner of the key pair. This parameter can be specified only if the provider is configured to use the credentials of an OpenStack administrator.
        Returns:
        builder