Class GetLimitsV2Args.Builder

  • Enclosing class:
    GetLimitsV2Args

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

      • Builder

        public Builder()
    • Method Detail

      • projectId

        public GetLimitsV2Args.Builder projectId​(com.pulumi.core.Output<java.lang.String> projectId)
        Parameters:
        projectId - The id of the project to retrieve the limits.
        Returns:
        builder
      • projectId

        public GetLimitsV2Args.Builder projectId​(java.lang.String projectId)
        Parameters:
        projectId - The id of the project to retrieve the limits.
        Returns:
        builder
      • region

        public GetLimitsV2Args.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 GetLimitsV2Args.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